srsRAN
phy_ded.h
Go to the documentation of this file.
1 
22 /*******************************************************************************
23  *
24  * 3GPP TS ASN1 RRC v15.11.0 (2020-09)
25  *
26  ******************************************************************************/
27 
28 #ifndef SRSASN1_RRC_PHYCFG_H
29 #define SRSASN1_RRC_PHYCFG_H
30 
31 #include "common.h"
32 
33 namespace asn1 {
34 namespace rrc {
35 
36 /*******************************************************************************
37  * Struct Definitions
38  ******************************************************************************/
39 
40 // NZP-FrequencyDensity-r14 ::= ENUMERATED
41 struct nzp_freq_density_r14_opts {
42  enum options { d1, d2, d3, nulltype } value;
43  typedef uint8_t number_type;
44 
45  const char* to_string() const;
46  uint8_t to_number() const;
47 };
48 typedef enumerated<nzp_freq_density_r14_opts> nzp_freq_density_r14_e;
49 
50 // P-C-AndCBSR-r13 ::= SEQUENCE
51 struct p_c_and_cbsr_r13_s {
52  struct cbsr_sel_r13_c_ {
53  struct non_precoded_r13_s_ {
56  };
57  struct bf_k1a_r13_s_ {
59  };
60  struct bf_kn_r13_s_ {
62  };
63  struct types_opts {
65  typedef uint8_t number_type;
66 
67  const char* to_string() const;
68  uint8_t to_number() const;
69  };
71 
72  // choice methods
73  cbsr_sel_r13_c_() = default;
74  cbsr_sel_r13_c_(const cbsr_sel_r13_c_& other);
76  ~cbsr_sel_r13_c_() { destroy_(); }
77  void set(types::options e = types::nulltype);
78  types type() const { return type_; }
79  SRSASN_CODE pack(bit_ref& bref) const;
81  void to_json(json_writer& j) const;
82  bool operator==(const cbsr_sel_r13_c_& other) const;
83  bool operator!=(const cbsr_sel_r13_c_& other) const { return not(*this == other); }
84  // getters
86  {
87  assert_choice_type(types::non_precoded_r13, type_, "cbsr-Selection-r13");
88  return c.get<non_precoded_r13_s_>();
89  }
90  bf_k1a_r13_s_& bf_k1a_r13()
91  {
92  assert_choice_type(types::bf_k1a_r13, type_, "cbsr-Selection-r13");
93  return c.get<bf_k1a_r13_s_>();
94  }
95  bf_kn_r13_s_& bf_kn_r13()
96  {
97  assert_choice_type(types::bf_kn_r13, type_, "cbsr-Selection-r13");
98  return c.get<bf_kn_r13_s_>();
99  }
100  const non_precoded_r13_s_& non_precoded_r13() const
101  {
102  assert_choice_type(types::non_precoded_r13, type_, "cbsr-Selection-r13");
103  return c.get<non_precoded_r13_s_>();
104  }
105  const bf_k1a_r13_s_& bf_k1a_r13() const
106  {
107  assert_choice_type(types::bf_k1a_r13, type_, "cbsr-Selection-r13");
108  return c.get<bf_k1a_r13_s_>();
109  }
110  const bf_kn_r13_s_& bf_kn_r13() const
111  {
112  assert_choice_type(types::bf_kn_r13, type_, "cbsr-Selection-r13");
113  return c.get<bf_kn_r13_s_>();
114  }
115  non_precoded_r13_s_& set_non_precoded_r13();
116  bf_k1a_r13_s_& set_bf_k1a_r13();
117  bf_kn_r13_s_& set_bf_kn_r13();
118 
119  private:
120  types type_;
122 
123  void destroy_();
124  };
125 
126  // member variables
127  bool ext = false;
128  int8_t p_c_r13 = -8;
130  // ...
131 
132  // sequence methods
133  SRSASN_CODE pack(bit_ref& bref) const;
134  SRSASN_CODE unpack(cbit_ref& bref);
135  void to_json(json_writer& j) const;
136  bool operator==(const p_c_and_cbsr_r13_s& other) const;
137  bool operator!=(const p_c_and_cbsr_r13_s& other) const { return not(*this == other); }
138 };
139 
140 // CSI-RS-Config-NZP-v1430 ::= SEQUENCE
141 struct csi_rs_cfg_nzp_v1430_s {
142  bool tx_comb_r14_present = false;
143  bool freq_density_r14_present = false;
144  uint8_t tx_comb_r14 = 0;
146 
147  // sequence methods
148  SRSASN_CODE pack(bit_ref& bref) const;
150  void to_json(json_writer& j) const;
151  bool operator==(const csi_rs_cfg_nzp_v1430_s& other) const;
152  bool operator!=(const csi_rs_cfg_nzp_v1430_s& other) const { return not(*this == other); }
153 };
154 
155 // CSI-RS-ConfigNZP-Activation-r14 ::= SEQUENCE
157  struct csi_rs_nzp_mode_r14_opts {
159 
160  const char* to_string() const;
161  };
163 
164  // member variables
166  uint8_t activ_res_r14 = 0;
167 
168  // sequence methods
169  SRSASN_CODE pack(bit_ref& bref) const;
171  void to_json(json_writer& j) const;
172  bool operator==(const csi_rs_cfg_nzp_activation_r14_s& other) const;
173  bool operator!=(const csi_rs_cfg_nzp_activation_r14_s& other) const { return not(*this == other); }
174 };
175 
176 // CSI-RS-ConfigNZP-r11 ::= SEQUENCE
177 struct csi_rs_cfg_nzp_r11_s {
178  struct ant_ports_count_r11_opts {
179  enum options { an1, an2, an4, an8, nulltype } value;
180  typedef uint8_t number_type;
181 
182  const char* to_string() const;
183  uint8_t to_number() const;
184  };
187  struct crs_ports_count_r11_opts {
189  typedef uint8_t number_type;
190 
191  const char* to_string() const;
192  uint8_t to_number() const;
193  };
196  struct setup_s_ {
198  };
199  using types = setup_e;
200 
201  // choice methods
203  void set(types::options e = types::nulltype);
204  types type() const { return type_; }
205  SRSASN_CODE pack(bit_ref& bref) const;
206  SRSASN_CODE unpack(cbit_ref& bref);
207  void to_json(json_writer& j) const;
208  bool operator==(const mbsfn_sf_cfg_list_r11_c_& other) const;
209  bool operator!=(const mbsfn_sf_cfg_list_r11_c_& other) const { return not(*this == other); }
210  // getters
211  setup_s_& setup()
212  {
213  assert_choice_type(types::setup, type_, "mbsfn-SubframeConfigList-r11");
214  return c;
215  }
216  const setup_s_& setup() const
217  {
218  assert_choice_type(types::setup, type_, "mbsfn-SubframeConfigList-r11");
219  return c;
220  }
221  void set_release();
222  setup_s_& set_setup();
223 
224  private:
225  types type_;
226  setup_s_ c;
227  };
228 
229  // member variables
230  bool mbsfn_sf_cfg_list_r11_present = false;
231  uint16_t qcl_scrambling_id_r11 = 0;
234  };
236  struct setup_s_ {
238  };
239  using types = setup_e;
240 
241  // choice methods
242  mbsfn_sf_cfg_list_v1430_c_() = default;
243  void set(types::options e = types::nulltype);
244  types type() const { return type_; }
245  SRSASN_CODE pack(bit_ref& bref) const;
246  SRSASN_CODE unpack(cbit_ref& bref);
247  void to_json(json_writer& j) const;
248  bool operator==(const mbsfn_sf_cfg_list_v1430_c_& other) const;
249  bool operator!=(const mbsfn_sf_cfg_list_v1430_c_& other) const { return not(*this == other); }
250  // getters
251  setup_s_& setup()
252  {
253  assert_choice_type(types::setup, type_, "mbsfn-SubframeConfigList-v1430");
254  return c;
255  }
256  const setup_s_& setup() const
257  {
258  assert_choice_type(types::setup, type_, "mbsfn-SubframeConfigList-v1430");
259  return c;
260  }
261  void set_release();
262  setup_s_& set_setup();
263 
264  private:
265  types type_;
266  setup_s_ c;
267  };
268 
269  // member variables
270  bool ext = false;
271  bool qcl_crs_info_r11_present = false;
272  uint8_t csi_rs_cfg_nzp_id_r11 = 1;
274  uint8_t res_cfg_r11 = 0;
275  uint8_t sf_cfg_r11 = 0;
276  uint16_t scrambling_id_r11 = 0;
278  // ...
279  // group 0
282  // group 1
283  bool tx_comb_r14_present = false;
285  uint8_t tx_comb_r14 = 0;
287  // group 2
289 
290  // sequence methods
291  SRSASN_CODE pack(bit_ref& bref) const;
293  void to_json(json_writer& j) const;
294  bool operator==(const csi_rs_cfg_nzp_r11_s& other) const;
295  bool operator!=(const csi_rs_cfg_nzp_r11_s& other) const { return not(*this == other); }
296 };
297 
298 // NZP-ResourceConfig-r13 ::= SEQUENCE
299 struct nzp_res_cfg_r13_s {
300  bool ext = false;
301  uint8_t res_cfg_r13 = 0;
302  // ...
303  // group 0
304  bool tx_comb_r14_present = false;
305  bool freq_density_r14_present = false;
306  uint8_t tx_comb_r14 = 0;
308 
309  // sequence methods
310  SRSASN_CODE pack(bit_ref& bref) const;
311  SRSASN_CODE unpack(cbit_ref& bref);
312  void to_json(json_writer& j) const;
313  bool operator==(const nzp_res_cfg_r13_s& other) const;
314  bool operator!=(const nzp_res_cfg_r13_s& other) const { return not(*this == other); }
315 };
316 
317 // P-C-AndCBSR-Pair-r13 ::= SEQUENCE (SIZE (1..2)) OF P-C-AndCBSR-r13
319 
320 // P-C-AndCBSR-r15 ::= SEQUENCE
321 struct p_c_and_cbsr_r15_s {
322  int8_t p_c_r15 = -8;
324 
325  // sequence methods
326  SRSASN_CODE pack(bit_ref& bref) const;
327  SRSASN_CODE unpack(cbit_ref& bref);
328  void to_json(json_writer& j) const;
329  bool operator==(const p_c_and_cbsr_r15_s& other) const;
330  bool operator!=(const p_c_and_cbsr_r15_s& other) const { return not(*this == other); }
331 };
332 
333 // CSI-RS-ConfigBeamformed-r14 ::= SEQUENCE
334 struct csi_rs_cfg_bf_r14_s {
340 
341  // member variables
358 
359  // sequence methods
360  SRSASN_CODE pack(bit_ref& bref) const;
362  void to_json(json_writer& j) const;
363  bool operator==(const csi_rs_cfg_bf_r14_s& other) const;
364  bool operator!=(const csi_rs_cfg_bf_r14_s& other) const { return not(*this == other); }
365 };
366 
367 // CSI-RS-ConfigNZP-EMIMO-r13 ::= CHOICE
369  struct setup_s_ {
371  struct cdm_type_r13_opts {
373  typedef uint8_t number_type;
374 
375  const char* to_string() const;
376  uint8_t to_number() const;
377  };
379 
380  // member variables
381  bool cdm_type_r13_present = false;
384  };
385  using types = setup_e;
386 
387  // choice methods
388  csi_rs_cfg_nzp_emimo_r13_c() = default;
389  void set(types::options e = types::nulltype);
390  types type() const { return type_; }
391  SRSASN_CODE pack(bit_ref& bref) const;
392  SRSASN_CODE unpack(cbit_ref& bref);
393  void to_json(json_writer& j) const;
394  bool operator==(const csi_rs_cfg_nzp_emimo_r13_c& other) const;
395  bool operator!=(const csi_rs_cfg_nzp_emimo_r13_c& other) const { return not(*this == other); }
396  // getters
397  setup_s_& setup()
398  {
399  assert_choice_type(types::setup, type_, "CSI-RS-ConfigNZP-EMIMO-r13");
400  return c;
401  }
402  const setup_s_& setup() const
403  {
404  assert_choice_type(types::setup, type_, "CSI-RS-ConfigNZP-EMIMO-r13");
405  return c;
406  }
407  void set_release();
408  setup_s_& set_setup();
409 
410 private:
411  types type_;
412  setup_s_ c;
413 };
414 
415 // CSI-RS-ConfigNZP-EMIMO-v1430 ::= SEQUENCE
418 
419  // member variables
422 
423  // sequence methods
424  SRSASN_CODE pack(bit_ref& bref) const;
426  void to_json(json_writer& j) const;
427  bool operator==(const csi_rs_cfg_nzp_emimo_v1430_s& other) const;
428  bool operator!=(const csi_rs_cfg_nzp_emimo_v1430_s& other) const { return not(*this == other); }
429 };
430 
431 // P-C-AndCBSR-Pair-r15 ::= SEQUENCE (SIZE (1..2)) OF P-C-AndCBSR-r15
433 
434 // CQI-ReportModeAperiodic ::= ENUMERATED
437  typedef uint8_t number_type;
438 
439  const char* to_string() const;
440  uint8_t to_number() const;
441 };
443 
444 // CSI-RS-ConfigBeamformed-r13 ::= SEQUENCE
450 
451  // member variables
462 
463  // sequence methods
464  SRSASN_CODE pack(bit_ref& bref) const;
466  void to_json(json_writer& j) const;
467  bool operator==(const csi_rs_cfg_bf_r13_s& other) const;
468  bool operator!=(const csi_rs_cfg_bf_r13_s& other) const { return not(*this == other); }
469 };
470 
471 // CSI-RS-ConfigBeamformed-v1430 ::= SEQUENCE
472 struct csi_rs_cfg_bf_v1430_s {
474 
475  // member variables
482 
483  // sequence methods
484  SRSASN_CODE pack(bit_ref& bref) const;
486  void to_json(json_writer& j) const;
487  bool operator==(const csi_rs_cfg_bf_v1430_s& other) const;
488  bool operator!=(const csi_rs_cfg_bf_v1430_s& other) const { return not(*this == other); }
489 };
490 
491 // CSI-RS-ConfigEMIMO2-r14 ::= CHOICE
493  using types = setup_e;
494 
495  // choice methods
497  void set(types::options e = types::nulltype);
498  types type() const { return type_; }
499  SRSASN_CODE pack(bit_ref& bref) const;
501  void to_json(json_writer& j) const;
502  bool operator==(const csi_rs_cfg_emimo2_r14_c& other) const;
503  bool operator!=(const csi_rs_cfg_emimo2_r14_c& other) const { return not(*this == other); }
504  // getters
506  {
507  assert_choice_type(types::setup, type_, "CSI-RS-ConfigEMIMO2-r14");
508  return c;
509  }
510  const csi_rs_cfg_bf_r14_s& setup() const
511  {
512  assert_choice_type(types::setup, type_, "CSI-RS-ConfigEMIMO2-r14");
513  return c;
514  }
515  void set_release();
517 
518 private:
519  types type_;
521 };
522 
523 // CSI-RS-ConfigNonPrecoded-r13 ::= SEQUENCE
525  struct codebook_cfg_n1_r13_opts {
526  enum options { n1, n2, n3, n4, n8, nulltype } value;
527  typedef uint8_t number_type;
528 
529  const char* to_string() const;
530  uint8_t to_number() const;
531  };
534  enum options { n1, n2, n3, n4, n8, nulltype } value;
535  typedef uint8_t number_type;
536 
537  const char* to_string() const;
538  uint8_t to_number() const;
539  };
542  enum options { n4, n8, nulltype } value;
543  typedef uint8_t number_type;
544 
545  const char* to_string() const;
546  uint8_t to_number() const;
547  };
550  enum options { n4, n8, nulltype } value;
551  typedef uint8_t number_type;
552 
553  const char* to_string() const;
554  uint8_t to_number() const;
555  };
558 
559  // member variables
560  bool p_c_and_cbsr_list_r13_present = false;
563  bool csi_im_cfg_id_list_r13_present = false;
570  uint8_t codebook_cfg_r13 = 1;
573 
574  // sequence methods
575  SRSASN_CODE pack(bit_ref& bref) const;
577  void to_json(json_writer& j) const;
578  bool operator==(const csi_rs_cfg_non_precoded_r13_s& other) const;
579  bool operator!=(const csi_rs_cfg_non_precoded_r13_s& other) const { return not(*this == other); }
580 };
581 
582 // CSI-RS-ConfigNonPrecoded-v1430 ::= SEQUENCE
584  struct codebook_cfg_n1_v1430_opts {
585  enum options { n5, n6, n7, n10, n12, n14, n16, nulltype } value;
586  typedef uint8_t number_type;
587 
588  const char* to_string() const;
589  uint8_t to_number() const;
590  };
593  enum options { n5, n6, n7, nulltype } value;
594  typedef uint8_t number_type;
595 
596  const char* to_string() const;
597  uint8_t to_number() const;
598  };
600 
601  // member variables
607 
608  // sequence methods
609  SRSASN_CODE pack(bit_ref& bref) const;
611  void to_json(json_writer& j) const;
612  bool operator==(const csi_rs_cfg_non_precoded_v1430_s& other) const;
613  bool operator!=(const csi_rs_cfg_non_precoded_v1430_s& other) const { return not(*this == other); }
614 };
615 
616 // CSI-RS-ConfigNonPrecoded-v1480 ::= SEQUENCE
618  struct codebook_cfg_n1_v1480_opts {
619  enum options { n5, n6, n7, n10, n12, n14, n16, nulltype } value;
620  typedef uint8_t number_type;
621 
622  const char* to_string() const;
623  uint8_t to_number() const;
624  };
627  enum options { n5, n6, n7, nulltype } value;
628  typedef uint8_t number_type;
629 
630  const char* to_string() const;
631  uint8_t to_number() const;
632  };
634 
635  // member variables
637  bool codebook_cfg_n1_v1480_present = false;
638  bool codebook_cfg_n2_r1480_present = false;
643 
644  // sequence methods
645  SRSASN_CODE pack(bit_ref& bref) const;
647  void to_json(json_writer& j) const;
648  bool operator==(const csi_rs_cfg_non_precoded_v1480_s& other) const;
649  bool operator!=(const csi_rs_cfg_non_precoded_v1480_s& other) const { return not(*this == other); }
650 };
651 
652 // CSI-RS-ConfigNonPrecoded-v1530 ::= SEQUENCE
654  bool p_c_and_cbsr_list_r15_present = false;
656 
657  // sequence methods
658  SRSASN_CODE pack(bit_ref& bref) const;
659  SRSASN_CODE unpack(cbit_ref& bref);
660  void to_json(json_writer& j) const;
661  bool operator==(const csi_rs_cfg_non_precoded_v1530_s& other) const;
662  bool operator!=(const csi_rs_cfg_non_precoded_v1530_s& other) const { return not(*this == other); }
663 };
664 
665 // P-C-AndCBSR-r11 ::= SEQUENCE
666 struct p_c_and_cbsr_r11_s {
667  int8_t p_c_r11 = -8;
669 
670  // sequence methods
671  SRSASN_CODE pack(bit_ref& bref) const;
672  SRSASN_CODE unpack(cbit_ref& bref);
673  void to_json(json_writer& j) const;
674  bool operator==(const p_c_and_cbsr_r11_s& other) const;
675  bool operator!=(const p_c_and_cbsr_r11_s& other) const { return not(*this == other); }
676 };
677 
678 // CQI-ReportAperiodicProc-r11 ::= SEQUENCE
681  bool trigger01_r11 = false;
682  bool trigger10_r11 = false;
683  bool trigger11_r11 = false;
684 
685  // sequence methods
686  SRSASN_CODE pack(bit_ref& bref) const;
688  void to_json(json_writer& j) const;
689  bool operator==(const cqi_report_aperiodic_proc_r11_s& other) const;
690  bool operator!=(const cqi_report_aperiodic_proc_r11_s& other) const { return not(*this == other); }
691 };
692 
693 // CQI-ReportAperiodicProc-v1310 ::= SEQUENCE
695  bool trigger001_r13 = false;
696  bool trigger010_r13 = false;
697  bool trigger011_r13 = false;
698  bool trigger100_r13 = false;
699  bool trigger101_r13 = false;
700  bool trigger110_r13 = false;
701  bool trigger111_r13 = false;
702 
703  // sequence methods
704  SRSASN_CODE pack(bit_ref& bref) const;
706  void to_json(json_writer& j) const;
708  bool operator!=(const cqi_report_aperiodic_proc_v1310_s& other) const { return not(*this == other); }
709 };
710 
711 // CQI-ReportBothProc-r11 ::= SEQUENCE
714  bool pmi_ri_report_r11_present = false;
715  uint8_t ri_ref_csi_process_id_r11 = 1;
716 
717  // sequence methods
718  SRSASN_CODE pack(bit_ref& bref) const;
719  SRSASN_CODE unpack(cbit_ref& bref);
720  void to_json(json_writer& j) const;
721  bool operator==(const cqi_report_both_proc_r11_s& other) const;
722  bool operator!=(const cqi_report_both_proc_r11_s& other) const { return not(*this == other); }
723 };
724 
725 // CRI-ReportConfig-r13 ::= CHOICE
726 struct cri_report_cfg_r13_c {
727  struct setup_s_ {
728  bool cri_cfg_idx2_r13_present = false;
729  uint16_t cri_cfg_idx_r13 = 0;
730  uint16_t cri_cfg_idx2_r13 = 0;
731  };
732  using types = setup_e;
733 
734  // choice methods
735  cri_report_cfg_r13_c() = default;
736  void set(types::options e = types::nulltype);
737  types type() const { return type_; }
738  SRSASN_CODE pack(bit_ref& bref) const;
739  SRSASN_CODE unpack(cbit_ref& bref);
740  void to_json(json_writer& j) const;
741  bool operator==(const cri_report_cfg_r13_c& other) const;
742  bool operator!=(const cri_report_cfg_r13_c& other) const { return not(*this == other); }
743  // getters
744  setup_s_& setup()
745  {
746  assert_choice_type(types::setup, type_, "CRI-ReportConfig-r13");
747  return c;
748  }
749  const setup_s_& setup() const
750  {
751  assert_choice_type(types::setup, type_, "CRI-ReportConfig-r13");
752  return c;
753  }
754  void set_release();
755  setup_s_& set_setup();
756 
757 private:
758  types type_;
759  setup_s_ c;
760 };
761 
762 // CSI-RS-ConfigEMIMO-Hybrid-r14 ::= CHOICE
764  struct setup_s_ {
769  };
770  using types = setup_e;
771 
772  // choice methods
774  void set(types::options e = types::nulltype);
775  types type() const { return type_; }
776  SRSASN_CODE pack(bit_ref& bref) const;
777  SRSASN_CODE unpack(cbit_ref& bref);
778  void to_json(json_writer& j) const;
779  bool operator==(const csi_rs_cfg_emimo_hybrid_r14_c& other) const;
780  bool operator!=(const csi_rs_cfg_emimo_hybrid_r14_c& other) const { return not(*this == other); }
781  // getters
782  setup_s_& setup()
783  {
784  assert_choice_type(types::setup, type_, "CSI-RS-ConfigEMIMO-Hybrid-r14");
785  return c;
786  }
787  const setup_s_& setup() const
788  {
789  assert_choice_type(types::setup, type_, "CSI-RS-ConfigEMIMO-Hybrid-r14");
790  return c;
791  }
792  void set_release();
793  setup_s_& set_setup();
794 
795 private:
796  types type_;
797  setup_s_ c;
798 };
799 
800 // CSI-RS-ConfigEMIMO-r13 ::= CHOICE
801 struct csi_rs_cfg_emimo_r13_c {
802  struct setup_c_ {
803  struct types_opts {
805 
806  const char* to_string() const;
807  };
809 
810  // choice methods
811  setup_c_() = default;
812  setup_c_(const setup_c_& other);
813  setup_c_& operator=(const setup_c_& other);
814  ~setup_c_() { destroy_(); }
815  void set(types::options e = types::nulltype);
816  types type() const { return type_; }
817  SRSASN_CODE pack(bit_ref& bref) const;
818  SRSASN_CODE unpack(cbit_ref& bref);
819  void to_json(json_writer& j) const;
820  bool operator==(const setup_c_& other) const;
821  bool operator!=(const setup_c_& other) const { return not(*this == other); }
822  // getters
824  {
825  assert_choice_type(types::non_precoded_r13, type_, "setup");
826  return c.get<csi_rs_cfg_non_precoded_r13_s>();
827  }
829  {
830  assert_choice_type(types::bf_r13, type_, "setup");
831  return c.get<csi_rs_cfg_bf_r13_s>();
832  }
834  {
835  assert_choice_type(types::non_precoded_r13, type_, "setup");
837  }
838  const csi_rs_cfg_bf_r13_s& bf_r13() const
839  {
840  assert_choice_type(types::bf_r13, type_, "setup");
841  return c.get<csi_rs_cfg_bf_r13_s>();
842  }
845 
846  private:
847  types type_;
849 
850  void destroy_();
851  };
852  using types = setup_e;
853 
854  // choice methods
856  void set(types::options e = types::nulltype);
857  types type() const { return type_; }
858  SRSASN_CODE pack(bit_ref& bref) const;
859  SRSASN_CODE unpack(cbit_ref& bref);
860  void to_json(json_writer& j) const;
861  bool operator==(const csi_rs_cfg_emimo_r13_c& other) const;
862  bool operator!=(const csi_rs_cfg_emimo_r13_c& other) const { return not(*this == other); }
863  // getters
864  setup_c_& setup()
865  {
866  assert_choice_type(types::setup, type_, "CSI-RS-ConfigEMIMO-r13");
867  return c;
868  }
869  const setup_c_& setup() const
870  {
871  assert_choice_type(types::setup, type_, "CSI-RS-ConfigEMIMO-r13");
872  return c;
873  }
874  void set_release();
875  setup_c_& set_setup();
876 
877 private:
878  types type_;
879  setup_c_ c;
880 };
881 
882 // CSI-RS-ConfigEMIMO-v1430 ::= CHOICE
884  struct setup_c_ {
885  struct types_opts {
887 
888  const char* to_string() const;
889  };
891 
892  // choice methods
893  setup_c_() = default;
894  setup_c_(const setup_c_& other);
895  setup_c_& operator=(const setup_c_& other);
896  ~setup_c_() { destroy_(); }
897  void set(types::options e = types::nulltype);
898  types type() const { return type_; }
899  SRSASN_CODE pack(bit_ref& bref) const;
900  SRSASN_CODE unpack(cbit_ref& bref);
901  void to_json(json_writer& j) const;
902  bool operator==(const setup_c_& other) const;
903  bool operator!=(const setup_c_& other) const { return not(*this == other); }
904  // getters
906  {
907  assert_choice_type(types::non_precoded_v1430, type_, "setup");
908  return c.get<csi_rs_cfg_non_precoded_v1430_s>();
909  }
911  {
912  assert_choice_type(types::bf_v1430, type_, "setup");
913  return c.get<csi_rs_cfg_bf_v1430_s>();
914  }
916  {
917  assert_choice_type(types::non_precoded_v1430, type_, "setup");
919  }
920  const csi_rs_cfg_bf_v1430_s& bf_v1430() const
921  {
922  assert_choice_type(types::bf_v1430, type_, "setup");
923  return c.get<csi_rs_cfg_bf_v1430_s>();
924  }
927 
928  private:
929  types type_;
931 
932  void destroy_();
933  };
934  using types = setup_e;
935 
936  // choice methods
938  void set(types::options e = types::nulltype);
939  types type() const { return type_; }
940  SRSASN_CODE pack(bit_ref& bref) const;
941  SRSASN_CODE unpack(cbit_ref& bref);
942  void to_json(json_writer& j) const;
943  bool operator==(const csi_rs_cfg_emimo_v1430_c& other) const;
944  bool operator!=(const csi_rs_cfg_emimo_v1430_c& other) const { return not(*this == other); }
945  // getters
946  setup_c_& setup()
947  {
948  assert_choice_type(types::setup, type_, "CSI-RS-ConfigEMIMO-v1430");
949  return c;
950  }
951  const setup_c_& setup() const
952  {
953  assert_choice_type(types::setup, type_, "CSI-RS-ConfigEMIMO-v1430");
954  return c;
955  }
956  void set_release();
957  setup_c_& set_setup();
958 
959 private:
960  types type_;
961  setup_c_ c;
962 };
963 
964 // CSI-RS-ConfigEMIMO-v1480 ::= CHOICE
966  struct setup_c_ {
967  struct types_opts {
969 
970  const char* to_string() const;
971  };
973 
974  // choice methods
975  setup_c_() = default;
976  setup_c_(const setup_c_& other);
977  setup_c_& operator=(const setup_c_& other);
978  ~setup_c_() { destroy_(); }
979  void set(types::options e = types::nulltype);
980  types type() const { return type_; }
981  SRSASN_CODE pack(bit_ref& bref) const;
982  SRSASN_CODE unpack(cbit_ref& bref);
983  void to_json(json_writer& j) const;
984  bool operator==(const setup_c_& other) const;
985  bool operator!=(const setup_c_& other) const { return not(*this == other); }
986  // getters
988  {
989  assert_choice_type(types::non_precoded_v1480, type_, "setup");
990  return c.get<csi_rs_cfg_non_precoded_v1480_s>();
991  }
993  {
994  assert_choice_type(types::bf_v1480, type_, "setup");
995  return c.get<csi_rs_cfg_bf_v1430_s>();
996  }
998  {
999  assert_choice_type(types::non_precoded_v1480, type_, "setup");
1001  }
1002  const csi_rs_cfg_bf_v1430_s& bf_v1480() const
1003  {
1004  assert_choice_type(types::bf_v1480, type_, "setup");
1005  return c.get<csi_rs_cfg_bf_v1430_s>();
1006  }
1009 
1010  private:
1011  types type_;
1013 
1014  void destroy_();
1015  };
1016  using types = setup_e;
1017 
1018  // choice methods
1020  void set(types::options e = types::nulltype);
1021  types type() const { return type_; }
1022  SRSASN_CODE pack(bit_ref& bref) const;
1023  SRSASN_CODE unpack(cbit_ref& bref);
1024  void to_json(json_writer& j) const;
1025  bool operator==(const csi_rs_cfg_emimo_v1480_c& other) const;
1026  bool operator!=(const csi_rs_cfg_emimo_v1480_c& other) const { return not(*this == other); }
1027  // getters
1028  setup_c_& setup()
1029  {
1030  assert_choice_type(types::setup, type_, "CSI-RS-ConfigEMIMO-v1480");
1031  return c;
1032  }
1033  const setup_c_& setup() const
1034  {
1035  assert_choice_type(types::setup, type_, "CSI-RS-ConfigEMIMO-v1480");
1036  return c;
1037  }
1038  void set_release();
1039  setup_c_& set_setup();
1040 
1041 private:
1042  types type_;
1043  setup_c_ c;
1044 };
1045 
1046 // CSI-RS-ConfigEMIMO-v1530 ::= CHOICE
1047 struct csi_rs_cfg_emimo_v1530_c {
1048  struct setup_c_ {
1049  struct types_opts {
1052  const char* to_string() const;
1053  };
1054  typedef enumerated<types_opts> types;
1056  // choice methods
1057  types type() const { return types::non_precoded_v1530; }
1058  SRSASN_CODE pack(bit_ref& bref) const;
1059  SRSASN_CODE unpack(cbit_ref& bref);
1060  void to_json(json_writer& j) const;
1061  bool operator==(const setup_c_& other) const;
1062  bool operator!=(const setup_c_& other) const { return not(*this == other); }
1063  // getters
1066 
1067  private:
1069  };
1070  using types = setup_e;
1071 
1072  // choice methods
1074  void set(types::options e = types::nulltype);
1075  types type() const { return type_; }
1076  SRSASN_CODE pack(bit_ref& bref) const;
1077  SRSASN_CODE unpack(cbit_ref& bref);
1078  void to_json(json_writer& j) const;
1079  bool operator==(const csi_rs_cfg_emimo_v1530_c& other) const;
1080  bool operator!=(const csi_rs_cfg_emimo_v1530_c& other) const { return not(*this == other); }
1081  // getters
1082  setup_c_& setup()
1083  {
1084  assert_choice_type(types::setup, type_, "CSI-RS-ConfigEMIMO-v1530");
1085  return c;
1086  }
1087  const setup_c_& setup() const
1088  {
1089  assert_choice_type(types::setup, type_, "CSI-RS-ConfigEMIMO-v1530");
1090  return c;
1091  }
1092  void set_release();
1093  setup_c_& set_setup();
1094 
1095 private:
1096  types type_;
1097  setup_c_ c;
1098 };
1099 
1100 // P-C-AndCBSR-Pair-r13a ::= SEQUENCE (SIZE (1..2)) OF P-C-AndCBSR-r11
1102 
1103 // CQI-ReportPeriodicProcExt-r11 ::= SEQUENCE
1105  struct cqi_format_ind_periodic_r11_c_ {
1106  struct wideband_cqi_r11_s_ {
1107  struct csi_report_mode_r11_opts {
1108  enum options { submode1, submode2, nulltype } value;
1109  typedef uint8_t number_type;
1110 
1111  const char* to_string() const;
1112  uint8_t to_number() const;
1113  };
1116  // member variables
1119  };
1120  struct subband_cqi_r11_s_ {
1121  struct periodicity_factor_r11_opts {
1123  typedef uint8_t number_type;
1124 
1125  const char* to_string() const;
1126  uint8_t to_number() const;
1127  };
1130  // member variables
1131  uint8_t k = 1;
1133  };
1134  struct types_opts {
1137  const char* to_string() const;
1138  };
1141  // choice methods
1146  void set(types::options e = types::nulltype);
1147  types type() const { return type_; }
1148  SRSASN_CODE pack(bit_ref& bref) const;
1149  SRSASN_CODE unpack(cbit_ref& bref);
1150  void to_json(json_writer& j) const;
1151  bool operator==(const cqi_format_ind_periodic_r11_c_& other) const;
1152  bool operator!=(const cqi_format_ind_periodic_r11_c_& other) const { return not(*this == other); }
1153  // getters
1155  {
1156  assert_choice_type(types::wideband_cqi_r11, type_, "cqi-FormatIndicatorPeriodic-r11");
1157  return c.get<wideband_cqi_r11_s_>();
1158  }
1159  subband_cqi_r11_s_& subband_cqi_r11()
1160  {
1161  assert_choice_type(types::subband_cqi_r11, type_, "cqi-FormatIndicatorPeriodic-r11");
1162  return c.get<subband_cqi_r11_s_>();
1163  }
1164  const wideband_cqi_r11_s_& wideband_cqi_r11() const
1165  {
1166  assert_choice_type(types::wideband_cqi_r11, type_, "cqi-FormatIndicatorPeriodic-r11");
1167  return c.get<wideband_cqi_r11_s_>();
1168  }
1169  const subband_cqi_r11_s_& subband_cqi_r11() const
1170  {
1171  assert_choice_type(types::subband_cqi_r11, type_, "cqi-FormatIndicatorPeriodic-r11");
1172  return c.get<subband_cqi_r11_s_>();
1173  }
1174  wideband_cqi_r11_s_& set_wideband_cqi_r11();
1175  subband_cqi_r11_s_& set_subband_cqi_r11();
1176 
1177  private:
1178  types type_;
1180 
1181  void destroy_();
1182  };
1183  struct csi_cfg_idx_r11_c_ {
1184  struct setup_s_ {
1185  bool ri_cfg_idx2_r11_present = false;
1186  uint16_t cqi_pmi_cfg_idx2_r11 = 0;
1187  uint16_t ri_cfg_idx2_r11 = 0;
1188  };
1189  using types = setup_e;
1190 
1191  // choice methods
1192  csi_cfg_idx_r11_c_() = default;
1193  void set(types::options e = types::nulltype);
1194  types type() const { return type_; }
1195  SRSASN_CODE pack(bit_ref& bref) const;
1196  SRSASN_CODE unpack(cbit_ref& bref);
1197  void to_json(json_writer& j) const;
1198  bool operator==(const csi_cfg_idx_r11_c_& other) const;
1199  bool operator!=(const csi_cfg_idx_r11_c_& other) const { return not(*this == other); }
1200  // getters
1201  setup_s_& setup()
1202  {
1203  assert_choice_type(types::setup, type_, "csi-ConfigIndex-r11");
1204  return c;
1205  }
1206  const setup_s_& setup() const
1207  {
1208  assert_choice_type(types::setup, type_, "csi-ConfigIndex-r11");
1209  return c;
1210  }
1211  void set_release();
1212  setup_s_& set_setup();
1213 
1214  private:
1215  types type_;
1216  setup_s_ c;
1217  };
1219  enum options { n2, n4, nulltype } value;
1220  typedef uint8_t number_type;
1221 
1222  const char* to_string() const;
1223  uint8_t to_number() const;
1224  };
1227  // member variables
1228  bool ext = false;
1229  bool ri_cfg_idx_r11_present = false;
1230  bool csi_cfg_idx_r11_present = false;
1232  uint16_t cqi_pmi_cfg_idx_r11 = 0;
1234  uint16_t ri_cfg_idx_r11 = 0;
1236  // ...
1237  // group 0
1239  // group 1
1243  // sequence methods
1244  SRSASN_CODE pack(bit_ref& bref) const;
1245  SRSASN_CODE unpack(cbit_ref& bref);
1246  void to_json(json_writer& j) const;
1247  bool operator==(const cqi_report_periodic_proc_ext_r11_s& other) const;
1248  bool operator!=(const cqi_report_periodic_proc_ext_r11_s& other) const { return not(*this == other); }
1249 };
1250 
1251 // CSI-IM-Config-r11 ::= SEQUENCE
1252 struct csi_im_cfg_r11_s {
1253  bool ext = false;
1254  uint8_t csi_im_cfg_id_r11 = 1;
1255  uint8_t res_cfg_r11 = 0;
1256  uint8_t sf_cfg_r11 = 0;
1257  // ...
1258  // group 0
1262  // sequence methods
1263  SRSASN_CODE pack(bit_ref& bref) const;
1265  void to_json(json_writer& j) const;
1266  bool operator==(const csi_im_cfg_r11_s& other) const;
1267  bool operator!=(const csi_im_cfg_r11_s& other) const { return not(*this == other); }
1268 };
1269 
1270 // CSI-IM-ConfigExt-r12 ::= SEQUENCE
1271 struct csi_im_cfg_ext_r12_s {
1272  bool ext = false;
1273  uint8_t csi_im_cfg_id_v1250 = 4;
1274  uint8_t res_cfg_r12 = 0;
1275  uint8_t sf_cfg_r12 = 0;
1276  // ...
1277  // group 0
1281  uint8_t csi_im_cfg_id_v1310 = 5;
1283  // sequence methods
1284  SRSASN_CODE pack(bit_ref& bref) const;
1285  SRSASN_CODE unpack(cbit_ref& bref);
1286  void to_json(json_writer& j) const;
1287  bool operator==(const csi_im_cfg_ext_r12_s& other) const;
1288  bool operator!=(const csi_im_cfg_ext_r12_s& other) const { return not(*this == other); }
1289 };
1290 
1291 // CSI-Process-r11 ::= SEQUENCE
1292 struct csi_process_r11_s {
1293  struct csi_im_cfg_id_list_r12_c_ {
1295  using types = setup_e;
1297  // choice methods
1298  csi_im_cfg_id_list_r12_c_() = default;
1299  void set(types::options e = types::nulltype);
1300  types type() const { return type_; }
1301  SRSASN_CODE pack(bit_ref& bref) const;
1303  void to_json(json_writer& j) const;
1304  bool operator==(const csi_im_cfg_id_list_r12_c_& other) const;
1305  bool operator!=(const csi_im_cfg_id_list_r12_c_& other) const { return not(*this == other); }
1306  // getters
1307  setup_l_& setup()
1308  {
1309  assert_choice_type(types::setup, type_, "csi-IM-ConfigIdList-r12");
1310  return c;
1311  }
1312  const setup_l_& setup() const
1313  {
1314  assert_choice_type(types::setup, type_, "csi-IM-ConfigIdList-r12");
1315  return c;
1316  }
1317  void set_release();
1318  setup_l_& set_setup();
1319 
1320  private:
1321  types type_;
1322  setup_l_ c;
1323  };
1325  using types = setup_e;
1326 
1327  // choice methods
1329  void set(types::options e = types::nulltype);
1330  types type() const { return type_; }
1331  SRSASN_CODE pack(bit_ref& bref) const;
1333  void to_json(json_writer& j) const;
1334  bool operator==(const cqi_report_aperiodic_proc2_r12_c_& other) const;
1335  bool operator!=(const cqi_report_aperiodic_proc2_r12_c_& other) const { return not(*this == other); }
1336  // getters
1338  {
1339  assert_choice_type(types::setup, type_, "cqi-ReportAperiodicProc2-r12");
1340  return c;
1341  }
1342  const cqi_report_aperiodic_proc_r11_s& setup() const
1343  {
1344  assert_choice_type(types::setup, type_, "cqi-ReportAperiodicProc2-r12");
1345  return c;
1346  }
1347  void set_release();
1349 
1350  private:
1351  types type_;
1353  };
1355  using types = setup_e;
1356 
1357  // choice methods
1359  void set(types::options e = types::nulltype);
1360  types type() const { return type_; }
1361  SRSASN_CODE pack(bit_ref& bref) const;
1363  void to_json(json_writer& j) const;
1364  bool operator==(const cqi_report_aperiodic_proc_v1310_c_& other) const;
1365  bool operator!=(const cqi_report_aperiodic_proc_v1310_c_& other) const { return not(*this == other); }
1366  // getters
1368  {
1369  assert_choice_type(types::setup, type_, "cqi-ReportAperiodicProc-v1310");
1370  return c;
1371  }
1373  {
1374  assert_choice_type(types::setup, type_, "cqi-ReportAperiodicProc-v1310");
1375  return c;
1376  }
1377  void set_release();
1379 
1380  private:
1381  types type_;
1383  };
1385  using types = setup_e;
1386 
1387  // choice methods
1389  void set(types::options e = types::nulltype);
1390  types type() const { return type_; }
1391  SRSASN_CODE pack(bit_ref& bref) const;
1393  void to_json(json_writer& j) const;
1394  bool operator==(const cqi_report_aperiodic_proc2_v1310_c_& other) const;
1395  bool operator!=(const cqi_report_aperiodic_proc2_v1310_c_& other) const { return not(*this == other); }
1396  // getters
1398  {
1399  assert_choice_type(types::setup, type_, "cqi-ReportAperiodicProc2-v1310");
1400  return c;
1401  }
1403  {
1404  assert_choice_type(types::setup, type_, "cqi-ReportAperiodicProc2-v1310");
1405  return c;
1406  }
1407  void set_release();
1409 
1410  private:
1411  types type_;
1413  };
1414 
1415  // member variables
1416  bool ext = false;
1417  bool cqi_report_both_proc_r11_present = false;
1420  uint8_t csi_process_id_r11 = 1;
1421  uint8_t csi_rs_cfg_nzp_id_r11 = 1;
1422  uint8_t csi_im_cfg_id_r11 = 1;
1427  // ...
1428  // group 0
1432  // group 1
1436  // group 2
1440  bool advanced_codebook_enabled_r14 = false;
1441  // group 3
1443  // group 4
1444  bool fe_comp_csi_enabled_v1530_present = false;
1448  // sequence methods
1449  SRSASN_CODE pack(bit_ref& bref) const;
1451  void to_json(json_writer& j) const;
1452  bool operator==(const csi_process_r11_s& other) const;
1453  bool operator!=(const csi_process_r11_s& other) const { return not(*this == other); }
1454 };
1455 
1456 // CQI-ReportPeriodicProcExtToAddModList-r11 ::= SEQUENCE (SIZE (1..3)) OF CQI-ReportPeriodicProcExt-r11
1458 
1459 // CQI-ReportPeriodicProcExtToReleaseList-r11 ::= SEQUENCE (SIZE (1..3)) OF INTEGER (1..3)
1462 // CSI-IM-ConfigToAddModList-r11 ::= SEQUENCE (SIZE (1..3)) OF CSI-IM-Config-r11
1464 
1465 // CSI-IM-ConfigToAddModListExt-r13 ::= SEQUENCE (SIZE (1..20)) OF CSI-IM-ConfigExt-r12
1467 
1468 // CSI-IM-ConfigToReleaseList-r11 ::= SEQUENCE (SIZE (1..3)) OF INTEGER (1..3)
1470 
1471 // CSI-IM-ConfigToReleaseListExt-r13 ::= SEQUENCE (SIZE (1..20)) OF INTEGER (5..24)
1473 
1474 // CSI-ProcessToAddModList-r11 ::= SEQUENCE (SIZE (1..4)) OF CSI-Process-r11
1476 
1477 // CSI-ProcessToReleaseList-r11 ::= SEQUENCE (SIZE (1..4)) OF INTEGER (1..4)
1479 
1480 // DCI7-CandidatesPerAL-SPDCCH-r15 ::= SEQUENCE (SIZE (1..4)) OF INTEGER (0..6)
1482 
1483 // N4SPUCCH-Resource-r15 ::= SEQUENCE
1484 struct n4_spucch_res_r15_s {
1485  uint8_t n4start_prb_r15 = 0;
1486  uint8_t n4nof_prb_r15 = 0;
1487 
1488  // sequence methods
1489  SRSASN_CODE pack(bit_ref& bref) const;
1490  SRSASN_CODE unpack(cbit_ref& bref);
1491  void to_json(json_writer& j) const;
1492  bool operator==(const n4_spucch_res_r15_s& other) const;
1493  bool operator!=(const n4_spucch_res_r15_s& other) const { return not(*this == other); }
1494 };
1495 
1496 // ZeroTxPowerCSI-RS-r12 ::= SEQUENCE
1497 struct zero_tx_pwr_csi_rs_r12_s {
1499  uint8_t zero_tx_pwr_sf_cfg_r12 = 0;
1500 
1501  // sequence methods
1502  SRSASN_CODE pack(bit_ref& bref) const;
1503  SRSASN_CODE unpack(cbit_ref& bref);
1504  void to_json(json_writer& j) const;
1505  bool operator==(const zero_tx_pwr_csi_rs_r12_s& other) const;
1506  bool operator!=(const zero_tx_pwr_csi_rs_r12_s& other) const { return not(*this == other); }
1507 };
1508 
1509 // CQI-ReportAperiodic-r10 ::= CHOICE
1511  struct setup_s_ {
1512  struct aperiodic_csi_trigger_r10_s_ {
1515  };
1516 
1517  // member variables
1521  };
1522  using types = setup_e;
1523 
1524  // choice methods
1525  cqi_report_aperiodic_r10_c() = default;
1526  void set(types::options e = types::nulltype);
1527  types type() const { return type_; }
1528  SRSASN_CODE pack(bit_ref& bref) const;
1529  SRSASN_CODE unpack(cbit_ref& bref);
1530  void to_json(json_writer& j) const;
1531  bool operator==(const cqi_report_aperiodic_r10_c& other) const;
1532  bool operator!=(const cqi_report_aperiodic_r10_c& other) const { return not(*this == other); }
1533  // getters
1534  setup_s_& setup()
1535  {
1536  assert_choice_type(types::setup, type_, "CQI-ReportAperiodic-r10");
1537  return c;
1538  }
1539  const setup_s_& setup() const
1540  {
1541  assert_choice_type(types::setup, type_, "CQI-ReportAperiodic-r10");
1542  return c;
1543  }
1544  void set_release();
1545  setup_s_& set_setup();
1546 
1547 private:
1548  types type_;
1549  setup_s_ c;
1550 };
1551 
1552 // CQI-ReportAperiodic-v1250 ::= CHOICE
1554  struct setup_s_ {
1555  struct aperiodic_csi_trigger_v1250_s_ {
1556  struct trigger_sf_set_ind_r12_opts {
1558  typedef uint8_t number_type;
1559 
1560  const char* to_string() const;
1561  uint8_t to_number() const;
1562  };
1565  // member variables
1569  };
1570 
1571  // member variables
1573  };
1574  using types = setup_e;
1576  // choice methods
1577  cqi_report_aperiodic_v1250_c() = default;
1578  void set(types::options e = types::nulltype);
1579  types type() const { return type_; }
1580  SRSASN_CODE pack(bit_ref& bref) const;
1581  SRSASN_CODE unpack(cbit_ref& bref);
1582  void to_json(json_writer& j) const;
1583  bool operator==(const cqi_report_aperiodic_v1250_c& other) const;
1584  bool operator!=(const cqi_report_aperiodic_v1250_c& other) const { return not(*this == other); }
1585  // getters
1586  setup_s_& setup()
1587  {
1588  assert_choice_type(types::setup, type_, "CQI-ReportAperiodic-v1250");
1589  return c;
1590  }
1591  const setup_s_& setup() const
1592  {
1593  assert_choice_type(types::setup, type_, "CQI-ReportAperiodic-v1250");
1594  return c;
1595  }
1596  void set_release();
1597  setup_s_& set_setup();
1598 
1599 private:
1600  types type_;
1601  setup_s_ c;
1602 };
1603 
1604 // CQI-ReportAperiodic-v1310 ::= CHOICE
1606  struct setup_s_ {
1607  struct aperiodic_csi_trigger_v1310_s_ {
1614  };
1616  struct setup_s_ {
1623  };
1624  using types = setup_e;
1626  // choice methods
1628  void set(types::options e = types::nulltype);
1629  types type() const { return type_; }
1630  SRSASN_CODE pack(bit_ref& bref) const;
1631  SRSASN_CODE unpack(cbit_ref& bref);
1632  void to_json(json_writer& j) const;
1633  bool operator==(const aperiodic_csi_trigger2_r13_c_& other) const;
1634  bool operator!=(const aperiodic_csi_trigger2_r13_c_& other) const { return not(*this == other); }
1635  // getters
1636  setup_s_& setup()
1637  {
1638  assert_choice_type(types::setup, type_, "aperiodicCSI-Trigger2-r13");
1639  return c;
1640  }
1641  const setup_s_& setup() const
1642  {
1643  assert_choice_type(types::setup, type_, "aperiodicCSI-Trigger2-r13");
1644  return c;
1645  }
1646  void set_release();
1647  setup_s_& set_setup();
1648 
1649  private:
1650  types type_;
1651  setup_s_ c;
1652  };
1653 
1654  // member variables
1659  };
1660  using types = setup_e;
1661 
1662  // choice methods
1664  void set(types::options e = types::nulltype);
1665  types type() const { return type_; }
1666  SRSASN_CODE pack(bit_ref& bref) const;
1667  SRSASN_CODE unpack(cbit_ref& bref);
1668  void to_json(json_writer& j) const;
1669  bool operator==(const cqi_report_aperiodic_v1310_c& other) const;
1670  bool operator!=(const cqi_report_aperiodic_v1310_c& other) const { return not(*this == other); }
1671  // getters
1672  setup_s_& setup()
1673  {
1674  assert_choice_type(types::setup, type_, "CQI-ReportAperiodic-v1310");
1675  return c;
1676  }
1677  const setup_s_& setup() const
1678  {
1679  assert_choice_type(types::setup, type_, "CQI-ReportAperiodic-v1310");
1680  return c;
1681  }
1682  void set_release();
1683  setup_s_& set_setup();
1684 
1685 private:
1686  types type_;
1687  setup_s_ c;
1688 };
1689 
1690 // CQI-ReportAperiodicHybrid-r14 ::= SEQUENCE
1692  struct triggers_r14_c_ {
1693  struct one_bit_r14_s_ {
1695  };
1696  struct two_bit_r14_s_ {
1700  };
1709  };
1710  struct types_opts {
1712  typedef uint8_t number_type;
1714  const char* to_string() const;
1715  uint8_t to_number() const;
1716  };
1717  typedef enumerated<types_opts> types;
1719  // choice methods
1720  triggers_r14_c_() = default;
1721  triggers_r14_c_(const triggers_r14_c_& other);
1722  triggers_r14_c_& operator=(const triggers_r14_c_& other);
1723  ~triggers_r14_c_() { destroy_(); }
1724  void set(types::options e = types::nulltype);
1725  types type() const { return type_; }
1726  SRSASN_CODE pack(bit_ref& bref) const;
1727  SRSASN_CODE unpack(cbit_ref& bref);
1728  void to_json(json_writer& j) const;
1729  bool operator==(const triggers_r14_c_& other) const;
1730  bool operator!=(const triggers_r14_c_& other) const { return not(*this == other); }
1731  // getters
1733  {
1734  assert_choice_type(types::one_bit_r14, type_, "triggers-r14");
1735  return c.get<one_bit_r14_s_>();
1736  }
1737  two_bit_r14_s_& two_bit_r14()
1738  {
1739  assert_choice_type(types::two_bit_r14, type_, "triggers-r14");
1740  return c.get<two_bit_r14_s_>();
1741  }
1742  three_bit_r14_s_& three_bit_r14()
1743  {
1744  assert_choice_type(types::three_bit_r14, type_, "triggers-r14");
1745  return c.get<three_bit_r14_s_>();
1746  }
1747  const one_bit_r14_s_& one_bit_r14() const
1748  {
1749  assert_choice_type(types::one_bit_r14, type_, "triggers-r14");
1750  return c.get<one_bit_r14_s_>();
1751  }
1752  const two_bit_r14_s_& two_bit_r14() const
1753  {
1754  assert_choice_type(types::two_bit_r14, type_, "triggers-r14");
1755  return c.get<two_bit_r14_s_>();
1756  }
1757  const three_bit_r14_s_& three_bit_r14() const
1758  {
1759  assert_choice_type(types::three_bit_r14, type_, "triggers-r14");
1760  return c.get<three_bit_r14_s_>();
1761  }
1762  one_bit_r14_s_& set_one_bit_r14();
1763  two_bit_r14_s_& set_two_bit_r14();
1764  three_bit_r14_s_& set_three_bit_r14();
1766  private:
1767  types type_;
1769 
1770  void destroy_();
1771  };
1772 
1773  // member variables
1774  bool triggers_r14_present = false;
1777  // sequence methods
1778  SRSASN_CODE pack(bit_ref& bref) const;
1779  SRSASN_CODE unpack(cbit_ref& bref);
1780  void to_json(json_writer& j) const;
1781  bool operator==(const cqi_report_aperiodic_hybrid_r14_s& other) const;
1782  bool operator!=(const cqi_report_aperiodic_hybrid_r14_s& other) const { return not(*this == other); }
1783 };
1784 
1785 // CQI-ReportBoth-r11 ::= SEQUENCE
1786 struct cqi_report_both_r11_s {
1796  // sequence methods
1797  SRSASN_CODE pack(bit_ref& bref) const;
1799  void to_json(json_writer& j) const;
1800  bool operator==(const cqi_report_both_r11_s& other) const;
1801  bool operator!=(const cqi_report_both_r11_s& other) const { return not(*this == other); }
1802 };
1803 
1804 // CQI-ReportBoth-v1250 ::= SEQUENCE
1805 struct cqi_report_both_v1250_s {
1810 
1811  // sequence methods
1812  SRSASN_CODE pack(bit_ref& bref) const;
1814  void to_json(json_writer& j) const;
1815  bool operator==(const cqi_report_both_v1250_s& other) const;
1816  bool operator!=(const cqi_report_both_v1250_s& other) const { return not(*this == other); }
1817 };
1818 
1819 // CQI-ReportBoth-v1310 ::= SEQUENCE
1820 struct cqi_report_both_v1310_s {
1825 
1826  // sequence methods
1827  SRSASN_CODE pack(bit_ref& bref) const;
1829  void to_json(json_writer& j) const;
1830  bool operator==(const cqi_report_both_v1310_s& other) const;
1831  bool operator!=(const cqi_report_both_v1310_s& other) const { return not(*this == other); }
1832 };
1833 
1834 // CQI-ReportPeriodic-r10 ::= CHOICE
1836  struct setup_s_ {
1837  struct cqi_format_ind_periodic_r10_c_ {
1838  struct wideband_cqi_r10_s_ {
1839  struct csi_report_mode_r10_opts {
1840  enum options { submode1, submode2, nulltype } value;
1841  typedef uint8_t number_type;
1842 
1843  const char* to_string() const;
1844  uint8_t to_number() const;
1845  };
1848  // member variables
1851  };
1852  struct subband_cqi_r10_s_ {
1853  struct periodicity_factor_r10_opts {
1855  typedef uint8_t number_type;
1856 
1857  const char* to_string() const;
1858  uint8_t to_number() const;
1859  };
1862  // member variables
1863  uint8_t k = 1;
1865  };
1866  struct types_opts {
1869  const char* to_string() const;
1870  };
1873  // choice methods
1878  void set(types::options e = types::nulltype);
1879  types type() const { return type_; }
1880  SRSASN_CODE pack(bit_ref& bref) const;
1881  SRSASN_CODE unpack(cbit_ref& bref);
1882  void to_json(json_writer& j) const;
1883  bool operator==(const cqi_format_ind_periodic_r10_c_& other) const;
1884  bool operator!=(const cqi_format_ind_periodic_r10_c_& other) const { return not(*this == other); }
1885  // getters
1887  {
1888  assert_choice_type(types::wideband_cqi_r10, type_, "cqi-FormatIndicatorPeriodic-r10");
1889  return c.get<wideband_cqi_r10_s_>();
1890  }
1891  subband_cqi_r10_s_& subband_cqi_r10()
1892  {
1893  assert_choice_type(types::subband_cqi_r10, type_, "cqi-FormatIndicatorPeriodic-r10");
1894  return c.get<subband_cqi_r10_s_>();
1895  }
1896  const wideband_cqi_r10_s_& wideband_cqi_r10() const
1897  {
1898  assert_choice_type(types::wideband_cqi_r10, type_, "cqi-FormatIndicatorPeriodic-r10");
1899  return c.get<wideband_cqi_r10_s_>();
1900  }
1901  const subband_cqi_r10_s_& subband_cqi_r10() const
1902  {
1903  assert_choice_type(types::subband_cqi_r10, type_, "cqi-FormatIndicatorPeriodic-r10");
1904  return c.get<subband_cqi_r10_s_>();
1905  }
1906  wideband_cqi_r10_s_& set_wideband_cqi_r10();
1907  subband_cqi_r10_s_& set_subband_cqi_r10();
1908 
1909  private:
1910  types type_;
1912 
1913  void destroy_();
1914  };
1915  struct csi_cfg_idx_r10_c_ {
1916  struct setup_s_ {
1917  bool ri_cfg_idx2_r10_present = false;
1918  uint16_t cqi_pmi_cfg_idx2_r10 = 0;
1919  uint16_t ri_cfg_idx2_r10 = 0;
1920  };
1921  using types = setup_e;
1922 
1923  // choice methods
1924  csi_cfg_idx_r10_c_() = default;
1925  void set(types::options e = types::nulltype);
1926  types type() const { return type_; }
1927  SRSASN_CODE pack(bit_ref& bref) const;
1928  SRSASN_CODE unpack(cbit_ref& bref);
1929  void to_json(json_writer& j) const;
1930  bool operator==(const csi_cfg_idx_r10_c_& other) const;
1931  bool operator!=(const csi_cfg_idx_r10_c_& other) const { return not(*this == other); }
1932  // getters
1933  setup_s_& setup()
1934  {
1935  assert_choice_type(types::setup, type_, "csi-ConfigIndex-r10");
1936  return c;
1937  }
1938  const setup_s_& setup() const
1939  {
1940  assert_choice_type(types::setup, type_, "csi-ConfigIndex-r10");
1941  return c;
1942  }
1943  void set_release();
1944  setup_s_& set_setup();
1945 
1946  private:
1947  types type_;
1948  setup_s_ c;
1949  };
1950 
1951  // member variables
1952  bool cqi_pucch_res_idx_p1_r10_present = false;
1953  bool ri_cfg_idx_present = false;
1954  bool cqi_mask_r9_present = false;
1957  uint16_t cqi_pucch_res_idx_p1_r10 = 0;
1958  uint16_t cqi_pmi_cfg_idx = 0;
1960  uint16_t ri_cfg_idx = 0;
1963  };
1964  using types = setup_e;
1966  // choice methods
1968  void set(types::options e = types::nulltype);
1969  types type() const { return type_; }
1970  SRSASN_CODE pack(bit_ref& bref) const;
1971  SRSASN_CODE unpack(cbit_ref& bref);
1972  void to_json(json_writer& j) const;
1973  bool operator==(const cqi_report_periodic_r10_c& other) const;
1974  bool operator!=(const cqi_report_periodic_r10_c& other) const { return not(*this == other); }
1975  // getters
1976  setup_s_& setup()
1977  {
1978  assert_choice_type(types::setup, type_, "CQI-ReportPeriodic-r10");
1979  return c;
1980  }
1981  const setup_s_& setup() const
1982  {
1983  assert_choice_type(types::setup, type_, "CQI-ReportPeriodic-r10");
1984  return c;
1985  }
1986  void set_release();
1987  setup_s_& set_setup();
1988 
1989 private:
1990  types type_;
1991  setup_s_ c;
1992 };
1993 
1994 // CQI-ReportPeriodic-v1130 ::= SEQUENCE
2001 
2002  // sequence methods
2003  SRSASN_CODE pack(bit_ref& bref) const;
2005  void to_json(json_writer& j) const;
2006  bool operator==(const cqi_report_periodic_v1130_s& other) const;
2007  bool operator!=(const cqi_report_periodic_v1130_s& other) const { return not(*this == other); }
2008 };
2009 
2010 // CQI-ReportPeriodic-v1310 ::= SEQUENCE
2012  bool cri_report_cfg_r13_present = false;
2016  // sequence methods
2017  SRSASN_CODE pack(bit_ref& bref) const;
2018  SRSASN_CODE unpack(cbit_ref& bref);
2019  void to_json(json_writer& j) const;
2020  bool operator==(const cqi_report_periodic_v1310_s& other) const;
2021  bool operator!=(const cqi_report_periodic_v1310_s& other) const { return not(*this == other); }
2022 };
2023 
2024 // CQI-ReportPeriodic-v1320 ::= SEQUENCE
2026  struct periodicity_factor_wb_r13_opts {
2027  enum options { n2, n4, nulltype } value;
2028  typedef uint8_t number_type;
2030  const char* to_string() const;
2031  uint8_t to_number() const;
2032  };
2035  // member variables
2038 
2039  // sequence methods
2040  SRSASN_CODE pack(bit_ref& bref) const;
2042  void to_json(json_writer& j) const;
2043  bool operator==(const cqi_report_periodic_v1320_s& other) const;
2044  bool operator!=(const cqi_report_periodic_v1320_s& other) const { return not(*this == other); }
2045 };
2046 
2047 // SPDCCH-Elements-r15 ::= CHOICE
2048 struct spdcch_elems_r15_c {
2049  struct setup_s_ {
2050  struct spdcch_set_ref_sig_r15_opts {
2051  enum options { crs, dmrs, nulltype } value;
2053  const char* to_string() const;
2054  };
2056  struct tx_type_r15_opts {
2059  const char* to_string() const;
2060  };
2067  };
2072  const char* to_string() const;
2073  };
2076  enum options { m1, m2, m3, m4, nulltype } value;
2077  typedef uint8_t number_type;
2079  const char* to_string() const;
2080  uint8_t to_number() const;
2081  };
2084  // member variables
2085  bool ext = false;
2086  bool spdcch_set_cfg_id_r15_present = false;
2087  bool spdcch_set_ref_sig_r15_present = false;
2088  bool tx_type_r15_present = false;
2089  bool spdcch_no_of_symbols_r15_present = false;
2096  bool sf_type_r15_present = false;
2110  // ...
2111  };
2112  using types = setup_e;
2114  // choice methods
2115  spdcch_elems_r15_c() = default;
2116  void set(types::options e = types::nulltype);
2117  types type() const { return type_; }
2118  SRSASN_CODE pack(bit_ref& bref) const;
2119  SRSASN_CODE unpack(cbit_ref& bref);
2120  void to_json(json_writer& j) const;
2121  bool operator==(const spdcch_elems_r15_c& other) const;
2122  bool operator!=(const spdcch_elems_r15_c& other) const { return not(*this == other); }
2123  // getters
2124  setup_s_& setup()
2125  {
2126  assert_choice_type(types::setup, type_, "SPDCCH-Elements-r15");
2127  return c;
2128  }
2129  const setup_s_& setup() const
2130  {
2131  assert_choice_type(types::setup, type_, "SPDCCH-Elements-r15");
2132  return c;
2133  }
2134  void set_release();
2135  setup_s_& set_setup();
2136 
2137 private:
2138  types type_;
2139  setup_s_ c;
2140 };
2141 
2142 // SPUCCH-Elements-r15 ::= CHOICE
2143 struct spucch_elems_r15_c {
2144  struct setup_s_ {
2148 
2149  // member variables
2170  };
2171  using types = setup_e;
2173  // choice methods
2174  spucch_elems_r15_c() = default;
2175  void set(types::options e = types::nulltype);
2176  types type() const { return type_; }
2177  SRSASN_CODE pack(bit_ref& bref) const;
2178  SRSASN_CODE unpack(cbit_ref& bref);
2179  void to_json(json_writer& j) const;
2180  bool operator==(const spucch_elems_r15_c& other) const;
2181  bool operator!=(const spucch_elems_r15_c& other) const { return not(*this == other); }
2182  // getters
2183  setup_s_& setup()
2184  {
2185  assert_choice_type(types::setup, type_, "SPUCCH-Elements-r15");
2186  return c;
2187  }
2188  const setup_s_& setup() const
2189  {
2190  assert_choice_type(types::setup, type_, "SPUCCH-Elements-r15");
2191  return c;
2192  }
2193  void set_release();
2194  setup_s_& set_setup();
2195 
2196 private:
2197  types type_;
2198  setup_s_ c;
2199 };
2200 
2201 // TPC-Index ::= CHOICE
2202 struct tpc_idx_c {
2203  struct types_opts {
2206  const char* to_string() const;
2207  };
2208  typedef enumerated<types_opts> types;
2209 
2210  // choice methods
2211  tpc_idx_c() = default;
2212  tpc_idx_c(const tpc_idx_c& other);
2213  tpc_idx_c& operator=(const tpc_idx_c& other);
2214  ~tpc_idx_c() { destroy_(); }
2215  void set(types::options e = types::nulltype);
2216  types type() const { return type_; }
2217  SRSASN_CODE pack(bit_ref& bref) const;
2218  SRSASN_CODE unpack(cbit_ref& bref);
2219  void to_json(json_writer& j) const;
2220  bool operator==(const tpc_idx_c& other) const;
2221  bool operator!=(const tpc_idx_c& other) const { return not(*this == other); }
2222  // getters
2223  uint8_t& idx_of_format3()
2224  {
2225  assert_choice_type(types::idx_of_format3, type_, "TPC-Index");
2226  return c.get<uint8_t>();
2227  }
2228  uint8_t& idx_of_format3_a()
2229  {
2230  assert_choice_type(types::idx_of_format3_a, type_, "TPC-Index");
2231  return c.get<uint8_t>();
2232  }
2233  const uint8_t& idx_of_format3() const
2234  {
2235  assert_choice_type(types::idx_of_format3, type_, "TPC-Index");
2236  return c.get<uint8_t>();
2237  }
2238  const uint8_t& idx_of_format3_a() const
2239  {
2240  assert_choice_type(types::idx_of_format3_a, type_, "TPC-Index");
2241  return c.get<uint8_t>();
2242  }
2243  uint8_t& set_idx_of_format3();
2244  uint8_t& set_idx_of_format3_a();
2245 
2246 private:
2247  types type_;
2249 
2250  void destroy_();
2251 };
2252 
2253 // ZeroTxPowerCSI-RS-Conf-r12 ::= CHOICE
2255  using types = setup_e;
2257  // choice methods
2258  zero_tx_pwr_csi_rs_conf_r12_c() = default;
2259  void set(types::options e = types::nulltype);
2260  types type() const { return type_; }
2261  SRSASN_CODE pack(bit_ref& bref) const;
2263  void to_json(json_writer& j) const;
2264  bool operator==(const zero_tx_pwr_csi_rs_conf_r12_c& other) const;
2265  bool operator!=(const zero_tx_pwr_csi_rs_conf_r12_c& other) const { return not(*this == other); }
2266  // getters
2268  {
2269  assert_choice_type(types::setup, type_, "ZeroTxPowerCSI-RS-Conf-r12");
2270  return c;
2271  }
2272  const zero_tx_pwr_csi_rs_r12_s& setup() const
2273  {
2274  assert_choice_type(types::setup, type_, "ZeroTxPowerCSI-RS-Conf-r12");
2275  return c;
2276  }
2277  void set_release();
2279 
2280 private:
2281  types type_;
2283 };
2284 
2285 // CQI-ReportConfig-r10 ::= SEQUENCE
2286 struct cqi_report_cfg_r10_s {
2287  struct csi_sf_pattern_cfg_r10_c_ {
2288  struct setup_s_ {
2291  };
2292  using types = setup_e;
2293 
2294  // choice methods
2296  void set(types::options e = types::nulltype);
2297  types type() const { return type_; }
2298  SRSASN_CODE pack(bit_ref& bref) const;
2299  SRSASN_CODE unpack(cbit_ref& bref);
2300  void to_json(json_writer& j) const;
2301  bool operator==(const csi_sf_pattern_cfg_r10_c_& other) const;
2302  bool operator!=(const csi_sf_pattern_cfg_r10_c_& other) const { return not(*this == other); }
2303  // getters
2304  setup_s_& setup()
2305  {
2306  assert_choice_type(types::setup, type_, "csi-SubframePatternConfig-r10");
2307  return c;
2308  }
2309  const setup_s_& setup() const
2310  {
2311  assert_choice_type(types::setup, type_, "csi-SubframePatternConfig-r10");
2312  return c;
2313  }
2314  void set_release();
2315  setup_s_& set_setup();
2316 
2317  private:
2318  types type_;
2319  setup_s_ c;
2320  };
2321 
2322  // member variables
2323  bool cqi_report_aperiodic_r10_present = false;
2324  bool cqi_report_periodic_r10_present = false;
2325  bool pmi_ri_report_r9_present = false;
2328  int8_t nom_pdsch_rs_epre_offset = -1;
2332  // sequence methods
2333  SRSASN_CODE pack(bit_ref& bref) const;
2335  void to_json(json_writer& j) const;
2336  bool operator==(const cqi_report_cfg_r10_s& other) const;
2337  bool operator!=(const cqi_report_cfg_r10_s& other) const { return not(*this == other); }
2338 };
2339 
2340 // CQI-ReportConfig-v1130 ::= SEQUENCE
2341 struct cqi_report_cfg_v1130_s {
2344 
2345  // sequence methods
2346  SRSASN_CODE pack(bit_ref& bref) const;
2347  SRSASN_CODE unpack(cbit_ref& bref);
2348  void to_json(json_writer& j) const;
2349  bool operator==(const cqi_report_cfg_v1130_s& other) const;
2350  bool operator!=(const cqi_report_cfg_v1130_s& other) const { return not(*this == other); }
2351 };
2352 
2353 // CQI-ReportConfig-v1250 ::= SEQUENCE
2354 struct cqi_report_cfg_v1250_s {
2355  struct csi_sf_pattern_cfg_r12_c_ {
2356  struct setup_s_ {
2358  };
2359  using types = setup_e;
2360 
2361  // choice methods
2363  void set(types::options e = types::nulltype);
2364  types type() const { return type_; }
2365  SRSASN_CODE pack(bit_ref& bref) const;
2366  SRSASN_CODE unpack(cbit_ref& bref);
2367  void to_json(json_writer& j) const;
2368  bool operator==(const csi_sf_pattern_cfg_r12_c_& other) const;
2369  bool operator!=(const csi_sf_pattern_cfg_r12_c_& other) const { return not(*this == other); }
2370  // getters
2371  setup_s_& setup()
2372  {
2373  assert_choice_type(types::setup, type_, "csi-SubframePatternConfig-r12");
2374  return c;
2375  }
2376  const setup_s_& setup() const
2377  {
2378  assert_choice_type(types::setup, type_, "csi-SubframePatternConfig-r12");
2379  return c;
2380  }
2381  void set_release();
2382  setup_s_& set_setup();
2383 
2384  private:
2385  types type_;
2386  setup_s_ c;
2387  };
2388  struct alt_cqi_table_r12_opts {
2390  typedef uint8_t number_type;
2391 
2392  const char* to_string() const;
2393  uint8_t to_number() const;
2394  };
2397  // member variables
2399  bool cqi_report_both_v1250_present = false;
2401  bool alt_cqi_table_r12_present = false;
2407  // sequence methods
2408  SRSASN_CODE pack(bit_ref& bref) const;
2410  void to_json(json_writer& j) const;
2411  bool operator==(const cqi_report_cfg_v1250_s& other) const;
2412  bool operator!=(const cqi_report_cfg_v1250_s& other) const { return not(*this == other); }
2413 };
2414 
2415 // CQI-ReportConfig-v1310 ::= SEQUENCE
2416 struct cqi_report_cfg_v1310_s {
2417  bool cqi_report_both_v1310_present = false;
2419  bool cqi_report_periodic_v1310_present = false;
2423 
2424  // sequence methods
2425  SRSASN_CODE pack(bit_ref& bref) const;
2427  void to_json(json_writer& j) const;
2428  bool operator==(const cqi_report_cfg_v1310_s& other) const;
2429  bool operator!=(const cqi_report_cfg_v1310_s& other) const { return not(*this == other); }
2430 };
2431 
2432 // CQI-ReportConfig-v1320 ::= SEQUENCE
2433 struct cqi_report_cfg_v1320_s {
2434  bool cqi_report_periodic_v1320_present = false;
2436 
2437  // sequence methods
2438  SRSASN_CODE pack(bit_ref& bref) const;
2439  SRSASN_CODE unpack(cbit_ref& bref);
2440  void to_json(json_writer& j) const;
2441  bool operator==(const cqi_report_cfg_v1320_s& other) const;
2442  bool operator!=(const cqi_report_cfg_v1320_s& other) const { return not(*this == other); }
2443 };
2444 
2445 // CQI-ReportConfig-v1430 ::= SEQUENCE
2446 struct cqi_report_cfg_v1430_s {
2449 
2450  // sequence methods
2451  SRSASN_CODE pack(bit_ref& bref) const;
2452  SRSASN_CODE unpack(cbit_ref& bref);
2453  void to_json(json_writer& j) const;
2454  bool operator==(const cqi_report_cfg_v1430_s& other) const;
2455  bool operator!=(const cqi_report_cfg_v1430_s& other) const { return not(*this == other); }
2456 };
2457 
2458 // CSI-RS-Config-r10 ::= SEQUENCE
2459 struct csi_rs_cfg_r10_s {
2460  struct csi_rs_r10_c_ {
2461  struct setup_s_ {
2462  struct ant_ports_count_r10_opts {
2464  typedef uint8_t number_type;
2465 
2466  const char* to_string() const;
2467  uint8_t to_number() const;
2468  };
2471  // member variables
2473  uint8_t res_cfg_r10 = 0;
2474  uint8_t sf_cfg_r10 = 0;
2475  int8_t p_c_r10 = -8;
2476  };
2477  using types = setup_e;
2478 
2479  // choice methods
2480  csi_rs_r10_c_() = default;
2481  void set(types::options e = types::nulltype);
2482  types type() const { return type_; }
2483  SRSASN_CODE pack(bit_ref& bref) const;
2484  SRSASN_CODE unpack(cbit_ref& bref);
2485  void to_json(json_writer& j) const;
2486  bool operator==(const csi_rs_r10_c_& other) const;
2487  bool operator!=(const csi_rs_r10_c_& other) const { return not(*this == other); }
2488  // getters
2489  setup_s_& setup()
2490  {
2491  assert_choice_type(types::setup, type_, "csi-RS-r10");
2492  return c;
2493  }
2494  const setup_s_& setup() const
2495  {
2496  assert_choice_type(types::setup, type_, "csi-RS-r10");
2497  return c;
2498  }
2499  void set_release();
2500  setup_s_& set_setup();
2501 
2502  private:
2503  types type_;
2504  setup_s_ c;
2505  };
2506 
2507  // member variables
2508  bool csi_rs_r10_present = false;
2509  bool zero_tx_pwr_csi_rs_r10_present = false;
2513  // sequence methods
2514  SRSASN_CODE pack(bit_ref& bref) const;
2515  SRSASN_CODE unpack(cbit_ref& bref);
2516  void to_json(json_writer& j) const;
2517  bool operator==(const csi_rs_cfg_r10_s& other) const;
2518  bool operator!=(const csi_rs_cfg_r10_s& other) const { return not(*this == other); }
2519 };
2520 
2521 // CSI-RS-Config-v1250 ::= SEQUENCE
2522 struct csi_rs_cfg_v1250_s {
2523  struct ds_zero_tx_pwr_csi_rs_r12_c_ {
2524  struct setup_s_ {
2527  // member variables
2529  };
2530  using types = setup_e;
2532  // choice methods
2534  void set(types::options e = types::nulltype);
2535  types type() const { return type_; }
2536  SRSASN_CODE pack(bit_ref& bref) const;
2537  SRSASN_CODE unpack(cbit_ref& bref);
2538  void to_json(json_writer& j) const;
2539  bool operator==(const ds_zero_tx_pwr_csi_rs_r12_c_& other) const;
2540  bool operator!=(const ds_zero_tx_pwr_csi_rs_r12_c_& other) const { return not(*this == other); }
2541  // getters
2542  setup_s_& setup()
2543  {
2544  assert_choice_type(types::setup, type_, "ds-ZeroTxPowerCSI-RS-r12");
2545  return c;
2546  }
2547  const setup_s_& setup() const
2548  {
2549  assert_choice_type(types::setup, type_, "ds-ZeroTxPowerCSI-RS-r12");
2550  return c;
2551  }
2552  void set_release();
2553  setup_s_& set_setup();
2554 
2555  private:
2556  types type_;
2557  setup_s_ c;
2558  };
2559 
2560  // member variables
2561  bool zero_tx_pwr_csi_rs2_r12_present = false;
2562  bool ds_zero_tx_pwr_csi_rs_r12_present = false;
2566  // sequence methods
2567  SRSASN_CODE pack(bit_ref& bref) const;
2568  SRSASN_CODE unpack(cbit_ref& bref);
2569  void to_json(json_writer& j) const;
2570  bool operator==(const csi_rs_cfg_v1250_s& other) const;
2571  bool operator!=(const csi_rs_cfg_v1250_s& other) const { return not(*this == other); }
2572 };
2573 
2574 // CSI-RS-Config-v1310 ::= SEQUENCE
2575 struct csi_rs_cfg_v1310_s {
2576  bool emimo_type_r13_present = false;
2578 
2579  // sequence methods
2580  SRSASN_CODE pack(bit_ref& bref) const;
2581  SRSASN_CODE unpack(cbit_ref& bref);
2582  void to_json(json_writer& j) const;
2583  bool operator==(const csi_rs_cfg_v1310_s& other) const;
2584  bool operator!=(const csi_rs_cfg_v1310_s& other) const { return not(*this == other); }
2585 };
2586 
2587 // CSI-RS-Config-v1430 ::= SEQUENCE
2588 struct csi_rs_cfg_v1430_s {
2589  bool dummy_present = false;
2590  bool emimo_hybrid_r14_present = false;
2594  bool advanced_codebook_enabled_r14 = false;
2595 
2596  // sequence methods
2597  SRSASN_CODE pack(bit_ref& bref) const;
2599  void to_json(json_writer& j) const;
2600  bool operator==(const csi_rs_cfg_v1430_s& other) const;
2601  bool operator!=(const csi_rs_cfg_v1430_s& other) const { return not(*this == other); }
2602 };
2603 
2604 // CSI-RS-ConfigZP-r11 ::= SEQUENCE
2605 struct csi_rs_cfg_zp_r11_s {
2606  bool ext = false;
2607  uint8_t csi_rs_cfg_zp_id_r11 = 1;
2609  uint8_t sf_cfg_r11 = 0;
2610  // ...
2611 
2612  // sequence methods
2613  SRSASN_CODE pack(bit_ref& bref) const;
2615  void to_json(json_writer& j) const;
2616  bool operator==(const csi_rs_cfg_zp_r11_s& other) const;
2617  bool operator!=(const csi_rs_cfg_zp_r11_s& other) const { return not(*this == other); }
2618 };
2619 
2620 // DeltaTxD-OffsetListSPUCCH-r15 ::= SEQUENCE
2621 struct delta_tx_d_offset_list_spucch_r15_s {
2622  struct delta_tx_d_offset_spucch_format1_r15_opts {
2623  enum options { db0, db_minus2, nulltype } value;
2624  typedef int8_t number_type;
2626  const char* to_string() const;
2627  int8_t to_number() const;
2628  };
2632  typedef int8_t number_type;
2633 
2634  const char* to_string() const;
2635  int8_t to_number() const;
2636  };
2640  typedef int8_t number_type;
2641 
2642  const char* to_string() const;
2643  int8_t to_number() const;
2644  };
2648  typedef int8_t number_type;
2649 
2650  const char* to_string() const;
2651  int8_t to_number() const;
2652  };
2655  // member variables
2656  bool ext = false;
2661  // ...
2662 
2663  // sequence methods
2664  SRSASN_CODE pack(bit_ref& bref) const;
2666  void to_json(json_writer& j) const;
2668  bool operator!=(const delta_tx_d_offset_list_spucch_r15_s& other) const { return not(*this == other); }
2669 };
2670 
2671 // EPDCCH-SetConfig-r11 ::= SEQUENCE
2672 struct epdcch_set_cfg_r11_s {
2673  struct tx_type_r11_opts {
2675 
2676  const char* to_string() const;
2677  };
2679  struct res_block_assign_r11_s_ {
2680  struct num_prb_pairs_r11_opts {
2681  enum options { n2, n4, n8, nulltype } value;
2682  typedef uint8_t number_type;
2683 
2684  const char* to_string() const;
2685  uint8_t to_number() const;
2686  };
2689  // member variables
2692  };
2693  struct csi_rs_cfg_zp_id2_r12_c_ {
2694  using types = setup_e;
2696  // choice methods
2697  csi_rs_cfg_zp_id2_r12_c_() = default;
2698  void set(types::options e = types::nulltype);
2699  types type() const { return type_; }
2700  SRSASN_CODE pack(bit_ref& bref) const;
2702  void to_json(json_writer& j) const;
2703  bool operator==(const csi_rs_cfg_zp_id2_r12_c_& other) const;
2704  bool operator!=(const csi_rs_cfg_zp_id2_r12_c_& other) const { return not(*this == other); }
2705  // getters
2706  uint8_t& setup()
2707  {
2708  assert_choice_type(types::setup, type_, "csi-RS-ConfigZPId2-r12");
2709  return c;
2710  }
2711  const uint8_t& setup() const
2712  {
2713  assert_choice_type(types::setup, type_, "csi-RS-ConfigZPId2-r12");
2714  return c;
2715  }
2716  void set_release();
2717  uint8_t& set_setup();
2718 
2719  private:
2720  types type_;
2721  uint8_t c;
2722  };
2723  struct num_prb_pairs_v1310_c_ {
2724  using types = setup_e;
2725 
2726  // choice methods
2727  num_prb_pairs_v1310_c_() = default;
2728  void set(types::options e = types::nulltype);
2729  types type() const { return type_; }
2730  SRSASN_CODE pack(bit_ref& bref) const;
2732  void to_json(json_writer& j) const;
2733  bool operator==(const num_prb_pairs_v1310_c_& other) const;
2734  bool operator!=(const num_prb_pairs_v1310_c_& other) const { return not(*this == other); }
2735  // getters
2736  void set_release();
2737  void set_setup();
2738 
2739  private:
2740  types type_;
2741  };
2743  struct setup_s_ {
2744  struct csi_num_repeat_ce_r13_opts {
2745  enum options { sf1, sf2, sf4, sf8, sf16, sf32, nulltype } value;
2746  typedef uint8_t number_type;
2747 
2748  const char* to_string() const;
2749  uint8_t to_number() const;
2750  };
2755  const char* to_string() const;
2756  };
2759  struct fdd_r13_opts {
2761  typedef float number_type;
2762 
2763  const char* to_string() const;
2764  float to_number() const;
2765  const char* to_number_string() const;
2766  };
2768  struct tdd_r13_opts {
2770  typedef uint8_t number_type;
2771 
2772  const char* to_string() const;
2773  uint8_t to_number() const;
2774  };
2776  struct types_opts {
2779  const char* to_string() const;
2780  };
2781  typedef enumerated<types_opts> types;
2782 
2783  // choice methods
2788  void set(types::options e = types::nulltype);
2789  types type() const { return type_; }
2790  SRSASN_CODE pack(bit_ref& bref) const;
2791  SRSASN_CODE unpack(cbit_ref& bref);
2792  void to_json(json_writer& j) const;
2793  bool operator==(const mpdcch_start_sf_uess_r13_c_& other) const;
2794  bool operator!=(const mpdcch_start_sf_uess_r13_c_& other) const { return not(*this == other); }
2795  // getters
2796  fdd_r13_e_& fdd_r13()
2797  {
2798  assert_choice_type(types::fdd_r13, type_, "mpdcch-StartSF-UESS-r13");
2799  return c.get<fdd_r13_e_>();
2800  }
2801  tdd_r13_e_& tdd_r13()
2802  {
2803  assert_choice_type(types::tdd_r13, type_, "mpdcch-StartSF-UESS-r13");
2804  return c.get<tdd_r13_e_>();
2805  }
2806  const fdd_r13_e_& fdd_r13() const
2807  {
2808  assert_choice_type(types::fdd_r13, type_, "mpdcch-StartSF-UESS-r13");
2809  return c.get<fdd_r13_e_>();
2810  }
2811  const tdd_r13_e_& tdd_r13() const
2812  {
2813  assert_choice_type(types::tdd_r13, type_, "mpdcch-StartSF-UESS-r13");
2814  return c.get<tdd_r13_e_>();
2815  }
2818 
2819  private:
2820  types type_;
2822 
2823  void destroy_();
2824  };
2826  enum options { r1, r2, r4, r8, r16, r32, r64, r128, r256, nulltype } value;
2827  typedef uint16_t number_type;
2829  const char* to_string() const;
2830  uint16_t to_number() const;
2831  };
2834  // member variables
2839  uint8_t mpdcch_nb_r13 = 1;
2840  };
2841  using types = setup_e;
2842 
2843  // choice methods
2844  mpdcch_cfg_r13_c_() = default;
2845  void set(types::options e = types::nulltype);
2846  types type() const { return type_; }
2847  SRSASN_CODE pack(bit_ref& bref) const;
2848  SRSASN_CODE unpack(cbit_ref& bref);
2849  void to_json(json_writer& j) const;
2850  bool operator==(const mpdcch_cfg_r13_c_& other) const;
2851  bool operator!=(const mpdcch_cfg_r13_c_& other) const { return not(*this == other); }
2852  // getters
2853  setup_s_& setup()
2854  {
2855  assert_choice_type(types::setup, type_, "mpdcch-config-r13");
2856  return c;
2857  }
2858  const setup_s_& setup() const
2859  {
2860  assert_choice_type(types::setup, type_, "mpdcch-config-r13");
2861  return c;
2862  }
2863  void set_release();
2864  setup_s_& set_setup();
2865 
2866  private:
2867  types type_;
2868  setup_s_ c;
2869  };
2870 
2871  // member variables
2872  bool ext = false;
2873  bool re_map_qcl_cfg_id_r11_present = false;
2874  uint8_t set_cfg_id_r11 = 0;
2877  uint16_t dmrs_scrambling_seq_int_r11 = 0;
2878  uint16_t pucch_res_start_offset_r11 = 0;
2879  uint8_t re_map_qcl_cfg_id_r11 = 1;
2880  // ...
2881  // group 0
2883  // group 1
2887  // sequence methods
2888  SRSASN_CODE pack(bit_ref& bref) const;
2889  SRSASN_CODE unpack(cbit_ref& bref);
2890  void to_json(json_writer& j) const;
2891  bool operator==(const epdcch_set_cfg_r11_s& other) const;
2892  bool operator!=(const epdcch_set_cfg_r11_s& other) const { return not(*this == other); }
2893 };
2894 
2895 // Enable256QAM-r14 ::= CHOICE
2896 struct enable256_qam_r14_c {
2897  struct setup_c_ {
2898  struct tpc_sf_set_cfgured_r14_s_ {
2899  bool sf_set1_dci_format0_r14 = false;
2901  bool sf_set2_dci_format0_r14 = false;
2902  bool sf_set2_dci_format4_r14 = false;
2903  };
2904  struct tpc_sf_set_not_cfgured_r14_s_ {
2905  bool dci_format0_r14 = false;
2906  bool dci_format4_r14 = false;
2907  };
2908  struct types_opts {
2911  const char* to_string() const;
2912  };
2915  // choice methods
2916  setup_c_() = default;
2917  setup_c_(const setup_c_& other);
2918  setup_c_& operator=(const setup_c_& other);
2919  ~setup_c_() { destroy_(); }
2920  void set(types::options e = types::nulltype);
2921  types type() const { return type_; }
2922  SRSASN_CODE pack(bit_ref& bref) const;
2923  SRSASN_CODE unpack(cbit_ref& bref);
2924  void to_json(json_writer& j) const;
2925  bool operator==(const setup_c_& other) const;
2926  bool operator!=(const setup_c_& other) const { return not(*this == other); }
2927  // getters
2929  {
2930  assert_choice_type(types::tpc_sf_set_cfgured_r14, type_, "setup");
2931  return c.get<tpc_sf_set_cfgured_r14_s_>();
2932  }
2933  tpc_sf_set_not_cfgured_r14_s_& tpc_sf_set_not_cfgured_r14()
2934  {
2935  assert_choice_type(types::tpc_sf_set_not_cfgured_r14, type_, "setup");
2937  }
2938  const tpc_sf_set_cfgured_r14_s_& tpc_sf_set_cfgured_r14() const
2939  {
2940  assert_choice_type(types::tpc_sf_set_cfgured_r14, type_, "setup");
2942  }
2943  const tpc_sf_set_not_cfgured_r14_s_& tpc_sf_set_not_cfgured_r14() const
2944  {
2945  assert_choice_type(types::tpc_sf_set_not_cfgured_r14, type_, "setup");
2947  }
2948  tpc_sf_set_cfgured_r14_s_& set_tpc_sf_set_cfgured_r14();
2949  tpc_sf_set_not_cfgured_r14_s_& set_tpc_sf_set_not_cfgured_r14();
2950 
2951  private:
2952  types type_;
2954 
2955  void destroy_();
2956  };
2957  using types = setup_e;
2958 
2959  // choice methods
2960  enable256_qam_r14_c() = default;
2961  void set(types::options e = types::nulltype);
2962  types type() const { return type_; }
2963  SRSASN_CODE pack(bit_ref& bref) const;
2964  SRSASN_CODE unpack(cbit_ref& bref);
2965  void to_json(json_writer& j) const;
2966  bool operator==(const enable256_qam_r14_c& other) const;
2967  bool operator!=(const enable256_qam_r14_c& other) const { return not(*this == other); }
2968  // getters
2969  setup_c_& setup()
2970  {
2971  assert_choice_type(types::setup, type_, "Enable256QAM-r14");
2972  return c;
2973  }
2974  const setup_c_& setup() const
2975  {
2976  assert_choice_type(types::setup, type_, "Enable256QAM-r14");
2977  return c;
2978  }
2979  void set_release();
2980  setup_c_& set_setup();
2981 
2982 private:
2983  types type_;
2984  setup_c_ c;
2985 };
2986 
2987 // PDSCH-RE-MappingQCL-Config-r11 ::= SEQUENCE
2989  struct optional_set_of_fields_r11_s_ {
2990  struct crs_ports_count_r11_opts {
2992  typedef uint8_t number_type;
2993 
2994  const char* to_string() const;
2995  uint8_t to_number() const;
2996  };
2999  struct setup_s_ {
3001  };
3002  using types = setup_e;
3003 
3004  // choice methods
3006  void set(types::options e = types::nulltype);
3007  types type() const { return type_; }
3008  SRSASN_CODE pack(bit_ref& bref) const;
3009  SRSASN_CODE unpack(cbit_ref& bref);
3010  void to_json(json_writer& j) const;
3011  bool operator==(const mbsfn_sf_cfg_list_r11_c_& other) const;
3012  bool operator!=(const mbsfn_sf_cfg_list_r11_c_& other) const { return not(*this == other); }
3013  // getters
3014  setup_s_& setup()
3015  {
3016  assert_choice_type(types::setup, type_, "mbsfn-SubframeConfigList-r11");
3017  return c;
3018  }
3019  const setup_s_& setup() const
3020  {
3021  assert_choice_type(types::setup, type_, "mbsfn-SubframeConfigList-r11");
3022  return c;
3023  }
3024  void set_release();
3025  setup_s_& set_setup();
3026 
3027  private:
3028  types type_;
3029  setup_s_ c;
3030  };
3031  struct pdsch_start_r11_opts {
3032  enum options { reserved, n1, n2, n3, n4, assigned, nulltype } value;
3033  typedef uint8_t number_type;
3034 
3035  const char* to_string() const;
3036  uint8_t to_number() const;
3037  };
3040  // member variables
3043  uint8_t crs_freq_shift_r11 = 0;
3046  };
3048  struct setup_s_ {
3050  };
3051  using types = setup_e;
3053  // choice methods
3054  mbsfn_sf_cfg_list_v1430_c_() = default;
3055  void set(types::options e = types::nulltype);
3056  types type() const { return type_; }
3057  SRSASN_CODE pack(bit_ref& bref) const;
3058  SRSASN_CODE unpack(cbit_ref& bref);
3059  void to_json(json_writer& j) const;
3060  bool operator==(const mbsfn_sf_cfg_list_v1430_c_& other) const;
3061  bool operator!=(const mbsfn_sf_cfg_list_v1430_c_& other) const { return not(*this == other); }
3062  // getters
3063  setup_s_& setup()
3064  {
3065  assert_choice_type(types::setup, type_, "mbsfn-SubframeConfigList-v1430");
3066  return c;
3067  }
3068  const setup_s_& setup() const
3069  {
3070  assert_choice_type(types::setup, type_, "mbsfn-SubframeConfigList-v1430");
3071  return c;
3072  }
3073  void set_release();
3074  setup_s_& set_setup();
3075 
3076  private:
3077  types type_;
3078  setup_s_ c;
3079  };
3080  struct codeword_one_cfg_v1530_c_ {
3081  struct setup_s_ {
3082  struct crs_ports_count_v1530_opts {
3083  enum options { n1, n2, n4, spare1, nulltype } value;
3084  typedef uint8_t number_type;
3086  const char* to_string() const;
3087  uint8_t to_number() const;
3088  };
3092  typedef uint8_t number_type;
3093 
3094  const char* to_string() const;
3095  uint8_t to_number() const;
3096  };
3099  // member variables
3104  uint8_t crs_freq_shift_v1530 = 0;
3110  };
3111  using types = setup_e;
3113  // choice methods
3115  void set(types::options e = types::nulltype);
3116  types type() const { return type_; }
3117  SRSASN_CODE pack(bit_ref& bref) const;
3118  SRSASN_CODE unpack(cbit_ref& bref);
3119  void to_json(json_writer& j) const;
3120  bool operator==(const codeword_one_cfg_v1530_c_& other) const;
3121  bool operator!=(const codeword_one_cfg_v1530_c_& other) const { return not(*this == other); }
3122  // getters
3123  setup_s_& setup()
3124  {
3125  assert_choice_type(types::setup, type_, "codewordOneConfig-v1530");
3126  return c;
3127  }
3128  const setup_s_& setup() const
3129  {
3130  assert_choice_type(types::setup, type_, "codewordOneConfig-v1530");
3131  return c;
3132  }
3133  void set_release();
3134  setup_s_& set_setup();
3135 
3136  private:
3137  types type_;
3138  setup_s_ c;
3139  };
3140 
3141  // member variables
3142  bool ext = false;
3144  bool qcl_csi_rs_cfg_nzp_id_r11_present = false;
3147  uint8_t csi_rs_cfg_zp_id_r11 = 1;
3148  uint8_t qcl_csi_rs_cfg_nzp_id_r11 = 1;
3149  // ...
3150  // group 0
3152  // group 1
3155  // sequence methods
3156  SRSASN_CODE pack(bit_ref& bref) const;
3157  SRSASN_CODE unpack(cbit_ref& bref);
3158  void to_json(json_writer& j) const;
3159  bool operator==(const pdsch_re_map_qcl_cfg_r11_s& other) const;
3160  bool operator!=(const pdsch_re_map_qcl_cfg_r11_s& other) const { return not(*this == other); }
3161 };
3162 
3163 // SPDCCH-Set-r15 ::= SEQUENCE (SIZE (1..4)) OF SPDCCH-Elements-r15
3165 
3166 // SPUCCH-Set-r15 ::= SEQUENCE (SIZE (1..4)) OF SPUCCH-Elements-r15
3169 // SR-SubslotSPUCCH-ResourceList-r15 ::= SEQUENCE (SIZE (1..4)) OF INTEGER (0..1319)
3171 
3172 // SRS-AntennaPort ::= ENUMERATED
3173 struct srs_ant_port_opts {
3174  enum options { an1, an2, an4, spare1, nulltype } value;
3175  typedef uint8_t number_type;
3176 
3177  const char* to_string() const;
3178  uint8_t to_number() const;
3179 };
3182 // ShortTTI-Length-r15 ::= ENUMERATED
3184  enum options { slot, subslot, nulltype } value;
3185 
3186  const char* to_string() const;
3187 };
3189 
3190 // TPC-PDCCH-Config ::= CHOICE
3192  struct setup_s_ {
3195  };
3196  using types = setup_e;
3197 
3198  // choice methods
3199  tpc_pdcch_cfg_c() = default;
3200  void set(types::options e = types::nulltype);
3201  types type() const { return type_; }
3202  SRSASN_CODE pack(bit_ref& bref) const;
3203  SRSASN_CODE unpack(cbit_ref& bref);
3204  void to_json(json_writer& j) const;
3205  bool operator==(const tpc_pdcch_cfg_c& other) const;
3206  bool operator!=(const tpc_pdcch_cfg_c& other) const { return not(*this == other); }
3207  // getters
3208  setup_s_& setup()
3209  {
3210  assert_choice_type(types::setup, type_, "TPC-PDCCH-Config");
3211  return c;
3212  }
3213  const setup_s_& setup() const
3214  {
3215  assert_choice_type(types::setup, type_, "TPC-PDCCH-Config");
3216  return c;
3217  }
3218  void set_release();
3219  setup_s_& set_setup();
3220 
3221 private:
3222  types type_;
3223  setup_s_ c;
3224 };
3225 
3226 // AntennaInfoDedicatedSTTI-r15 ::= CHOICE
3227 struct ant_info_ded_stti_r15_c {
3228  struct setup_s_ {
3229  struct tx_mode_dl_mbsfn_r15_opts {
3231  typedef uint8_t number_type;
3232 
3233  const char* to_string() const;
3234  uint8_t to_number() const;
3235  };
3239  typedef uint8_t number_type;
3240 
3241  const char* to_string() const;
3242  uint8_t to_number() const;
3243  };
3246  struct types_opts {
3247  enum options {
3264  const char* to_string() const;
3265  };
3268  // choice methods
3273  void set(types::options e = types::nulltype);
3274  types type() const { return type_; }
3275  SRSASN_CODE pack(bit_ref& bref) const;
3276  SRSASN_CODE unpack(cbit_ref& bref);
3277  void to_json(json_writer& j) const;
3278  bool operator==(const codebook_subset_restrict_c_& other) const;
3279  bool operator!=(const codebook_subset_restrict_c_& other) const { return not(*this == other); }
3280  // getters
3282  {
3283  assert_choice_type(types::n2_tx_ant_tm3_r15, type_, "codebookSubsetRestriction");
3284  return c.get<fixed_bitstring<2> >();
3285  }
3287  {
3288  assert_choice_type(types::n4_tx_ant_tm3_r15, type_, "codebookSubsetRestriction");
3289  return c.get<fixed_bitstring<4> >();
3290  }
3292  {
3293  assert_choice_type(types::n2_tx_ant_tm4_r15, type_, "codebookSubsetRestriction");
3294  return c.get<fixed_bitstring<6> >();
3295  }
3297  {
3298  assert_choice_type(types::n4_tx_ant_tm4_r15, type_, "codebookSubsetRestriction");
3299  return c.get<fixed_bitstring<64> >();
3300  }
3302  {
3303  assert_choice_type(types::n2_tx_ant_tm5_r15, type_, "codebookSubsetRestriction");
3304  return c.get<fixed_bitstring<4> >();
3305  }
3307  {
3308  assert_choice_type(types::n4_tx_ant_tm5_r15, type_, "codebookSubsetRestriction");
3309  return c.get<fixed_bitstring<16> >();
3310  }
3312  {
3313  assert_choice_type(types::n2_tx_ant_tm6_r15, type_, "codebookSubsetRestriction");
3314  return c.get<fixed_bitstring<4> >();
3315  }
3317  {
3318  assert_choice_type(types::n4_tx_ant_tm6_r15, type_, "codebookSubsetRestriction");
3319  return c.get<fixed_bitstring<16> >();
3320  }
3322  {
3323  assert_choice_type(types::n2_tx_ant_tm8_r15, type_, "codebookSubsetRestriction");
3324  return c.get<fixed_bitstring<6> >();
3325  }
3327  {
3328  assert_choice_type(types::n4_tx_ant_tm8_r15, type_, "codebookSubsetRestriction");
3329  return c.get<fixed_bitstring<64> >();
3330  }
3332  {
3333  assert_choice_type(types::n2_tx_ant_tm9and10_r15, type_, "codebookSubsetRestriction");
3334  return c.get<fixed_bitstring<6> >();
3335  }
3337  {
3338  assert_choice_type(types::n4_tx_ant_tm9and10_r15, type_, "codebookSubsetRestriction");
3339  return c.get<fixed_bitstring<96> >();
3340  }
3342  {
3343  assert_choice_type(types::n8_tx_ant_tm9and10_r15, type_, "codebookSubsetRestriction");
3344  return c.get<fixed_bitstring<109> >();
3345  }
3346  const fixed_bitstring<2>& n2_tx_ant_tm3_r15() const
3347  {
3348  assert_choice_type(types::n2_tx_ant_tm3_r15, type_, "codebookSubsetRestriction");
3349  return c.get<fixed_bitstring<2> >();
3350  }
3351  const fixed_bitstring<4>& n4_tx_ant_tm3_r15() const
3352  {
3353  assert_choice_type(types::n4_tx_ant_tm3_r15, type_, "codebookSubsetRestriction");
3354  return c.get<fixed_bitstring<4> >();
3355  }
3356  const fixed_bitstring<6>& n2_tx_ant_tm4_r15() const
3357  {
3358  assert_choice_type(types::n2_tx_ant_tm4_r15, type_, "codebookSubsetRestriction");
3359  return c.get<fixed_bitstring<6> >();
3360  }
3361  const fixed_bitstring<64>& n4_tx_ant_tm4_r15() const
3362  {
3363  assert_choice_type(types::n4_tx_ant_tm4_r15, type_, "codebookSubsetRestriction");
3364  return c.get<fixed_bitstring<64> >();
3365  }
3366  const fixed_bitstring<4>& n2_tx_ant_tm5_r15() const
3367  {
3368  assert_choice_type(types::n2_tx_ant_tm5_r15, type_, "codebookSubsetRestriction");
3369  return c.get<fixed_bitstring<4> >();
3370  }
3371  const fixed_bitstring<16>& n4_tx_ant_tm5_r15() const
3372  {
3373  assert_choice_type(types::n4_tx_ant_tm5_r15, type_, "codebookSubsetRestriction");
3374  return c.get<fixed_bitstring<16> >();
3375  }
3376  const fixed_bitstring<4>& n2_tx_ant_tm6_r15() const
3377  {
3378  assert_choice_type(types::n2_tx_ant_tm6_r15, type_, "codebookSubsetRestriction");
3379  return c.get<fixed_bitstring<4> >();
3380  }
3381  const fixed_bitstring<16>& n4_tx_ant_tm6_r15() const
3382  {
3383  assert_choice_type(types::n4_tx_ant_tm6_r15, type_, "codebookSubsetRestriction");
3384  return c.get<fixed_bitstring<16> >();
3385  }
3386  const fixed_bitstring<6>& n2_tx_ant_tm8_r15() const
3387  {
3388  assert_choice_type(types::n2_tx_ant_tm8_r15, type_, "codebookSubsetRestriction");
3389  return c.get<fixed_bitstring<6> >();
3390  }
3391  const fixed_bitstring<64>& n4_tx_ant_tm8_r15() const
3392  {
3393  assert_choice_type(types::n4_tx_ant_tm8_r15, type_, "codebookSubsetRestriction");
3394  return c.get<fixed_bitstring<64> >();
3395  }
3397  {
3398  assert_choice_type(types::n2_tx_ant_tm9and10_r15, type_, "codebookSubsetRestriction");
3399  return c.get<fixed_bitstring<6> >();
3400  }
3402  {
3403  assert_choice_type(types::n4_tx_ant_tm9and10_r15, type_, "codebookSubsetRestriction");
3404  return c.get<fixed_bitstring<96> >();
3405  }
3407  {
3408  assert_choice_type(types::n8_tx_ant_tm9and10_r15, type_, "codebookSubsetRestriction");
3409  return c.get<fixed_bitstring<109> >();
3410  }
3424 
3425  private:
3426  types type_;
3428 
3429  void destroy_();
3430  };
3433  typedef uint8_t number_type;
3435  const char* to_string() const;
3436  uint8_t to_number() const;
3437  };
3440  // member variables
3442  bool tx_mode_dl_non_mbsfn_r15_present = false;
3443  bool codebook_subset_restrict_present = false;
3444  bool max_layers_mimo_stti_r15_present = false;
3451  };
3452  using types = setup_e;
3454  // choice methods
3456  void set(types::options e = types::nulltype);
3457  types type() const { return type_; }
3458  SRSASN_CODE pack(bit_ref& bref) const;
3459  SRSASN_CODE unpack(cbit_ref& bref);
3460  void to_json(json_writer& j) const;
3461  bool operator==(const ant_info_ded_stti_r15_c& other) const;
3462  bool operator!=(const ant_info_ded_stti_r15_c& other) const { return not(*this == other); }
3463  // getters
3464  setup_s_& setup()
3465  {
3466  assert_choice_type(types::setup, type_, "AntennaInfoDedicatedSTTI-r15");
3467  return c;
3468  }
3469  const setup_s_& setup() const
3470  {
3471  assert_choice_type(types::setup, type_, "AntennaInfoDedicatedSTTI-r15");
3472  return c;
3473  }
3474  void set_release();
3475  setup_s_& set_setup();
3476 
3477 private:
3478  types type_;
3479  setup_s_ c;
3480 };
3481 
3482 // AntennaInfoUL-STTI-r15 ::= SEQUENCE
3483 struct ant_info_ul_stti_r15_s {
3484  struct tx_mode_ul_stti_r15_opts {
3485  enum options { tm1, tm2, nulltype } value;
3486  typedef uint8_t number_type;
3488  const char* to_string() const;
3489  uint8_t to_number() const;
3490  };
3493  // member variables
3496 
3497  // sequence methods
3498  SRSASN_CODE pack(bit_ref& bref) const;
3500  void to_json(json_writer& j) const;
3501  bool operator==(const ant_info_ul_stti_r15_s& other) const;
3502  bool operator!=(const ant_info_ul_stti_r15_s& other) const { return not(*this == other); }
3503 };
3504 
3505 // CQI-ReportConfig-r15 ::= CHOICE
3506 struct cqi_report_cfg_r15_c {
3507  struct setup_s_ {
3508  struct alt_cqi_table_minus1024_qam_r15_opts {
3510  typedef uint8_t number_type;
3511 
3512  const char* to_string() const;
3513  uint8_t to_number() const;
3514  };
3517  // member variables
3519  bool cqi_report_cfg_v1130_present = false;
3521  bool cqi_report_cfg_v1310_present = false;
3522  bool cqi_report_cfg_v1320_present = false;
3532  };
3533  using types = setup_e;
3535  // choice methods
3537  void set(types::options e = types::nulltype);
3538  types type() const { return type_; }
3539  SRSASN_CODE pack(bit_ref& bref) const;
3540  SRSASN_CODE unpack(cbit_ref& bref);
3541  void to_json(json_writer& j) const;
3542  bool operator==(const cqi_report_cfg_r15_c& other) const;
3543  bool operator!=(const cqi_report_cfg_r15_c& other) const { return not(*this == other); }
3544  // getters
3545  setup_s_& setup()
3546  {
3547  assert_choice_type(types::setup, type_, "CQI-ReportConfig-r15");
3548  return c;
3549  }
3550  const setup_s_& setup() const
3551  {
3552  assert_choice_type(types::setup, type_, "CQI-ReportConfig-r15");
3553  return c;
3554  }
3555  void set_release();
3556  setup_s_& set_setup();
3557 
3558 private:
3559  types type_;
3560  setup_s_ c;
3561 };
3562 
3563 // CQI-ReportPeriodic ::= CHOICE
3564 struct cqi_report_periodic_c {
3565  struct setup_s_ {
3566  struct cqi_format_ind_periodic_c_ {
3567  struct subband_cqi_s_ {
3568  uint8_t k = 1;
3569  };
3570  struct types_opts {
3573  const char* to_string() const;
3574  };
3577  // choice methods
3579  void set(types::options e = types::nulltype);
3580  types type() const { return type_; }
3581  SRSASN_CODE pack(bit_ref& bref) const;
3582  SRSASN_CODE unpack(cbit_ref& bref);
3583  void to_json(json_writer& j) const;
3584  // getters
3586  {
3587  assert_choice_type(types::subband_cqi, type_, "cqi-FormatIndicatorPeriodic");
3588  return c;
3589  }
3590  const subband_cqi_s_& subband_cqi() const
3591  {
3592  assert_choice_type(types::subband_cqi, type_, "cqi-FormatIndicatorPeriodic");
3593  return c;
3594  }
3595  void set_wideband_cqi();
3596  subband_cqi_s_& set_subband_cqi();
3597 
3598  private:
3599  types type_;
3600  subband_cqi_s_ c;
3601  };
3602 
3603  // member variables
3604  bool ri_cfg_idx_present = false;
3605  uint16_t cqi_pucch_res_idx = 0;
3606  uint16_t cqi_pmi_cfg_idx = 0;
3608  uint16_t ri_cfg_idx = 0;
3609  bool simul_ack_nack_and_cqi = false;
3610  };
3611  using types = setup_e;
3613  // choice methods
3615  void set(types::options e = types::nulltype);
3616  types type() const { return type_; }
3617  SRSASN_CODE pack(bit_ref& bref) const;
3618  SRSASN_CODE unpack(cbit_ref& bref);
3619  void to_json(json_writer& j) const;
3620  // getters
3621  setup_s_& setup()
3622  {
3623  assert_choice_type(types::setup, type_, "CQI-ReportPeriodic");
3624  return c;
3625  }
3626  const setup_s_& setup() const
3627  {
3628  assert_choice_type(types::setup, type_, "CQI-ReportPeriodic");
3629  return c;
3630  }
3631  void set_release();
3632  setup_s_& set_setup();
3633 
3634 private:
3635  types type_;
3636  setup_s_ c;
3637 };
3638 
3639 // CSI-RS-Config-r15 ::= CHOICE
3640 struct csi_rs_cfg_r15_c {
3641  struct setup_s_ {
3642  bool csi_rs_cfg_r10_present = false;
3645  bool csi_rs_cfg_v1430_present = false;
3650  };
3651  using types = setup_e;
3653  // choice methods
3654  csi_rs_cfg_r15_c() = default;
3655  void set(types::options e = types::nulltype);
3656  types type() const { return type_; }
3657  SRSASN_CODE pack(bit_ref& bref) const;
3658  SRSASN_CODE unpack(cbit_ref& bref);
3659  void to_json(json_writer& j) const;
3660  bool operator==(const csi_rs_cfg_r15_c& other) const;
3661  bool operator!=(const csi_rs_cfg_r15_c& other) const { return not(*this == other); }
3662  // getters
3663  setup_s_& setup()
3664  {
3665  assert_choice_type(types::setup, type_, "CSI-RS-Config-r15");
3666  return c;
3667  }
3668  const setup_s_& setup() const
3669  {
3670  assert_choice_type(types::setup, type_, "CSI-RS-Config-r15");
3671  return c;
3672  }
3673  void set_release();
3674  setup_s_& set_setup();
3675 
3676 private:
3677  types type_;
3678  setup_s_ c;
3679 };
3680 
3681 // CSI-RS-ConfigNZPToAddModList-r15 ::= SEQUENCE (SIZE (1..24)) OF CSI-RS-ConfigNZP-r11
3683 
3684 // CSI-RS-ConfigNZPToReleaseList-r15 ::= SEQUENCE (SIZE (1..24)) OF INTEGER (1..24)
3687 // CSI-RS-ConfigZP-ApList-r14 ::= CHOICE
3690  using types = setup_e;
3691 
3692  // choice methods
3694  void set(types::options e = types::nulltype);
3695  types type() const { return type_; }
3696  SRSASN_CODE pack(bit_ref& bref) const;
3698  void to_json(json_writer& j) const;
3699  bool operator==(const csi_rs_cfg_zp_ap_list_r14_c& other) const;
3700  bool operator!=(const csi_rs_cfg_zp_ap_list_r14_c& other) const { return not(*this == other); }
3701  // getters
3702  setup_l_& setup()
3703  {
3704  assert_choice_type(types::setup, type_, "CSI-RS-ConfigZP-ApList-r14");
3705  return c;
3706  }
3707  const setup_l_& setup() const
3708  {
3709  assert_choice_type(types::setup, type_, "CSI-RS-ConfigZP-ApList-r14");
3710  return c;
3711  }
3712  void set_release();
3713  setup_l_& set_setup();
3714 
3715 private:
3716  types type_;
3717  setup_l_ c;
3718 };
3719 
3720 // CSI-RS-ConfigZPToAddModList-r11 ::= SEQUENCE (SIZE (1..4)) OF CSI-RS-ConfigZP-r11
3722 
3723 // CSI-RS-ConfigZPToReleaseList-r11 ::= SEQUENCE (SIZE (1..4)) OF INTEGER (1..4)
3726 // DMRS-Config-r11 ::= CHOICE
3727 struct dmrs_cfg_r11_c {
3728  struct setup_s_ {
3729  uint16_t scrambling_id_r11 = 0;
3730  uint16_t scrambling_id2_r11 = 0;
3731  };
3732  using types = setup_e;
3733 
3734  // choice methods
3735  dmrs_cfg_r11_c() = default;
3736  void set(types::options e = types::nulltype);
3737  types type() const { return type_; }
3738  SRSASN_CODE pack(bit_ref& bref) const;
3739  SRSASN_CODE unpack(cbit_ref& bref);
3740  void to_json(json_writer& j) const;
3741  bool operator==(const dmrs_cfg_r11_c& other) const;
3742  bool operator!=(const dmrs_cfg_r11_c& other) const { return not(*this == other); }
3743  // getters
3744  setup_s_& setup()
3745  {
3746  assert_choice_type(types::setup, type_, "DMRS-Config-r11");
3747  return c;
3748  }
3749  const setup_s_& setup() const
3750  {
3751  assert_choice_type(types::setup, type_, "DMRS-Config-r11");
3752  return c;
3753  }
3754  void set_release();
3755  setup_s_& set_setup();
3756 
3757 private:
3758  types type_;
3759  setup_s_ c;
3760 };
3761 
3762 // DMRS-Config-v1310 ::= SEQUENCE
3763 struct dmrs_cfg_v1310_s {
3764  bool dmrs_table_alt_r13_present = false;
3765 
3766  // sequence methods
3767  SRSASN_CODE pack(bit_ref& bref) const;
3768  SRSASN_CODE unpack(cbit_ref& bref);
3769  void to_json(json_writer& j) const;
3770  bool operator==(const dmrs_cfg_v1310_s& other) const;
3771  bool operator!=(const dmrs_cfg_v1310_s& other) const { return not(*this == other); }
3772 };
3773 
3774 // DeltaTxD-OffsetListPUCCH-r10 ::= SEQUENCE
3776  struct delta_tx_d_offset_pucch_format1_r10_opts {
3777  enum options { db0, db_minus2, nulltype } value;
3778  typedef int8_t number_type;
3780  const char* to_string() const;
3781  int8_t to_number() const;
3782  };
3786  typedef int8_t number_type;
3787 
3788  const char* to_string() const;
3789  int8_t to_number() const;
3790  };
3794  typedef int8_t number_type;
3795 
3796  const char* to_string() const;
3797  int8_t to_number() const;
3798  };
3802  typedef int8_t number_type;
3803 
3804  const char* to_string() const;
3805  int8_t to_number() const;
3806  };
3809  // member variables
3810  bool ext = false;
3815  // ...
3816 
3817  // sequence methods
3818  SRSASN_CODE pack(bit_ref& bref) const;
3820  void to_json(json_writer& j) const;
3822  bool operator!=(const delta_tx_d_offset_list_pucch_r10_s& other) const { return not(*this == other); }
3823 };
3824 
3825 // DeltaTxD-OffsetListPUCCH-v1130 ::= SEQUENCE
3826 struct delta_tx_d_offset_list_pucch_v1130_s {
3827  struct delta_tx_d_offset_pucch_format1b_cs_r11_opts {
3828  enum options { db0, db_minus1, nulltype } value;
3829  typedef int8_t number_type;
3831  const char* to_string() const;
3832  int8_t to_number() const;
3833  };
3836  // member variables
3838 
3839  // sequence methods
3840  SRSASN_CODE pack(bit_ref& bref) const;
3841  SRSASN_CODE unpack(cbit_ref& bref);
3842  void to_json(json_writer& j) const;
3843  bool operator==(const delta_tx_d_offset_list_pucch_v1130_s& other) const;
3844  bool operator!=(const delta_tx_d_offset_list_pucch_v1130_s& other) const { return not(*this == other); }
3845 };
3846 
3847 // EIMTA-MainConfig-r12 ::= CHOICE
3848 struct eimta_main_cfg_r12_c {
3849  struct setup_s_ {
3850  struct eimta_cmd_periodicity_r12_opts {
3851  enum options { sf10, sf20, sf40, sf80, nulltype } value;
3852  typedef uint8_t number_type;
3853 
3854  const char* to_string() const;
3855  uint8_t to_number() const;
3856  };
3859  // member variables
3863  };
3864  using types = setup_e;
3866  // choice methods
3867  eimta_main_cfg_r12_c() = default;
3868  void set(types::options e = types::nulltype);
3869  types type() const { return type_; }
3870  SRSASN_CODE pack(bit_ref& bref) const;
3871  SRSASN_CODE unpack(cbit_ref& bref);
3872  void to_json(json_writer& j) const;
3873  bool operator==(const eimta_main_cfg_r12_c& other) const;
3874  bool operator!=(const eimta_main_cfg_r12_c& other) const { return not(*this == other); }
3875  // getters
3876  setup_s_& setup()
3877  {
3878  assert_choice_type(types::setup, type_, "EIMTA-MainConfig-r12");
3879  return c;
3880  }
3881  const setup_s_& setup() const
3882  {
3883  assert_choice_type(types::setup, type_, "EIMTA-MainConfig-r12");
3884  return c;
3885  }
3886  void set_release();
3887  setup_s_& set_setup();
3888 
3889 private:
3890  types type_;
3891  setup_s_ c;
3892 };
3893 
3894 // EIMTA-MainConfigServCell-r12 ::= CHOICE
3896  struct setup_s_ {
3897  struct eimta_harq_ref_cfg_r12_opts {
3899  typedef uint8_t number_type;
3900 
3901  const char* to_string() const;
3902  uint8_t to_number() const;
3903  };
3906  struct setup_s_ {
3908  };
3909  using types = setup_e;
3910 
3911  // choice methods
3913  void set(types::options e = types::nulltype);
3914  types type() const { return type_; }
3915  SRSASN_CODE pack(bit_ref& bref) const;
3916  SRSASN_CODE unpack(cbit_ref& bref);
3917  void to_json(json_writer& j) const;
3918  bool operator==(const mbsfn_sf_cfg_list_v1250_c_& other) const;
3919  bool operator!=(const mbsfn_sf_cfg_list_v1250_c_& other) const { return not(*this == other); }
3920  // getters
3921  setup_s_& setup()
3922  {
3923  assert_choice_type(types::setup, type_, "mbsfn-SubframeConfigList-v1250");
3924  return c;
3925  }
3926  const setup_s_& setup() const
3927  {
3928  assert_choice_type(types::setup, type_, "mbsfn-SubframeConfigList-v1250");
3929  return c;
3930  }
3931  void set_release();
3932  setup_s_& set_setup();
3933 
3934  private:
3935  types type_;
3936  setup_s_ c;
3937  };
3938 
3939  // member variables
3940  uint8_t eimta_ul_dl_cfg_idx_r12 = 1;
3943  };
3944  using types = setup_e;
3945 
3946  // choice methods
3947  eimta_main_cfg_serv_cell_r12_c() = default;
3948  void set(types::options e = types::nulltype);
3949  types type() const { return type_; }
3950  SRSASN_CODE pack(bit_ref& bref) const;
3951  SRSASN_CODE unpack(cbit_ref& bref);
3952  void to_json(json_writer& j) const;
3953  bool operator==(const eimta_main_cfg_serv_cell_r12_c& other) const;
3954  bool operator!=(const eimta_main_cfg_serv_cell_r12_c& other) const { return not(*this == other); }
3955  // getters
3956  setup_s_& setup()
3957  {
3958  assert_choice_type(types::setup, type_, "EIMTA-MainConfigServCell-r12");
3959  return c;
3960  }
3961  const setup_s_& setup() const
3962  {
3963  assert_choice_type(types::setup, type_, "EIMTA-MainConfigServCell-r12");
3964  return c;
3965  }
3966  void set_release();
3967  setup_s_& set_setup();
3968 
3969 private:
3970  types type_;
3971  setup_s_ c;
3972 };
3973 
3974 // EPDCCH-SetConfigToAddModList-r11 ::= SEQUENCE (SIZE (1..2)) OF EPDCCH-SetConfig-r11
3976 
3977 // EPDCCH-SetConfigToReleaseList-r11 ::= SEQUENCE (SIZE (1..2)) OF INTEGER (0..1)
3980 // Format4-resource-r13 ::= SEQUENCE
3981 struct format4_res_r13_s {
3982  uint8_t start_prb_format4_r13 = 0;
3983  uint8_t nof_prb_format4_r13 = 0;
3984 
3985  // sequence methods
3986  SRSASN_CODE pack(bit_ref& bref) const;
3987  SRSASN_CODE unpack(cbit_ref& bref);
3988  void to_json(json_writer& j) const;
3989  bool operator==(const format4_res_r13_s& other) const;
3990  bool operator!=(const format4_res_r13_s& other) const { return not(*this == other); }
3991 };
3992 
3993 // Format5-resource-r13 ::= SEQUENCE
3994 struct format5_res_r13_s {
3995  uint8_t start_prb_format5_r13 = 0;
3996  uint8_t cdm_idx_format5_r13 = 0;
3997 
3998  // sequence methods
3999  SRSASN_CODE pack(bit_ref& bref) const;
4000  SRSASN_CODE unpack(cbit_ref& bref);
4001  void to_json(json_writer& j) const;
4002  bool operator==(const format5_res_r13_s& other) const;
4003  bool operator!=(const format5_res_r13_s& other) const { return not(*this == other); }
4004 };
4005 
4006 // N1PUCCH-AN-CS-r10 ::= SEQUENCE (SIZE (1..4)) OF INTEGER (0..2047)
4008 
4009 // PDCCH-CandidateReductionValue-r13 ::= ENUMERATED
4012  typedef uint8_t number_type;
4013 
4014  const char* to_string() const;
4015  uint8_t to_number() const;
4016 };
4019 // PUCCH-ConfigDedicated-v1530 ::= SEQUENCE
4021  struct codebooksize_determination_stti_r15_opts {
4022  enum options { dai, cc, nulltype } value;
4023 
4024  const char* to_string() const;
4025  };
4027 
4028  // member variables
4031  uint16_t n1_pucch_an_spt_r15 = 0;
4033 
4034  // sequence methods
4035  SRSASN_CODE pack(bit_ref& bref) const;
4036  SRSASN_CODE unpack(cbit_ref& bref);
4037  void to_json(json_writer& j) const;
4038  bool operator==(const pucch_cfg_ded_v1530_s& other) const;
4039  bool operator!=(const pucch_cfg_ded_v1530_s& other) const { return not(*this == other); }
4040 };
4041 
4042 // PUCCH-Format3-Conf-r13 ::= SEQUENCE
4043 struct pucch_format3_conf_r13_s {
4045  struct two_ant_port_activ_pucch_format3_r13_c_ {
4046  struct setup_s_ {
4048 
4049  // member variables
4051  };
4052  using types = setup_e;
4054  // choice methods
4056  void set(types::options e = types::nulltype);
4057  types type() const { return type_; }
4058  SRSASN_CODE pack(bit_ref& bref) const;
4059  SRSASN_CODE unpack(cbit_ref& bref);
4060  void to_json(json_writer& j) const;
4061  bool operator==(const two_ant_port_activ_pucch_format3_r13_c_& other) const;
4062  bool operator!=(const two_ant_port_activ_pucch_format3_r13_c_& other) const { return not(*this == other); }
4063  // getters
4064  setup_s_& setup()
4065  {
4066  assert_choice_type(types::setup, type_, "twoAntennaPortActivatedPUCCH-Format3-r13");
4067  return c;
4068  }
4069  const setup_s_& setup() const
4070  {
4071  assert_choice_type(types::setup, type_, "twoAntennaPortActivatedPUCCH-Format3-r13");
4072  return c;
4073  }
4074  void set_release();
4075  setup_s_& set_setup();
4076 
4077  private:
4078  types type_;
4079  setup_s_ c;
4080  };
4081 
4082  // member variables
4083  bool n3_pucch_an_list_r13_present = false;
4088  // sequence methods
4089  SRSASN_CODE pack(bit_ref& bref) const;
4090  SRSASN_CODE unpack(cbit_ref& bref);
4091  void to_json(json_writer& j) const;
4092  bool operator==(const pucch_format3_conf_r13_s& other) const;
4093  bool operator!=(const pucch_format3_conf_r13_s& other) const { return not(*this == other); }
4094 };
4095 
4096 // RE-MappingQCLConfigToAddModList-r11 ::= SEQUENCE (SIZE (1..4)) OF PDSCH-RE-MappingQCL-Config-r11
4098 
4099 // RE-MappingQCLConfigToReleaseList-r11 ::= SEQUENCE (SIZE (1..4)) OF INTEGER (1..4)
4102 // SPDCCH-Config-r15 ::= CHOICE
4103 struct spdcch_cfg_r15_c {
4104  struct setup_s_ {
4105  struct spdcch_l1_reuse_ind_r15_opts {
4106  enum options { n0, n1, n2, nulltype } value;
4107  typedef uint8_t number_type;
4109  const char* to_string() const;
4110  uint8_t to_number() const;
4111  };
4114  // member variables
4116  bool spdcch_set_cfg_r15_present = false;
4119  };
4120  using types = setup_e;
4121 
4122  // choice methods
4123  spdcch_cfg_r15_c() = default;
4124  void set(types::options e = types::nulltype);
4125  types type() const { return type_; }
4126  SRSASN_CODE pack(bit_ref& bref) const;
4127  SRSASN_CODE unpack(cbit_ref& bref);
4128  void to_json(json_writer& j) const;
4129  bool operator==(const spdcch_cfg_r15_c& other) const;
4130  bool operator!=(const spdcch_cfg_r15_c& other) const { return not(*this == other); }
4131  // getters
4132  setup_s_& setup()
4133  {
4134  assert_choice_type(types::setup, type_, "SPDCCH-Config-r15");
4135  return c;
4136  }
4137  const setup_s_& setup() const
4138  {
4139  assert_choice_type(types::setup, type_, "SPDCCH-Config-r15");
4140  return c;
4141  }
4142  void set_release();
4143  setup_s_& set_setup();
4144 
4145 private:
4146  types type_;
4147  setup_s_ c;
4148 };
4149 
4150 // SPUCCH-Config-r15 ::= CHOICE
4151 struct spucch_cfg_r15_c {
4152  struct setup_s_ {
4153  struct dummy_s_ {
4156  // member variables
4158  };
4160  // member variables
4164  dummy_s_ dummy;
4165  };
4166  using types = setup_e;
4167 
4168  // choice methods
4169  spucch_cfg_r15_c() = default;
4170  void set(types::options e = types::nulltype);
4171  types type() const { return type_; }
4172  SRSASN_CODE pack(bit_ref& bref) const;
4173  SRSASN_CODE unpack(cbit_ref& bref);
4174  void to_json(json_writer& j) const;
4175  bool operator==(const spucch_cfg_r15_c& other) const;
4176  bool operator!=(const spucch_cfg_r15_c& other) const { return not(*this == other); }
4177  // getters
4178  setup_s_& setup()
4179  {
4180  assert_choice_type(types::setup, type_, "SPUCCH-Config-r15");
4181  return c;
4182  }
4183  const setup_s_& setup() const
4184  {
4185  assert_choice_type(types::setup, type_, "SPUCCH-Config-r15");
4186  return c;
4187  }
4188  void set_release();
4189  setup_s_& set_setup();
4190 
4191 private:
4192  types type_;
4193  setup_s_ c;
4194 };
4195 
4196 // SRS-CC-SetIndex-r14 ::= SEQUENCE
4197 struct srs_cc_set_idx_r14_s {
4198  uint8_t cc_set_idx_r14 = 0;
4199  uint8_t cc_idx_in_one_cc_set_r14 = 0;
4201  // sequence methods
4202  SRSASN_CODE pack(bit_ref& bref) const;
4203  SRSASN_CODE unpack(cbit_ref& bref);
4204  void to_json(json_writer& j) const;
4205  bool operator==(const srs_cc_set_idx_r14_s& other) const;
4206  bool operator!=(const srs_cc_set_idx_r14_s& other) const { return not(*this == other); }
4207 };
4208 
4209 // SRS-ConfigAp-r10 ::= SEQUENCE
4210 struct srs_cfg_ap_r10_s {
4211  struct srs_bw_ap_r10_opts {
4212  enum options { bw0, bw1, bw2, bw3, nulltype } value;
4213  typedef uint8_t number_type;
4215  const char* to_string() const;
4216  uint8_t to_number() const;
4217  };
4221  typedef uint8_t number_type;
4222 
4223  const char* to_string() const;
4224  uint8_t to_number() const;
4225  };
4228  // member variables
4231  uint8_t freq_domain_position_ap_r10 = 0;
4232  uint8_t tx_comb_ap_r10 = 0;
4235  // sequence methods
4236  SRSASN_CODE pack(bit_ref& bref) const;
4238  void to_json(json_writer& j) const;
4239  bool operator==(const srs_cfg_ap_r10_s& other) const;
4240  bool operator!=(const srs_cfg_ap_r10_s& other) const { return not(*this == other); }
4241 };
4242 
4243 // SRS-ConfigAp-r13 ::= SEQUENCE
4244 struct srs_cfg_ap_r13_s {
4245  struct srs_bw_ap_r13_opts {
4246  enum options { bw0, bw1, bw2, bw3, nulltype } value;
4247  typedef uint8_t number_type;
4249  const char* to_string() const;
4250  uint8_t to_number() const;
4251  };
4255  typedef uint8_t number_type;
4256 
4257  const char* to_string() const;
4258  uint8_t to_number() const;
4259  };
4263  typedef uint8_t number_type;
4264 
4265  const char* to_string() const;
4266  uint8_t to_number() const;
4267  };
4270  // member variables
4273  uint8_t freq_domain_position_ap_r13 = 0;
4274  uint8_t tx_comb_ap_r13 = 0;
4277 
4278  // sequence methods
4279  SRSASN_CODE pack(bit_ref& bref) const;
4281  void to_json(json_writer& j) const;
4282  bool operator==(const srs_cfg_ap_r13_s& other) const;
4283  bool operator!=(const srs_cfg_ap_r13_s& other) const { return not(*this == other); }
4284 };
4285 
4286 // SRS-ConfigAp-v1310 ::= SEQUENCE
4287 struct srs_cfg_ap_v1310_s {
4288  struct cyclic_shift_ap_v1310_opts {
4289  enum options { cs8, cs9, cs10, cs11, nulltype } value;
4290  typedef uint8_t number_type;
4292  const char* to_string() const;
4293  uint8_t to_number() const;
4294  };
4298  typedef uint8_t number_type;
4299 
4300  const char* to_string() const;
4301  uint8_t to_number() const;
4302  };
4305  // member variables
4307  bool cyclic_shift_ap_v1310_present = false;
4308  bool tx_comb_num_r13_present = false;
4309  uint8_t tx_comb_ap_v1310 = 2;
4312 
4313  // sequence methods
4314  SRSASN_CODE pack(bit_ref& bref) const;
4316  void to_json(json_writer& j) const;
4317  bool operator==(const srs_cfg_ap_v1310_s& other) const;
4318  bool operator!=(const srs_cfg_ap_v1310_s& other) const { return not(*this == other); }
4319 };
4320 
4321 // SchedulingRequestConfig-v1530 ::= CHOICE
4323  struct setup_s_ {
4324  struct dssr_trans_max_r15_opts {
4325  enum options { n4, n8, n16, n32, n64, spare3, spare2, spare1, nulltype } value;
4326  typedef uint8_t number_type;
4327 
4328  const char* to_string() const;
4329  uint8_t to_number() const;
4330  };
4333  // member variables
4337  bool sr_cfg_idx_slot_r15_present = false;
4338  bool sr_cfg_idx_subslot_r15_present = false;
4340  uint16_t sr_slot_spucch_idx_no_fh_r15 = 0;
4342  uint8_t sr_cfg_idx_slot_r15 = 0;
4345  };
4346  using types = setup_e;
4348  // choice methods
4350  void set(types::options e = types::nulltype);
4351  types type() const { return type_; }
4352  SRSASN_CODE pack(bit_ref& bref) const;
4353  SRSASN_CODE unpack(cbit_ref& bref);
4354  void to_json(json_writer& j) const;
4355  bool operator==(const sched_request_cfg_v1530_c& other) const;
4356  bool operator!=(const sched_request_cfg_v1530_c& other) const { return not(*this == other); }
4357  // getters
4358  setup_s_& setup()
4359  {
4360  assert_choice_type(types::setup, type_, "SchedulingRequestConfig-v1530");
4361  return c;
4362  }
4363  const setup_s_& setup() const
4364  {
4365  assert_choice_type(types::setup, type_, "SchedulingRequestConfig-v1530");
4366  return c;
4367  }
4368  void set_release();
4369  setup_s_& set_setup();
4370 
4371 private:
4372  types type_;
4373  setup_s_ c;
4374 };
4375 
4376 // ShortTTI-r15 ::= SEQUENCE
4377 struct short_tti_r15_s {
4378  bool dl_stti_len_r15_present = false;
4379  bool ul_stti_len_r15_present = false;
4382 
4383  // sequence methods
4384  SRSASN_CODE pack(bit_ref& bref) const;
4386  void to_json(json_writer& j) const;
4387  bool operator==(const short_tti_r15_s& other) const;
4388  bool operator!=(const short_tti_r15_s& other) const { return not(*this == other); }
4389 };
4390 
4391 // SlotOrSubslotPDSCH-Config-r15 ::= CHOICE
4393  struct setup_s_ {
4394  struct alt_cqi_table_stti_r15_opts {
4396  typedef uint8_t number_type;
4397 
4398  const char* to_string() const;
4399  uint8_t to_number() const;
4400  };
4404  typedef uint8_t number_type;
4405 
4406  const char* to_string() const;
4407  uint8_t to_number() const;
4408  };
4412  typedef uint8_t number_type;
4413 
4414  const char* to_string() const;
4415  uint8_t to_number() const;
4416  };
4419  // member variables
4420  bool ext = false;
4421  bool alt_cqi_table_stti_r15_present = false;
4423  bool res_alloc_r15_present = false;
4424  bool tbs_idx_alt_stti_r15_present = false;
4426  bool tbs_idx_alt3_stti_r15_present = false;
4430  // ...
4431  };
4432  using types = setup_e;
4434  // choice methods
4436  void set(types::options e = types::nulltype);
4437  types type() const { return type_; }
4438  SRSASN_CODE pack(bit_ref& bref) const;
4439  SRSASN_CODE unpack(cbit_ref& bref);
4440  void to_json(json_writer& j) const;
4441  bool operator==(const slot_or_subslot_pdsch_cfg_r15_c& other) const;
4442  bool operator!=(const slot_or_subslot_pdsch_cfg_r15_c& other) const { return not(*this == other); }
4443  // getters
4444  setup_s_& setup()
4445  {
4446  assert_choice_type(types::setup, type_, "SlotOrSubslotPDSCH-Config-r15");
4447  return c;
4448  }
4449  const setup_s_& setup() const
4450  {
4451  assert_choice_type(types::setup, type_, "SlotOrSubslotPDSCH-Config-r15");
4452  return c;
4453  }
4454  void set_release();
4455  setup_s_& set_setup();
4456 
4457 private:
4458  types type_;
4459  setup_s_ c;
4460 };
4461 
4462 // SlotOrSubslotPUSCH-Config-r15 ::= CHOICE
4464  struct setup_s_ {
4468 
4469  // member variables
4470  bool ext = false;
4492  // ...
4493  };
4494  using types = setup_e;
4496  // choice methods
4498  void set(types::options e = types::nulltype);
4499  types type() const { return type_; }
4500  SRSASN_CODE pack(bit_ref& bref) const;
4501  SRSASN_CODE unpack(cbit_ref& bref);
4502  void to_json(json_writer& j) const;
4503  bool operator==(const slot_or_subslot_pusch_cfg_r15_c& other) const;
4504  bool operator!=(const slot_or_subslot_pusch_cfg_r15_c& other) const { return not(*this == other); }
4505  // getters
4506  setup_s_& setup()
4507  {
4508  assert_choice_type(types::setup, type_, "SlotOrSubslotPUSCH-Config-r15");
4509  return c;
4510  }
4511  const setup_s_& setup() const
4512  {
4513  assert_choice_type(types::setup, type_, "SlotOrSubslotPUSCH-Config-r15");
4514  return c;
4515  }
4516  void set_release();
4517  setup_s_& set_setup();
4518 
4519 private:
4520  types type_;
4521  setup_s_ c;
4522 };
4523 
4524 // TDD-PUSCH-UpPTS-r14 ::= CHOICE
4525 struct tdd_pusch_up_pts_r14_c {
4526  struct setup_s_ {
4527  struct sym_pusch_up_pts_r14_opts {
4529  typedef uint8_t number_type;
4530 
4531  const char* to_string() const;
4532  uint8_t to_number() const;
4533  };
4536  // member variables
4538  bool dmrs_less_up_pts_cfg_r14_present = false;
4540  };
4541  using types = setup_e;
4543  // choice methods
4544  tdd_pusch_up_pts_r14_c() = default;
4545  void set(types::options e = types::nulltype);
4546  types type() const { return type_; }
4547  SRSASN_CODE pack(bit_ref& bref) const;
4548  SRSASN_CODE unpack(cbit_ref& bref);
4549  void to_json(json_writer& j) const;
4550  // getters
4551  setup_s_& setup()
4552  {
4553  assert_choice_type(types::setup, type_, "TDD-PUSCH-UpPTS-r14");
4554  return c;
4555  }
4556  const setup_s_& setup() const
4557  {
4558  assert_choice_type(types::setup, type_, "TDD-PUSCH-UpPTS-r14");
4559  return c;
4560  }
4561  void set_release();
4562  setup_s_& set_setup();
4563 
4564 private:
4565  types type_;
4566  setup_s_ c;
4567 };
4568 
4569 // UplinkPowerControlDedicatedSTTI-r15 ::= SEQUENCE
4572  bool accumulation_enabled_stti_r15 = false;
4574  bool ul_pwr_csi_payload = false;
4575 
4576  // sequence methods
4577  SRSASN_CODE pack(bit_ref& bref) const;
4579  void to_json(json_writer& j) const;
4580  bool operator==(const ul_pwr_ctrl_ded_stti_r15_s& other) const;
4581  bool operator!=(const ul_pwr_ctrl_ded_stti_r15_s& other) const { return not(*this == other); }
4582 };
4583 
4584 // AntennaInfoDedicated ::= SEQUENCE
4585 struct ant_info_ded_s {
4586  struct tx_mode_opts {
4587  enum options { tm1, tm2, tm3, tm4, tm5, tm6, tm7, tm8_v920, nulltype } value;
4588  typedef uint8_t number_type;
4590  const char* to_string() const;
4591  uint8_t to_number() const;
4592  };
4595  struct types_opts {
4596  enum options {
4597  n2_tx_ant_tm3,
4598  n4_tx_ant_tm3,
4599  n2_tx_ant_tm4,
4600  n4_tx_ant_tm4,
4608  const char* to_string() const;
4609  };
4612  // choice methods
4617  void set(types::options e = types::nulltype);
4618  types type() const { return type_; }
4619  SRSASN_CODE pack(bit_ref& bref) const;
4620  SRSASN_CODE unpack(cbit_ref& bref);
4621  void to_json(json_writer& j) const;
4622  // getters
4624  {
4625  assert_choice_type(types::n2_tx_ant_tm3, type_, "codebookSubsetRestriction");
4626  return c.get<fixed_bitstring<2> >();
4627  }
4629  {
4630  assert_choice_type(types::n4_tx_ant_tm3, type_, "codebookSubsetRestriction");
4631  return c.get<fixed_bitstring<4> >();
4632  }
4634  {
4635  assert_choice_type(types::n2_tx_ant_tm4, type_, "codebookSubsetRestriction");
4636  return c.get<fixed_bitstring<6> >();
4637  }
4639  {
4640  assert_choice_type(types::n4_tx_ant_tm4, type_, "codebookSubsetRestriction");
4641  return c.get<fixed_bitstring<64> >();
4642  }
4644  {
4645  assert_choice_type(types::n2_tx_ant_tm5, type_, "codebookSubsetRestriction");
4646  return c.get<fixed_bitstring<4> >();
4647  }
4649  {
4650  assert_choice_type(types::n4_tx_ant_tm5, type_, "codebookSubsetRestriction");
4651  return c.get<fixed_bitstring<16> >();
4652  }
4654  {
4655  assert_choice_type(types::n2_tx_ant_tm6, type_, "codebookSubsetRestriction");
4656  return c.get<fixed_bitstring<4> >();
4657  }
4659  {
4660  assert_choice_type(types::n4_tx_ant_tm6, type_, "codebookSubsetRestriction");
4661  return c.get<fixed_bitstring<16> >();
4662  }
4663  const fixed_bitstring<2>& n2_tx_ant_tm3() const
4664  {
4665  assert_choice_type(types::n2_tx_ant_tm3, type_, "codebookSubsetRestriction");
4666  return c.get<fixed_bitstring<2> >();
4667  }
4668  const fixed_bitstring<4>& n4_tx_ant_tm3() const
4669  {
4670  assert_choice_type(types::n4_tx_ant_tm3, type_, "codebookSubsetRestriction");
4671  return c.get<fixed_bitstring<4> >();
4672  }
4673  const fixed_bitstring<6>& n2_tx_ant_tm4() const
4674  {
4675  assert_choice_type(types::n2_tx_ant_tm4, type_, "codebookSubsetRestriction");
4676  return c.get<fixed_bitstring<6> >();
4677  }
4678  const fixed_bitstring<64>& n4_tx_ant_tm4() const
4679  {
4680  assert_choice_type(types::n4_tx_ant_tm4, type_, "codebookSubsetRestriction");
4681  return c.get<fixed_bitstring<64> >();
4682  }
4683  const fixed_bitstring<4>& n2_tx_ant_tm5() const
4684  {
4685  assert_choice_type(types::n2_tx_ant_tm5, type_, "codebookSubsetRestriction");
4686  return c.get<fixed_bitstring<4> >();
4687  }
4688  const fixed_bitstring<16>& n4_tx_ant_tm5() const
4689  {
4690  assert_choice_type(types::n4_tx_ant_tm5, type_, "codebookSubsetRestriction");
4691  return c.get<fixed_bitstring<16> >();
4692  }
4693  const fixed_bitstring<4>& n2_tx_ant_tm6() const
4694  {
4695  assert_choice_type(types::n2_tx_ant_tm6, type_, "codebookSubsetRestriction");
4696  return c.get<fixed_bitstring<4> >();
4697  }
4698  const fixed_bitstring<16>& n4_tx_ant_tm6() const
4699  {
4700  assert_choice_type(types::n4_tx_ant_tm6, type_, "codebookSubsetRestriction");
4701  return c.get<fixed_bitstring<16> >();
4702  }
4711 
4712  private:
4713  types type_;
4715 
4716  void destroy_();
4717  };
4718  struct ue_tx_ant_sel_c_ {
4719  struct setup_opts {
4722  const char* to_string() const;
4723  };
4725  using types = setup_e;
4727  // choice methods
4728  ue_tx_ant_sel_c_() = default;
4729  void set(types::options e = types::nulltype);
4730  types type() const { return type_; }
4731  SRSASN_CODE pack(bit_ref& bref) const;
4733  void to_json(json_writer& j) const;
4734  // getters
4735  setup_e_& setup()
4736  {
4737  assert_choice_type(types::setup, type_, "ue-TransmitAntennaSelection");
4738  return c;
4739  }
4740  const setup_e_& setup() const
4741  {
4742  assert_choice_type(types::setup, type_, "ue-TransmitAntennaSelection");
4743  return c;
4744  }
4745  void set_release();
4746  setup_e_& set_setup();
4747 
4748  private:
4749  types type_;
4750  setup_e_ c;
4751  };
4752 
4753  // member variables
4754  bool codebook_subset_restrict_present = false;
4759  // sequence methods
4760  SRSASN_CODE pack(bit_ref& bref) const;
4761  SRSASN_CODE unpack(cbit_ref& bref);
4762  void to_json(json_writer& j) const;
4763 };
4765 // AntennaInfoDedicated-r10 ::= SEQUENCE
4766 struct ant_info_ded_r10_s {
4767  struct tx_mode_r10_opts {
4768  enum options {
4769  tm1,
4770  tm2,
4771  tm3,
4772  tm4,
4773  tm5,
4787  typedef uint8_t number_type;
4789  const char* to_string() const;
4790  uint8_t to_number() const;
4791  };
4794  struct setup_opts {
4796 
4797  const char* to_string() const;
4798  };
4800  using types = setup_e;
4802  // choice methods
4803  ue_tx_ant_sel_c_() = default;
4804  void set(types::options e = types::nulltype);
4805  types type() const { return type_; }
4806  SRSASN_CODE pack(bit_ref& bref) const;
4808  void to_json(json_writer& j) const;
4809  bool operator==(const ue_tx_ant_sel_c_& other) const;
4810  bool operator!=(const ue_tx_ant_sel_c_& other) const { return not(*this == other); }
4811  // getters
4812  setup_e_& setup()
4813  {
4814  assert_choice_type(types::setup, type_, "ue-TransmitAntennaSelection");
4815  return c;
4816  }
4817  const setup_e_& setup() const
4818  {
4819  assert_choice_type(types::setup, type_, "ue-TransmitAntennaSelection");
4820  return c;
4821  }
4822  void set_release();
4823  setup_e_& set_setup();
4824 
4825  private:
4826  types type_;
4827  setup_e_ c;
4828  };
4829 
4830  // member variables
4836  // sequence methods
4837  SRSASN_CODE pack(bit_ref& bref) const;
4838  SRSASN_CODE unpack(cbit_ref& bref);
4839  void to_json(json_writer& j) const;
4840  bool operator==(const ant_info_ded_r10_s& other) const;
4841  bool operator!=(const ant_info_ded_r10_s& other) const { return not(*this == other); }
4842 };
4843 
4844 // AntennaInfoDedicated-v1250 ::= SEQUENCE
4845 struct ant_info_ded_v1250_s {
4846  bool alt_codebook_enabled_for4_tx_r12 = false;
4847 
4848  // sequence methods
4849  SRSASN_CODE pack(bit_ref& bref) const;
4850  SRSASN_CODE unpack(cbit_ref& bref);
4851  void to_json(json_writer& j) const;
4852  bool operator==(const ant_info_ded_v1250_s& other) const;
4853  bool operator!=(const ant_info_ded_v1250_s& other) const { return not(*this == other); }
4854 };
4855 
4856 // AntennaInfoDedicated-v1430 ::= SEQUENCE
4857 struct ant_info_ded_v1430_s {
4858  bool ce_ue_tx_ant_sel_cfg_r14_present = false;
4859 
4860  // sequence methods
4861  SRSASN_CODE pack(bit_ref& bref) const;
4862  SRSASN_CODE unpack(cbit_ref& bref);
4863  void to_json(json_writer& j) const;
4864 };
4866 // AntennaInfoDedicated-v1530 ::= CHOICE
4867 struct ant_info_ded_v1530_c {
4868  struct setup_c_ {
4869  struct ue_tx_ant_sel_srs_minus2_t4_r_nr_of_pairs_r15_opts {
4870  enum options { two, three, nulltype } value;
4871  typedef uint8_t number_type;
4872 
4873  const char* to_string() const;
4874  uint8_t to_number() const;
4875  };
4878  struct types_opts {
4879  enum options {
4882  nulltype
4883  } value;
4884  typedef int8_t number_type;
4886  const char* to_string() const;
4887  int8_t to_number() const;
4888  };
4891  // choice methods
4892  setup_c_() = default;
4893  void set(types::options e = types::nulltype);
4894  types type() const { return type_; }
4895  SRSASN_CODE pack(bit_ref& bref) const;
4896  SRSASN_CODE unpack(cbit_ref& bref);
4897  void to_json(json_writer& j) const;
4898  // getters
4900  {
4901  assert_choice_type(types::ue_tx_ant_sel_srs_minus2_t4_r_nr_of_pairs_r15, type_, "setup");
4902  return c;
4903  }
4905  {
4906  assert_choice_type(types::ue_tx_ant_sel_srs_minus2_t4_r_nr_of_pairs_r15, type_, "setup");
4907  return c;
4908  }
4911 
4912  private:
4913  types type_;
4915  };
4916  using types = setup_e;
4917 
4918  // choice methods
4919  ant_info_ded_v1530_c() = default;
4920  void set(types::options e = types::nulltype);
4921  types type() const { return type_; }
4922  SRSASN_CODE pack(bit_ref& bref) const;
4923  SRSASN_CODE unpack(cbit_ref& bref);
4924  void to_json(json_writer& j) const;
4925  // getters
4926  setup_c_& setup()
4927  {
4928  assert_choice_type(types::setup, type_, "AntennaInfoDedicated-v1530");
4929  return c;
4930  }
4931  const setup_c_& setup() const
4932  {
4933  assert_choice_type(types::setup, type_, "AntennaInfoDedicated-v1530");
4934  return c;
4935  }
4936  void set_release();
4937  setup_c_& set_setup();
4938 
4939 private:
4940  types type_;
4941  setup_c_ c;
4942 };
4943 
4944 // AntennaInfoDedicated-v920 ::= SEQUENCE
4945 struct ant_info_ded_v920_s {
4946  struct codebook_subset_restrict_v920_c_ {
4947  struct types_opts {
4949  typedef uint8_t number_type;
4950 
4951  const char* to_string() const;
4952  uint8_t to_number() const;
4953  };
4956  // choice methods
4961  void set(types::options e = types::nulltype);
4962  types type() const { return type_; }
4963  SRSASN_CODE pack(bit_ref& bref) const;
4964  SRSASN_CODE unpack(cbit_ref& bref);
4965  void to_json(json_writer& j) const;
4966  // getters
4968  {
4969  assert_choice_type(types::n2_tx_ant_tm8_r9, type_, "codebookSubsetRestriction-v920");
4970  return c.get<fixed_bitstring<6> >();
4971  }
4973  {
4974  assert_choice_type(types::n4_tx_ant_tm8_r9, type_, "codebookSubsetRestriction-v920");
4975  return c.get<fixed_bitstring<32> >();
4976  }
4977  const fixed_bitstring<6>& n2_tx_ant_tm8_r9() const
4978  {
4979  assert_choice_type(types::n2_tx_ant_tm8_r9, type_, "codebookSubsetRestriction-v920");
4980  return c.get<fixed_bitstring<6> >();
4981  }
4982  const fixed_bitstring<32>& n4_tx_ant_tm8_r9() const
4983  {
4984  assert_choice_type(types::n4_tx_ant_tm8_r9, type_, "codebookSubsetRestriction-v920");
4985  return c.get<fixed_bitstring<32> >();
4986  }
4989 
4990  private:
4991  types type_;
4993 
4994  void destroy_();
4995  };
4996 
4997  // member variables
5001  // sequence methods
5002  SRSASN_CODE pack(bit_ref& bref) const;
5003  SRSASN_CODE unpack(cbit_ref& bref);
5004  void to_json(json_writer& j) const;
5005 };
5007 // AntennaInfoUL-r10 ::= SEQUENCE
5008 struct ant_info_ul_r10_s {
5009  struct tx_mode_ul_r10_opts {
5011  typedef uint8_t number_type;
5012 
5013  const char* to_string() const;
5014  uint8_t to_number() const;
5015  };
5018  // member variables
5020  bool four_ant_port_activ_r10_present = false;
5022 
5023  // sequence methods
5024  SRSASN_CODE pack(bit_ref& bref) const;
5025  SRSASN_CODE unpack(cbit_ref& bref);
5026  void to_json(json_writer& j) const;
5027  bool operator==(const ant_info_ul_r10_s& other) const;
5028  bool operator!=(const ant_info_ul_r10_s& other) const { return not(*this == other); }
5029 };
5030 
5031 // CFI-Config-r15 ::= SEQUENCE
5032 struct cfi_cfg_r15_s {
5033  bool cfi_sf_non_mbsfn_r15_present = false;
5035  bool cfi_sf_mbsfn_r15_present = false;
5037  uint8_t cfi_sf_non_mbsfn_r15 = 1;
5038  uint8_t cfi_slot_subslot_non_mbsfn_r15 = 1;
5039  uint8_t cfi_sf_mbsfn_r15 = 1;
5042  // sequence methods
5043  SRSASN_CODE pack(bit_ref& bref) const;
5045  void to_json(json_writer& j) const;
5046  bool operator==(const cfi_cfg_r15_s& other) const;
5047  bool operator!=(const cfi_cfg_r15_s& other) const { return not(*this == other); }
5048 };
5049 
5050 // CFI-PatternConfig-r15 ::= SEQUENCE
5051 struct cfi_pattern_cfg_r15_s {
5052  using cfi_pattern_sf_r15_l_ = std::array<uint8_t, 10>;
5053  using cfi_pattern_slot_subslot_r15_l_ = std::array<uint8_t, 10>;
5054 
5055  // member variables
5056  bool cfi_pattern_sf_r15_present = false;
5061  // sequence methods
5062  SRSASN_CODE pack(bit_ref& bref) const;
5063  SRSASN_CODE unpack(cbit_ref& bref);
5064  void to_json(json_writer& j) const;
5065  bool operator==(const cfi_pattern_cfg_r15_s& other) const;
5066  bool operator!=(const cfi_pattern_cfg_r15_s& other) const { return not(*this == other); }
5067 };
5068 
5069 // CQI-ReportConfig ::= SEQUENCE
5070 struct cqi_report_cfg_s {
5071  bool cqi_report_mode_aperiodic_present = false;
5072  bool cqi_report_periodic_present = false;
5076 
5077  // sequence methods
5078  SRSASN_CODE pack(bit_ref& bref) const;
5080  void to_json(json_writer& j) const;
5081 };
5083 // CQI-ReportConfig-v1530 ::= SEQUENCE
5084 struct cqi_report_cfg_v1530_s {
5085  struct alt_cqi_table_minus1024_qam_r15_opts {
5087  typedef uint8_t number_type;
5088 
5089  const char* to_string() const;
5090  uint8_t to_number() const;
5091  };
5094  // member variables
5097 
5098  // sequence methods
5099  SRSASN_CODE pack(bit_ref& bref) const;
5101  void to_json(json_writer& j) const;
5102  bool operator==(const cqi_report_cfg_v1530_s& other) const;
5103  bool operator!=(const cqi_report_cfg_v1530_s& other) const { return not(*this == other); }
5104 };
5105 
5106 // CQI-ReportConfig-v920 ::= SEQUENCE
5107 struct cqi_report_cfg_v920_s {
5108  bool cqi_mask_r9_present = false;
5109  bool pmi_ri_report_r9_present = false;
5110 
5111  // sequence methods
5112  SRSASN_CODE pack(bit_ref& bref) const;
5113  SRSASN_CODE unpack(cbit_ref& bref);
5114  void to_json(json_writer& j) const;
5115 };
5117 // CSI-RS-Config-v1480 ::= SEQUENCE
5118 struct csi_rs_cfg_v1480_s {
5119  bool emimo_type_v1480_present = false;
5121 
5122  // sequence methods
5123  SRSASN_CODE pack(bit_ref& bref) const;
5124  SRSASN_CODE unpack(cbit_ref& bref);
5125  void to_json(json_writer& j) const;
5126  bool operator==(const csi_rs_cfg_v1480_s& other) const;
5127  bool operator!=(const csi_rs_cfg_v1480_s& other) const { return not(*this == other); }
5128 };
5129 
5130 // CSI-RS-Config-v1530 ::= SEQUENCE
5131 struct csi_rs_cfg_v1530_s {
5132  bool emimo_type_v1530_present = false;
5134 
5135  // sequence methods
5136  SRSASN_CODE pack(bit_ref& bref) const;
5137  SRSASN_CODE unpack(cbit_ref& bref);
5138  void to_json(json_writer& j) const;
5139  bool operator==(const csi_rs_cfg_v1530_s& other) const;
5140  bool operator!=(const csi_rs_cfg_v1530_s& other) const { return not(*this == other); }
5141 };
5142 
5143 // CSI-RS-ConfigNZPToAddModList-r11 ::= SEQUENCE (SIZE (1..3)) OF CSI-RS-ConfigNZP-r11
5145 
5146 // CSI-RS-ConfigNZPToAddModListExt-r13 ::= SEQUENCE (SIZE (1..21)) OF CSI-RS-ConfigNZP-r11
5149 // CSI-RS-ConfigNZPToReleaseList-r11 ::= SEQUENCE (SIZE (1..3)) OF INTEGER (1..3)
5151 
5152 // CSI-RS-ConfigNZPToReleaseListExt-r13 ::= SEQUENCE (SIZE (1..21)) OF INTEGER (4..24)
5154 
5155 // EPDCCH-Config-r11 ::= SEQUENCE
5156 struct epdcch_cfg_r11_s {
5157  struct cfg_r11_c_ {
5158  struct setup_s_ {
5159  struct sf_pattern_cfg_r11_c_ {
5160  struct setup_s_ {
5162  };
5163  using types = setup_e;
5165  // choice methods
5167  void set(types::options e = types::nulltype);
5168  types type() const { return type_; }
5169  SRSASN_CODE pack(bit_ref& bref) const;
5170  SRSASN_CODE unpack(cbit_ref& bref);
5171  void to_json(json_writer& j) const;
5172  bool operator==(const sf_pattern_cfg_r11_c_& other) const;
5173  bool operator!=(const sf_pattern_cfg_r11_c_& other) const { return not(*this == other); }
5174  // getters
5175  setup_s_& setup()
5176  {
5177  assert_choice_type(types::setup, type_, "subframePatternConfig-r11");
5178  return c;
5179  }
5180  const setup_s_& setup() const
5181  {
5182  assert_choice_type(types::setup, type_, "subframePatternConfig-r11");
5183  return c;
5184  }
5185  void set_release();
5186  setup_s_& set_setup();
5187 
5188  private:
5189  types type_;
5190  setup_s_ c;
5191  };
5192 
5193  // member variables
5194  bool sf_pattern_cfg_r11_present = false;
5195  bool start_symbol_r11_present = false;
5199  uint8_t start_symbol_r11 = 1;
5202  };
5203  using types = setup_e;
5205  // choice methods
5206  cfg_r11_c_() = default;
5207  void set(types::options e = types::nulltype);
5208  types type() const { return type_; }
5209  SRSASN_CODE pack(bit_ref& bref) const;
5210  SRSASN_CODE unpack(cbit_ref& bref);
5211  void to_json(json_writer& j) const;
5212  bool operator==(const cfg_r11_c_& other) const;
5213  bool operator!=(const cfg_r11_c_& other) const { return not(*this == other); }
5214  // getters
5215  setup_s_& setup()
5216  {
5217  assert_choice_type(types::setup, type_, "config-r11");
5218  return c;
5219  }
5220  const setup_s_& setup() const
5221  {
5222  assert_choice_type(types::setup, type_, "config-r11");
5223  return c;
5224  }
5225  void set_release();
5226  setup_s_& set_setup();
5227 
5228  private:
5229  types type_;
5230  setup_s_ c;
5231  };
5232 
5233  // member variables
5235 
5236  // sequence methods
5237  SRSASN_CODE pack(bit_ref& bref) const;
5239  void to_json(json_writer& j) const;
5240  bool operator==(const epdcch_cfg_r11_s& other) const;
5241  bool operator!=(const epdcch_cfg_r11_s& other) const { return not(*this == other); }
5242 };
5243 
5244 // PDCCH-CandidateReductions-r13 ::= CHOICE
5246  struct setup_s_ {
5252  };
5253  using types = setup_e;
5255  // choice methods
5257  void set(types::options e = types::nulltype);
5258  types type() const { return type_; }
5259  SRSASN_CODE pack(bit_ref& bref) const;
5260  SRSASN_CODE unpack(cbit_ref& bref);
5261  void to_json(json_writer& j) const;
5262  bool operator==(const pdcch_candidate_reductions_r13_c& other) const;
5263  bool operator!=(const pdcch_candidate_reductions_r13_c& other) const { return not(*this == other); }
5264  // getters
5265  setup_s_& setup()
5266  {
5267  assert_choice_type(types::setup, type_, "PDCCH-CandidateReductions-r13");
5268  return c;
5269  }
5270  const setup_s_& setup() const
5271  {
5272  assert_choice_type(types::setup, type_, "PDCCH-CandidateReductions-r13");
5273  return c;
5274  }
5275  void set_release();
5276  setup_s_& set_setup();
5277 
5278 private:
5279  types type_;
5280  setup_s_ c;
5281 };
5282 
5283 // PDSCH-ConfigDedicated ::= SEQUENCE
5284 struct pdsch_cfg_ded_s {
5285  struct p_a_opts {
5287  typedef float number_type;
5289  const char* to_string() const;
5290  float to_number() const;
5291  const char* to_number_string() const;
5292  };
5295  // member variables
5296  p_a_e_ p_a;
5297 
5298  // sequence methods
5299  SRSASN_CODE pack(bit_ref& bref) const;
5300  SRSASN_CODE unpack(cbit_ref& bref);
5301  void to_json(json_writer& j) const;
5302  bool operator==(const pdsch_cfg_ded_s& other) const;
5303  bool operator!=(const pdsch_cfg_ded_s& other) const { return not(*this == other); }
5304 };
5305 
5306 // PDSCH-ConfigDedicated-v1130 ::= SEQUENCE
5307 struct pdsch_cfg_ded_v1130_s {
5308  struct qcl_operation_opts {
5309  enum options { type_a, type_b, nulltype } value;
5310 
5311  const char* to_string() const;
5312  };
5314 
5315  // member variables
5325  // sequence methods
5326  SRSASN_CODE pack(bit_ref& bref) const;
5328  void to_json(json_writer& j) const;
5329  bool operator==(const pdsch_cfg_ded_v1130_s& other) const;
5330  bool operator!=(const pdsch_cfg_ded_v1130_s& other) const { return not(*this == other); }
5331 };
5332 
5333 // PDSCH-ConfigDedicated-v1280 ::= SEQUENCE
5334 struct pdsch_cfg_ded_v1280_s {
5335  struct tbs_idx_alt_r12_opts {
5336  enum options { a26, a33, nulltype } value;
5337  typedef uint8_t number_type;
5339  const char* to_string() const;
5340  uint8_t to_number() const;
5341  };
5344  // member variables
5347 
5348  // sequence methods
5349  SRSASN_CODE pack(bit_ref& bref) const;
5351  void to_json(json_writer& j) const;
5352  bool operator==(const pdsch_cfg_ded_v1280_s& other) const;
5353  bool operator!=(const pdsch_cfg_ded_v1280_s& other) const { return not(*this == other); }
5354 };
5355 
5356 // PDSCH-ConfigDedicated-v1310 ::= SEQUENCE
5357 struct pdsch_cfg_ded_v1310_s {
5358  bool dmrs_cfg_pdsch_v1310_present = false;
5360 
5361  // sequence methods
5362  SRSASN_CODE pack(bit_ref& bref) const;
5363  SRSASN_CODE unpack(cbit_ref& bref);
5364  void to_json(json_writer& j) const;
5365  bool operator==(const pdsch_cfg_ded_v1310_s& other) const;
5366  bool operator!=(const pdsch_cfg_ded_v1310_s& other) const { return not(*this == other); }
5367 };
5368 
5369 // PDSCH-ConfigDedicated-v1430 ::= SEQUENCE
5370 struct pdsch_cfg_ded_v1430_s {
5371  struct ce_pdsch_max_bw_r14_opts {
5372  enum options { bw5, bw20, nulltype } value;
5373  typedef uint8_t number_type;
5375  const char* to_string() const;
5376  uint8_t to_number() const;
5377  };
5381  typedef uint8_t number_type;
5382 
5383  const char* to_string() const;
5384  uint8_t to_number() const;
5385  };
5388  // member variables
5391  bool ce_harq_ack_bundling_r14_present = false;
5392  bool ce_sched_enhancement_r14_present = false;
5393  bool tbs_idx_alt2_r14_present = false;
5396 
5397  // sequence methods
5398  SRSASN_CODE pack(bit_ref& bref) const;
5400  void to_json(json_writer& j) const;
5401 };
5403 // PDSCH-ConfigDedicated-v1530 ::= SEQUENCE
5404 struct pdsch_cfg_ded_v1530_s {
5405  struct alt_mcs_table_scaling_cfg_r15_opts {
5407  typedef float number_type;
5408 
5409  const char* to_string() const;
5410  float to_number() const;
5411  const char* to_number_string() const;
5412  };
5415  // member variables
5416  bool qcl_operation_v1530_present = false;
5417  bool tbs_idx_alt3_r15_present = false;
5418  bool ce_cqi_alt_table_cfg_r15_present = false;
5423 
5424  // sequence methods
5425  SRSASN_CODE pack(bit_ref& bref) const;
5427  void to_json(json_writer& j) const;
5428  bool operator==(const pdsch_cfg_ded_v1530_s& other) const;
5429  bool operator!=(const pdsch_cfg_ded_v1530_s& other) const { return not(*this == other); }
5430 };
5431 
5432 // PUCCH-ConfigDedicated ::= SEQUENCE
5433 struct pucch_cfg_ded_s {
5434  struct ack_nack_repeat_c_ {
5435  struct setup_s_ {
5436  struct repeat_factor_opts {
5438  typedef uint8_t number_type;
5439 
5440  const char* to_string() const;
5441  uint8_t to_number() const;
5442  };
5445  // member variables
5447  uint16_t n1_pucch_an_rep = 0;
5448  };
5449  using types = setup_e;
5450 
5451  // choice methods
5452  ack_nack_repeat_c_() = default;
5453  void set(types::options e = types::nulltype);
5454  types type() const { return type_; }
5455  SRSASN_CODE pack(bit_ref& bref) const;
5456  SRSASN_CODE unpack(cbit_ref& bref);
5457  void to_json(json_writer& j) const;
5458  // getters
5459  setup_s_& setup()
5460  {
5461  assert_choice_type(types::setup, type_, "ackNackRepetition");
5462  return c;
5463  }
5464  const setup_s_& setup() const
5465  {
5466  assert_choice_type(types::setup, type_, "ackNackRepetition");
5467  return c;
5468  }
5469  void set_release();
5470  setup_s_& set_setup();
5471 
5472  private:
5473  types type_;
5474  setup_s_ c;
5475  };
5477  enum options { bundling, mux, nulltype } value;
5478 
5479  const char* to_string() const;
5480  };
5483  // member variables
5487 
5488  // sequence methods
5489  SRSASN_CODE pack(bit_ref& bref) const;
5490  SRSASN_CODE unpack(cbit_ref& bref);
5491  void to_json(json_writer& j) const;
5492 };
5494 // PUCCH-ConfigDedicated-r13 ::= SEQUENCE
5495 struct pucch_cfg_ded_r13_s {
5496  struct ack_nack_repeat_r13_c_ {
5497  struct setup_s_ {
5498  struct repeat_factor_r13_opts {
5499  enum options { n2, n4, n6, spare1, nulltype } value;
5500  typedef uint8_t number_type;
5501 
5502  const char* to_string() const;
5503  uint8_t to_number() const;
5504  };
5507  // member variables
5509  uint16_t n1_pucch_an_rep_r13 = 0;
5510  };
5511  using types = setup_e;
5512 
5513  // choice methods
5514  ack_nack_repeat_r13_c_() = default;
5515  void set(types::options e = types::nulltype);
5516  types type() const { return type_; }
5517  SRSASN_CODE pack(bit_ref& bref) const;
5518  SRSASN_CODE unpack(cbit_ref& bref);
5519  void to_json(json_writer& j) const;
5520  bool operator==(const ack_nack_repeat_r13_c_& other) const;
5521  bool operator!=(const ack_nack_repeat_r13_c_& other) const { return not(*this == other); }
5522  // getters
5523  setup_s_& setup()
5524  {
5525  assert_choice_type(types::setup, type_, "ackNackRepetition-r13");
5526  return c;
5527  }
5528  const setup_s_& setup() const
5529  {
5530  assert_choice_type(types::setup, type_, "ackNackRepetition-r13");
5531  return c;
5532  }
5533  void set_release();
5534  setup_s_& set_setup();
5535 
5536  private:
5537  types type_;
5538  setup_s_ c;
5539  };
5541  enum options { bundling, mux, nulltype } value;
5542 
5543  const char* to_string() const;
5544  };
5547  struct format3_r13_s_ {
5549  struct two_ant_port_activ_pucch_format3_r13_c_ {
5550  struct setup_s_ {
5552 
5553  // member variables
5555  };
5556  using types = setup_e;
5558  // choice methods
5560  void set(types::options e = types::nulltype);
5561  types type() const { return type_; }
5562  SRSASN_CODE pack(bit_ref& bref) const;
5563  SRSASN_CODE unpack(cbit_ref& bref);
5564  void to_json(json_writer& j) const;
5565  bool operator==(const two_ant_port_activ_pucch_format3_r13_c_& other) const;
5566  bool operator!=(const two_ant_port_activ_pucch_format3_r13_c_& other) const { return not(*this == other); }
5567  // getters
5568  setup_s_& setup()
5569  {
5570  assert_choice_type(types::setup, type_, "twoAntennaPortActivatedPUCCH-Format3-r13");
5571  return c;
5572  }
5573  const setup_s_& setup() const
5574  {
5575  assert_choice_type(types::setup, type_, "twoAntennaPortActivatedPUCCH-Format3-r13");
5576  return c;
5577  }
5578  void set_release();
5579  setup_s_& set_setup();
5580 
5581  private:
5582  types type_;
5583  setup_s_ c;
5584  };
5585 
5586  // member variables
5587  bool n3_pucch_an_list_r13_present = false;
5591  };
5592  struct ch_sel_r13_s_ {
5593  struct n1_pucch_an_cs_r13_c_ {
5594  struct setup_s_ {
5598  // member variables
5601  };
5602  using types = setup_e;
5604  // choice methods
5605  n1_pucch_an_cs_r13_c_() = default;
5606  void set(types::options e = types::nulltype);
5607  types type() const { return type_; }
5608  SRSASN_CODE pack(bit_ref& bref) const;
5609  SRSASN_CODE unpack(cbit_ref& bref);
5610  void to_json(json_writer& j) const;
5611  bool operator==(const n1_pucch_an_cs_r13_c_& other) const;
5612  bool operator!=(const n1_pucch_an_cs_r13_c_& other) const { return not(*this == other); }
5613  // getters
5614  setup_s_& setup()
5615  {
5616  assert_choice_type(types::setup, type_, "n1PUCCH-AN-CS-r13");
5617  return c;
5618  }
5619  const setup_s_& setup() const
5620  {
5621  assert_choice_type(types::setup, type_, "n1PUCCH-AN-CS-r13");
5622  return c;
5623  }
5624  void set_release();
5625  setup_s_& set_setup();
5626 
5627  private:
5628  types type_;
5629  setup_s_ c;
5630  };
5631 
5632  // member variables
5633  bool n1_pucch_an_cs_r13_present = false;
5635  };
5637  using format4_res_cfg_r13_l_ = std::array<format4_res_r13_s, 4>;
5639 
5640  // member variables
5644  };
5646  using format5_res_cfg_r13_l_ = std::array<format5_res_r13_s, 4>;
5647 
5648  // member variables
5652  };
5653  struct types_opts {
5655  typedef uint8_t number_type;
5656 
5657  const char* to_string() const;
5658  uint8_t to_number() const;
5659  };
5660  typedef enumerated<types_opts> types;
5662  // choice methods
5663  pucch_format_r13_c_() = default;
5667  void set(types::options e = types::nulltype);
5668  types type() const { return type_; }
5669  SRSASN_CODE pack(bit_ref& bref) const;
5670  SRSASN_CODE unpack(cbit_ref& bref);
5671  void to_json(json_writer& j) const;
5672  bool operator==(const pucch_format_r13_c_& other) const;
5673  bool operator!=(const pucch_format_r13_c_& other) const { return not(*this == other); }
5674  // getters
5676  {
5677  assert_choice_type(types::format3_r13, type_, "pucch-Format-r13");
5678  return c.get<format3_r13_s_>();
5679  }
5680  ch_sel_r13_s_& ch_sel_r13()
5681  {
5682  assert_choice_type(types::ch_sel_r13, type_, "pucch-Format-r13");
5683  return c.get<ch_sel_r13_s_>();
5684  }
5685  format4_r13_s_& format4_r13()
5686  {
5687  assert_choice_type(types::format4_r13, type_, "pucch-Format-r13");
5688  return c.get<format4_r13_s_>();
5689  }
5690  format5_r13_s_& format5_r13()
5691  {
5692  assert_choice_type(types::format5_r13, type_, "pucch-Format-r13");
5693  return c.get<format5_r13_s_>();
5694  }
5695  const format3_r13_s_& format3_r13() const
5696  {
5697  assert_choice_type(types::format3_r13, type_, "pucch-Format-r13");
5698  return c.get<format3_r13_s_>();
5699  }
5700  const ch_sel_r13_s_& ch_sel_r13() const
5701  {
5702  assert_choice_type(types::ch_sel_r13, type_, "pucch-Format-r13");
5703  return c.get<ch_sel_r13_s_>();
5704  }
5705  const format4_r13_s_& format4_r13() const
5706  {
5707  assert_choice_type(types::format4_r13, type_, "pucch-Format-r13");
5708  return c.get<format4_r13_s_>();
5709  }
5710  const format5_r13_s_& format5_r13() const
5711  {
5712  assert_choice_type(types::format5_r13, type_, "pucch-Format-r13");
5713  return c.get<format5_r13_s_>();
5714  }
5715  format3_r13_s_& set_format3_r13();
5716  ch_sel_r13_s_& set_ch_sel_r13();
5717  format4_r13_s_& set_format4_r13();
5719 
5720  private:
5721  types type_;
5723 
5724  void destroy_();
5725  };
5726  struct npucch_param_r13_c_ {
5727  struct setup_s_ {
5728  uint16_t npucch_id_r13 = 0;
5729  uint16_t n1_pucch_an_r13 = 0;
5730  };
5731  using types = setup_e;
5732 
5733  // choice methods
5734  npucch_param_r13_c_() = default;
5735  void set(types::options e = types::nulltype);
5736  types type() const { return type_; }
5737  SRSASN_CODE pack(bit_ref& bref) const;
5738  SRSASN_CODE unpack(cbit_ref& bref);
5739  void to_json(json_writer& j) const;
5740  bool operator==(const npucch_param_r13_c_& other) const;
5741  bool operator!=(const npucch_param_r13_c_& other) const { return not(*this == other); }
5742  // getters
5743  setup_s_& setup()
5744  {
5745  assert_choice_type(types::setup, type_, "nPUCCH-Param-r13");
5746  return c;
5747  }
5748  const setup_s_& setup() const
5749  {
5750  assert_choice_type(types::setup, type_, "nPUCCH-Param-r13");
5751  return c;
5752  }
5753  void set_release();
5754  setup_s_& set_setup();
5755 
5756  private:
5757  types type_;
5758  setup_s_ c;
5759  };
5760  struct nka_pucch_param_r13_c_ {
5761  struct setup_s_ {
5762  uint16_t nka_pucch_an_r13 = 0;
5763  };
5764  using types = setup_e;
5766  // choice methods
5767  nka_pucch_param_r13_c_() = default;
5768  void set(types::options e = types::nulltype);
5769  types type() const { return type_; }
5770  SRSASN_CODE pack(bit_ref& bref) const;
5771  SRSASN_CODE unpack(cbit_ref& bref);
5772  void to_json(json_writer& j) const;
5773  bool operator==(const nka_pucch_param_r13_c_& other) const;
5774  bool operator!=(const nka_pucch_param_r13_c_& other) const { return not(*this == other); }
5775  // getters
5776  setup_s_& setup()
5777  {
5778  assert_choice_type(types::setup, type_, "nkaPUCCH-Param-r13");
5779  return c;
5780  }
5781  const setup_s_& setup() const
5782  {
5783  assert_choice_type(types::setup, type_, "nkaPUCCH-Param-r13");
5784  return c;
5785  }
5786  void set_release();
5787  setup_s_& set_setup();
5788 
5789  private:
5790  types type_;
5791  setup_s_ c;
5792  };
5794  enum options { dai, cc, nulltype } value;
5795 
5796  const char* to_string() const;
5797  };
5800  struct setup_c_ {
5801  struct mode_a_s_ {
5802  struct pucch_num_repeat_ce_format1_r13_opts {
5803  enum options { r1, r2, r4, r8, nulltype } value;
5804  typedef uint8_t number_type;
5805 
5806  const char* to_string() const;
5807  uint8_t to_number() const;
5808  };
5811  enum options { r1, r2, r4, r8, nulltype } value;
5812  typedef uint8_t number_type;
5813 
5814  const char* to_string() const;
5815  uint8_t to_number() const;
5816  };
5819  // member variables
5822  };
5823  struct mode_b_s_ {
5826  typedef uint8_t number_type;
5827 
5828  const char* to_string() const;
5829  uint8_t to_number() const;
5830  };
5834  typedef uint8_t number_type;
5835 
5836  const char* to_string() const;
5837  uint8_t to_number() const;
5838  };
5841  // member variables
5844  };
5845  struct types_opts {
5846  enum options { mode_a, mode_b, nulltype } value;
5848  const char* to_string() const;
5849  };
5852  // choice methods
5853  setup_c_() = default;
5854  setup_c_(const setup_c_& other);
5855  setup_c_& operator=(const setup_c_& other);
5856  ~setup_c_() { destroy_(); }
5857  void set(types::options e = types::nulltype);
5858  types type() const { return type_; }
5859  SRSASN_CODE pack(bit_ref& bref) const;
5860  SRSASN_CODE unpack(cbit_ref& bref);
5861  void to_json(json_writer& j) const;
5862  bool operator==(const setup_c_& other) const;
5863  bool operator!=(const setup_c_& other) const { return not(*this == other); }
5864  // getters
5865  mode_a_s_& mode_a()
5866  {
5867  assert_choice_type(types::mode_a, type_, "setup");
5868  return c.get<mode_a_s_>();
5869  }
5870  mode_b_s_& mode_b()
5871  {
5872  assert_choice_type(types::mode_b, type_, "setup");
5873  return c.get<mode_b_s_>();
5874  }
5875  const mode_a_s_& mode_a() const
5876  {
5877  assert_choice_type(types::mode_a, type_, "setup");
5878  return c.get<mode_a_s_>();
5879  }
5880  const mode_b_s_& mode_b() const
5881  {
5882  assert_choice_type(types::mode_b, type_, "setup");
5883  return c.get<mode_b_s_>();
5884  }
5885  mode_a_s_& set_mode_a();
5886  mode_b_s_& set_mode_b();
5887 
5888  private:
5889  types type_;
5891 
5892  void destroy_();
5893  };
5894  using types = setup_e;
5895 
5896  // choice methods
5898  void set(types::options e = types::nulltype);
5899  types type() const { return type_; }
5900  SRSASN_CODE pack(bit_ref& bref) const;
5901  SRSASN_CODE unpack(cbit_ref& bref);
5902  void to_json(json_writer& j) const;
5903  bool operator==(const pucch_num_repeat_ce_r13_c_& other) const;
5904  bool operator!=(const pucch_num_repeat_ce_r13_c_& other) const { return not(*this == other); }
5905  // getters
5906  setup_c_& setup()
5907  {
5908  assert_choice_type(types::setup, type_, "pucch-NumRepetitionCE-r13");
5909  return c;
5910  }
5911  const setup_c_& setup() const
5912  {
5913  assert_choice_type(types::setup, type_, "pucch-NumRepetitionCE-r13");
5914  return c;
5915  }
5916  void set_release();
5917  setup_c_& set_setup();
5918 
5919  private:
5920  types type_;
5921  setup_c_ c;
5922  };
5923 
5924  // member variables
5926  bool pucch_format_r13_present = false;
5930  bool npucch_param_r13_present = false;
5931  bool nka_pucch_param_r13_present = false;
5943  bool harq_timing_tdd_r13 = false;
5948  // sequence methods
5949  SRSASN_CODE pack(bit_ref& bref) const;
5951  void to_json(json_writer& j) const;
5952  bool operator==(const pucch_cfg_ded_r13_s& other) const;
5953  bool operator!=(const pucch_cfg_ded_r13_s& other) const { return not(*this == other); }
5954 };
5955 
5956 // PUCCH-ConfigDedicated-v1020 ::= SEQUENCE
5957 struct pucch_cfg_ded_v1020_s {
5958  struct pucch_format_r10_c_ {
5959  struct ch_sel_r10_s_ {
5960  struct n1_pucch_an_cs_r10_c_ {
5961  struct setup_s_ {
5963 
5964  // member variables
5966  };
5967  using types = setup_e;
5969  // choice methods
5971  void set(types::options e = types::nulltype);
5972  types type() const { return type_; }
5973  SRSASN_CODE pack(bit_ref& bref) const;
5974  SRSASN_CODE unpack(cbit_ref& bref);
5975  void to_json(json_writer& j) const;
5976  // getters
5977  setup_s_& setup()
5978  {
5979  assert_choice_type(types::setup, type_, "n1PUCCH-AN-CS-r10");
5980  return c;
5981  }
5982  const setup_s_& setup() const
5983  {
5984  assert_choice_type(types::setup, type_, "n1PUCCH-AN-CS-r10");
5985  return c;
5986  }
5987  void set_release();
5988  setup_s_& set_setup();
5989 
5990  private:
5991  types type_;
5992  setup_s_ c;
5993  };
5994 
5995  // member variables
5996  bool n1_pucch_an_cs_r10_present = false;
5998  };
5999  struct types_opts {
6001  typedef uint8_t number_type;
6002 
6003  const char* to_string() const;
6004  uint8_t to_number() const;
6005  };
6006  typedef enumerated<types_opts> types;
6008  // choice methods
6009  pucch_format_r10_c_() = default;
6013  void set(types::options e = types::nulltype);
6014  types type() const { return type_; }
6015  SRSASN_CODE pack(bit_ref& bref) const;
6016  SRSASN_CODE unpack(cbit_ref& bref);
6017  void to_json(json_writer& j) const;
6018  // getters
6020  {
6021  assert_choice_type(types::format3_r10, type_, "pucch-Format-r10");
6023  }
6024  ch_sel_r10_s_& ch_sel_r10()
6025  {
6026  assert_choice_type(types::ch_sel_r10, type_, "pucch-Format-r10");
6027  return c.get<ch_sel_r10_s_>();
6028  }
6029  const pucch_format3_conf_r13_s& format3_r10() const
6030  {
6031  assert_choice_type(types::format3_r10, type_, "pucch-Format-r10");
6033  }
6034  const ch_sel_r10_s_& ch_sel_r10() const
6035  {
6036  assert_choice_type(types::ch_sel_r10, type_, "pucch-Format-r10");
6037  return c.get<ch_sel_r10_s_>();
6038  }
6040  ch_sel_r10_s_& set_ch_sel_r10();
6041 
6042  private:
6043  types type_;
6045 
6046  void destroy_();
6047  };
6048 
6049  // member variables
6050  bool pucch_format_r10_present = false;
6053  bool n1_pucch_an_rep_p1_r10_present = false;
6055  uint16_t n1_pucch_an_rep_p1_r10 = 0;
6056 
6057  // sequence methods
6058  SRSASN_CODE pack(bit_ref& bref) const;
6060  void to_json(json_writer& j) const;
6061 };
6063 // PUCCH-ConfigDedicated-v1130 ::= SEQUENCE
6064 struct pucch_cfg_ded_v1130_s {
6065  struct n1_pucch_an_cs_v1130_c_ {
6066  struct setup_s_ {
6068 
6069  // member variables
6071  };
6072  using types = setup_e;
6074  // choice methods
6076  void set(types::options e = types::nulltype);
6077  types type() const { return type_; }
6078  SRSASN_CODE pack(bit_ref& bref) const;
6079  SRSASN_CODE unpack(cbit_ref& bref);
6080  void to_json(json_writer& j) const;
6081  // getters
6082  setup_s_& setup()
6083  {
6084  assert_choice_type(types::setup, type_, "n1PUCCH-AN-CS-v1130");
6085  return c;
6086  }
6087  const setup_s_& setup() const
6088  {
6089  assert_choice_type(types::setup, type_, "n1PUCCH-AN-CS-v1130");
6090  return c;
6091  }
6092  void set_release();
6093  setup_s_& set_setup();
6094 
6095  private:
6096  types type_;
6097  setup_s_ c;
6098  };
6099  struct npucch_param_r11_c_ {
6100  struct setup_s_ {
6101  uint16_t npucch_id_r11 = 0;
6102  uint16_t n1_pucch_an_r11 = 0;
6103  };
6104  using types = setup_e;
6106  // choice methods
6107  npucch_param_r11_c_() = default;
6108  void set(types::options e = types::nulltype);
6109  types type() const { return type_; }
6110  SRSASN_CODE pack(bit_ref& bref) const;
6111  SRSASN_CODE unpack(cbit_ref& bref);
6112  void to_json(json_writer& j) const;
6113  // getters
6114  setup_s_& setup()
6115  {
6116  assert_choice_type(types::setup, type_, "nPUCCH-Param-r11");
6117  return c;
6118  }
6119  const setup_s_& setup() const
6120  {
6121  assert_choice_type(types::setup, type_, "nPUCCH-Param-r11");
6122  return c;
6123  }
6124  void set_release();
6125  setup_s_& set_setup();
6126 
6127  private:
6128  types type_;
6129  setup_s_ c;
6130  };
6131 
6132  // member variables
6133  bool n1_pucch_an_cs_v1130_present = false;
6134  bool npucch_param_r11_present = false;
6138  // sequence methods
6139  SRSASN_CODE pack(bit_ref& bref) const;
6140  SRSASN_CODE unpack(cbit_ref& bref);
6141  void to_json(json_writer& j) const;
6142 };
6144 // PUCCH-ConfigDedicated-v1250 ::= SEQUENCE
6145 struct pucch_cfg_ded_v1250_s {
6146  struct nka_pucch_param_r12_c_ {
6147  struct setup_s_ {
6148  uint16_t nka_pucch_an_r12 = 0;
6149  };
6150  using types = setup_e;
6151 
6152  // choice methods
6154  void set(types::options e = types::nulltype);
6155  types type() const { return type_; }
6156  SRSASN_CODE pack(bit_ref& bref) const;
6157  SRSASN_CODE unpack(cbit_ref& bref);
6158  void to_json(json_writer& j) const;
6159  // getters
6160  setup_s_& setup()
6161  {
6162  assert_choice_type(types::setup, type_, "nkaPUCCH-Param-r12");
6163  return c;
6164  }
6165  const setup_s_& setup() const
6166  {
6167  assert_choice_type(types::setup, type_, "nkaPUCCH-Param-r12");
6168  return c;
6169  }
6170  void set_release();
6171  setup_s_& set_setup();
6172 
6173  private:
6174  types type_;
6175  setup_s_ c;
6176  };
6177 
6178  // member variables
6180 
6181  // sequence methods
6182  SRSASN_CODE pack(bit_ref& bref) const;
6184  void to_json(json_writer& j) const;
6185 };
6186 
6187 // PUCCH-ConfigDedicated-v1430 ::= SEQUENCE
6188 struct pucch_cfg_ded_v1430_s {
6189  struct pucch_num_repeat_ce_format1_r14_opts {
6190  enum options { r64, r128, nulltype } value;
6191  typedef uint8_t number_type;
6192 
6193  const char* to_string() const;
6194  uint8_t to_number() const;
6195  };
6198  // member variables
6201 
6202  // sequence methods
6203  SRSASN_CODE pack(bit_ref& bref) const;
6205  void to_json(json_writer& j) const;
6206 };
6208 // PUSCH-ConfigDedicated ::= SEQUENCE
6209 struct pusch_cfg_ded_s {
6210  uint8_t beta_offset_ack_idx = 0;
6211  uint8_t beta_offset_ri_idx = 0;
6212  uint8_t beta_offset_cqi_idx = 0;
6213 
6214  // sequence methods
6215  SRSASN_CODE pack(bit_ref& bref) const;
6216  SRSASN_CODE unpack(cbit_ref& bref);
6217  void to_json(json_writer& j) const;
6218 };
6220 // PUSCH-ConfigDedicated-r13 ::= SEQUENCE
6221 struct pusch_cfg_ded_r13_s {
6222  struct beta_offset_mc_r13_s_ {
6224  uint8_t beta_offset_ack_idx_mc_r13 = 0;
6225  uint8_t beta_offset2_ack_idx_mc_r13 = 0;
6226  uint8_t beta_offset_ri_idx_mc_r13 = 0;
6227  uint8_t beta_offset_cqi_idx_mc_r13 = 0;
6228  };
6230  struct setup_s_ {
6231  uint16_t npusch_id_r13 = 0;
6232  uint16_t ndmrs_csh_id_r13 = 0;
6233  };
6234  using types = setup_e;
6236  // choice methods
6237  pusch_dmrs_r11_c_() = default;
6238  void set(types::options e = types::nulltype);
6239  types type() const { return type_; }
6240  SRSASN_CODE pack(bit_ref& bref) const;
6241  SRSASN_CODE unpack(cbit_ref& bref);
6242  void to_json(json_writer& j) const;
6243  bool operator==(const pusch_dmrs_r11_c_& other) const;
6244  bool operator!=(const pusch_dmrs_r11_c_& other) const { return not(*this == other); }
6245  // getters
6246  setup_s_& setup()
6247  {
6248  assert_choice_type(types::setup, type_, "pusch-DMRS-r11");
6249  return c;
6250  }
6251  const setup_s_& setup() const
6252  {
6253  assert_choice_type(types::setup, type_, "pusch-DMRS-r11");
6254  return c;
6255  }
6256  void set_release();
6257  setup_s_& set_setup();
6258 
6259  private:
6260  types type_;
6261  setup_s_ c;
6262  };
6263  struct uci_on_pusch_c_ {
6264  struct setup_s_ {
6265  struct beta_offset_mc_r12_s_ {
6271  };
6273  // member variables
6279  uint8_t beta_offset_cqi_idx_sf_set2_r13 = 0;
6281  };
6282  using types = setup_e;
6284  // choice methods
6285  uci_on_pusch_c_() = default;
6286  void set(types::options e = types::nulltype);
6287  types type() const { return type_; }
6288  SRSASN_CODE pack(bit_ref& bref) const;
6289  SRSASN_CODE unpack(cbit_ref& bref);
6290  void to_json(json_writer& j) const;
6291  bool operator==(const uci_on_pusch_c_& other) const;
6292  bool operator!=(const uci_on_pusch_c_& other) const { return not(*this == other); }
6293  // getters
6294  setup_s_& setup()
6295  {
6296  assert_choice_type(types::setup, type_, "uciOnPUSCH");
6297  return c;
6298  }
6299  const setup_s_& setup() const
6300  {
6301  assert_choice_type(types::setup, type_, "uciOnPUSCH");
6302  return c;
6303  }
6304  void set_release();
6305  setup_s_& set_setup();
6306 
6307  private:
6308  types type_;
6309  setup_s_ c;
6310  };
6311 
6312  // member variables
6313  bool beta_offset2_ack_idx_r13_present = false;
6314  bool beta_offset_mc_r13_present = false;
6315  bool group_hop_disabled_r13_present = false;
6318  bool uci_on_pusch_present = false;
6319  bool pusch_hop_cfg_r13_present = false;
6320  uint8_t beta_offset_ack_idx_r13 = 0;
6328  // sequence methods
6329  SRSASN_CODE pack(bit_ref& bref) const;
6331  void to_json(json_writer& j) const;
6332  bool operator==(const pusch_cfg_ded_r13_s& other) const;
6333  bool operator!=(const pusch_cfg_ded_r13_s& other) const { return not(*this == other); }
6334 };
6335 
6336 // PUSCH-ConfigDedicated-v1020 ::= SEQUENCE
6337 struct pusch_cfg_ded_v1020_s {
6338  struct beta_offset_mc_r10_s_ {
6339  uint8_t beta_offset_ack_idx_mc_r10 = 0;
6340  uint8_t beta_offset_ri_idx_mc_r10 = 0;
6342  };
6343 
6344  // member variables
6350  // sequence methods
6351  SRSASN_CODE pack(bit_ref& bref) const;
6352  SRSASN_CODE unpack(cbit_ref& bref);
6353  void to_json(json_writer& j) const;
6354 };
6356 // PUSCH-ConfigDedicated-v1130 ::= SEQUENCE
6357 struct pusch_cfg_ded_v1130_s {
6358  struct pusch_dmrs_r11_c_ {
6359  struct setup_s_ {
6360  uint16_t npusch_id_r11 = 0;
6361  uint16_t ndmrs_csh_id_r11 = 0;
6362  };
6363  using types = setup_e;
6364 
6365  // choice methods
6366  pusch_dmrs_r11_c_() = default;
6367  void set(types::options e = types::nulltype);
6368  types type() const { return type_; }
6369  SRSASN_CODE pack(bit_ref& bref) const;
6370  SRSASN_CODE unpack(cbit_ref& bref);
6371  void to_json(json_writer& j) const;
6372  bool operator==(const pusch_dmrs_r11_c_& other) const;
6373  bool operator!=(const pusch_dmrs_r11_c_& other) const { return not(*this == other); }
6374  // getters
6375  setup_s_& setup()
6376  {
6377  assert_choice_type(types::setup, type_, "pusch-DMRS-r11");
6378  return c;
6379  }
6380  const setup_s_& setup() const
6381  {
6382  assert_choice_type(types::setup, type_, "pusch-DMRS-r11");
6383  return c;
6384  }
6385  void set_release();
6386  setup_s_& set_setup();
6387 
6388  private:
6389  types type_;
6390  setup_s_ c;
6391  };
6392 
6393  // member variables
6395 
6396  // sequence methods
6397  SRSASN_CODE pack(bit_ref& bref) const;
6399  void to_json(json_writer& j) const;
6400  bool operator==(const pusch_cfg_ded_v1130_s& other) const;
6401  bool operator!=(const pusch_cfg_ded_v1130_s& other) const { return not(*this == other); }
6402 };
6403 
6404 // PUSCH-ConfigDedicated-v1250 ::= SEQUENCE
6405 struct pusch_cfg_ded_v1250_s {
6406  struct uci_on_pusch_c_ {
6407  struct setup_s_ {
6408  struct beta_offset_mc_r12_s_ {
6412  };
6414  // member variables
6420  };
6421  using types = setup_e;
6422 
6423  // choice methods
6424  uci_on_pusch_c_() = default;
6425  void set(types::options e = types::nulltype);
6426  types type() const { return type_; }
6427  SRSASN_CODE pack(bit_ref& bref) const;
6428  SRSASN_CODE unpack(cbit_ref& bref);
6429  void to_json(json_writer& j) const;
6430  // getters
6431  setup_s_& setup()
6432  {
6433  assert_choice_type(types::setup, type_, "uciOnPUSCH");
6434  return c;
6435  }
6436  const setup_s_& setup() const
6437  {
6438  assert_choice_type(types::setup, type_, "uciOnPUSCH");
6439  return c;
6440  }
6441  void set_release();
6442  setup_s_& set_setup();
6443 
6444  private:
6445  types type_;
6446  setup_s_ c;
6447  };
6448 
6449  // member variables
6451 
6452  // sequence methods
6453  SRSASN_CODE pack(bit_ref& bref) const;
6455  void to_json(json_writer& j) const;
6456 };
6457 
6458 // PUSCH-ConfigDedicated-v1430 ::= SEQUENCE
6459 struct pusch_cfg_ded_v1430_s {
6460  bool ce_pusch_nb_max_tbs_r14_present = false;
6461  bool ce_pusch_max_bw_r14_present = false;
6462  bool tdd_pusch_up_pts_r14_present = false;
6463  bool enable256_qam_r14_present = false;
6465  bool ul_dmrs_ifdma_r14 = false;
6468  // sequence methods
6469  SRSASN_CODE pack(bit_ref& bref) const;
6471  void to_json(json_writer& j) const;
6472 };
6474 // PUSCH-ConfigDedicated-v1530 ::= SEQUENCE
6475 struct pusch_cfg_ded_v1530_s {
6476  struct ce_pusch_flex_start_prb_alloc_cfg_r15_c_ {
6477  struct setup_s_ {
6478  bool offset_ce_mode_b_r15_present = false;
6479  int8_t offset_ce_mode_b_r15 = -1;
6480  };
6481  using types = setup_e;
6482 
6483  // choice methods
6485  void set(types::options e = types::nulltype);
6486  types type() const { return type_; }
6487  SRSASN_CODE pack(bit_ref& bref) const;
6488  SRSASN_CODE unpack(cbit_ref& bref);
6489  void to_json(json_writer& j) const;
6490  // getters
6491  setup_s_& setup()
6492  {
6493  assert_choice_type(types::setup, type_, "ce-PUSCH-FlexibleStartPRB-AllocConfig-r15");
6494  return c;
6495  }
6496  const setup_s_& setup() const
6497  {
6498  assert_choice_type(types::setup, type_, "ce-PUSCH-FlexibleStartPRB-AllocConfig-r15");
6499  return c;
6500  }
6501  void set_release();
6502  setup_s_& set_setup();
6503 
6504  private:
6505  types type_;
6506  setup_s_ c;
6507  };
6509  struct setup_s_ {
6510  bool location_ce_mode_b_r15_present = false;
6511  uint8_t location_ce_mode_b_r15 = 0;
6512  uint8_t six_tone_cyclic_shift_r15 = 0;
6514  };
6515  using types = setup_e;
6517  // choice methods
6519  void set(types::options e = types::nulltype);
6520  types type() const { return type_; }
6521  SRSASN_CODE pack(bit_ref& bref) const;
6522  SRSASN_CODE unpack(cbit_ref& bref);
6523  void to_json(json_writer& j) const;
6524  // getters
6525  setup_s_& setup()
6526  {
6527  assert_choice_type(types::setup, type_, "ce-PUSCH-SubPRB-Config-r15");
6528  return c;
6529  }
6530  const setup_s_& setup() const
6531  {
6532  assert_choice_type(types::setup, type_, "ce-PUSCH-SubPRB-Config-r15");
6533  return c;
6534  }
6535  void set_release();
6536  setup_s_& set_setup();
6537 
6538  private:
6539  types type_;
6540  setup_s_ c;
6541  };
6542 
6543  // member variables
6544  bool ce_pusch_sub_prb_cfg_r15_present = false;
6548  // sequence methods
6549  SRSASN_CODE pack(bit_ref& bref) const;
6550  SRSASN_CODE unpack(cbit_ref& bref);
6551  void to_json(json_writer& j) const;
6552 };
6554 // PUSCH-EnhancementsConfig-r14 ::= CHOICE
6555 struct pusch_enhance_cfg_r14_c {
6556  struct setup_s_ {
6557  struct interv_ul_hop_pusch_enh_r14_c_ {
6558  struct interv_fdd_pusch_enh_r14_opts {
6559  enum options { int1, int2, int4, int8, nulltype } value;
6560  typedef uint8_t number_type;
6561 
6562  const char* to_string() const;
6563  uint8_t to_number() const;
6564  };
6568  typedef uint8_t number_type;
6569 
6570  const char* to_string() const;
6571  uint8_t to_number() const;
6572  };
6574  struct types_opts {
6577  const char* to_string() const;
6578  };
6579  typedef enumerated<types_opts> types;
6580 
6581  // choice methods
6586  void set(types::options e = types::nulltype);
6587  types type() const { return type_; }
6588  SRSASN_CODE pack(bit_ref& bref) const;
6589  SRSASN_CODE unpack(cbit_ref& bref);
6590  void to_json(json_writer& j) const;
6591  // getters
6593  {
6594  assert_choice_type(types::interv_fdd_pusch_enh_r14, type_, "interval-ULHoppingPUSCH-Enh-r14");
6596  }
6598  {
6599  assert_choice_type(types::interv_tdd_pusch_enh_r14, type_, "interval-ULHoppingPUSCH-Enh-r14");
6601  }
6603  {
6604  assert_choice_type(types::interv_fdd_pusch_enh_r14, type_, "interval-ULHoppingPUSCH-Enh-r14");
6606  }
6608  {
6609  assert_choice_type(types::interv_tdd_pusch_enh_r14, type_, "interval-ULHoppingPUSCH-Enh-r14");
6611  }
6614 
6615  private:
6616  types type_;
6618 
6619  void destroy_();
6620  };
6621 
6622  // member variables
6627  };
6628  using types = setup_e;
6629 
6630  // choice methods
6632  void set(types::options e = types::nulltype);
6633  types type() const { return type_; }
6634  SRSASN_CODE pack(bit_ref& bref) const;
6635  SRSASN_CODE unpack(cbit_ref& bref);
6636  void to_json(json_writer& j) const;
6637  // getters
6638  setup_s_& setup()
6639  {
6640  assert_choice_type(types::setup, type_, "PUSCH-EnhancementsConfig-r14");
6641  return c;
6642  }
6643  const setup_s_& setup() const
6644  {
6645  assert_choice_type(types::setup, type_, "PUSCH-EnhancementsConfig-r14");
6646  return c;
6647  }
6648  void set_release();
6649  setup_s_& set_setup();
6650 
6651 private:
6652  types type_;
6653  setup_s_ c;
6654 };
6655 
6656 // PhysicalConfigDedicatedSTTI-r15 ::= CHOICE
6657 struct phys_cfg_ded_stti_r15_c {
6658  struct setup_s_ {
6659  bool ant_info_ded_stti_r15_present = false;
6662  bool sched_request_cfg_v1530_present = false;
6663  bool ul_pwr_ctrl_ded_stti_r15_present = false;
6664  bool cqi_report_cfg_r15_present = false;
6700  };
6701  using types = setup_e;
6703  // choice methods
6705  void set(types::options e = types::nulltype);
6706  types type() const { return type_; }
6707  SRSASN_CODE pack(bit_ref& bref) const;
6708  SRSASN_CODE unpack(cbit_ref& bref);
6709  void to_json(json_writer& j) const;
6710  bool operator==(const phys_cfg_ded_stti_r15_c& other) const;
6711  bool operator!=(const phys_cfg_ded_stti_r15_c& other) const { return not(*this == other); }
6712  // getters
6713  setup_s_& setup()
6714  {
6715  assert_choice_type(types::setup, type_, "PhysicalConfigDedicatedSTTI-r15");
6716  return c;
6717  }
6718  const setup_s_& setup() const
6719  {
6720  assert_choice_type(types::setup, type_, "PhysicalConfigDedicatedSTTI-r15");
6721  return c;
6722  }
6723  void set_release();
6724  setup_s_& set_setup();
6725 
6726 private:
6727  types type_;
6728  setup_s_ c;
6729 };
6730 
6731 // SPUCCH-Config-v1550 ::= CHOICE
6732 struct spucch_cfg_v1550_c {
6733  struct setup_s_ {
6734  struct two_ant_port_activ_spucch_format3_v1550_s_ {
6737  // member variables
6739  };
6741  // member variables
6743  };
6744  using types = setup_e;
6745 
6746  // choice methods
6747  spucch_cfg_v1550_c() = default;
6748  void set(types::options e = types::nulltype);
6749  types type() const { return type_; }
6750  SRSASN_CODE pack(bit_ref& bref) const;
6751  SRSASN_CODE unpack(cbit_ref& bref);
6752  void to_json(json_writer& j) const;
6753  bool operator==(const spucch_cfg_v1550_c& other) const;
6754  bool operator!=(const spucch_cfg_v1550_c& other) const { return not(*this == other); }
6755  // getters
6756  setup_s_& setup()
6757  {
6758  assert_choice_type(types::setup, type_, "SPUCCH-Config-v1550");
6759  return c;
6760  }
6761  const setup_s_& setup() const
6762  {
6763  assert_choice_type(types::setup, type_, "SPUCCH-Config-v1550");
6764  return c;
6765  }
6766  void set_release();
6767  setup_s_& set_setup();
6768 
6769 private:
6770  types type_;
6771  setup_s_ c;
6772 };
6773 
6774 // SRS-TPC-PDCCH-Config-r14 ::= CHOICE
6775 struct srs_tpc_pdcch_cfg_r14_c {
6776  struct setup_s_ {
6779  // member variables
6780  bool srs_cc_set_idxlist_r14_present = false;
6782  uint8_t start_bit_of_format3_b_r14 = 0;
6785  };
6786  using types = setup_e;
6787 
6788  // choice methods
6790  void set(types::options e = types::nulltype);
6791  types type() const { return type_; }
6792  SRSASN_CODE pack(bit_ref& bref) const;
6793  SRSASN_CODE unpack(cbit_ref& bref);
6794  void to_json(json_writer& j) const;
6795  bool operator==(const srs_tpc_pdcch_cfg_r14_c& other) const;
6796  bool operator!=(const srs_tpc_pdcch_cfg_r14_c& other) const { return not(*this == other); }
6797  // getters
6798  setup_s_& setup()
6799  {
6800  assert_choice_type(types::setup, type_, "SRS-TPC-PDCCH-Config-r14");
6801  return c;
6802  }
6803  const setup_s_& setup() const
6804  {
6805  assert_choice_type(types::setup, type_, "SRS-TPC-PDCCH-Config-r14");
6806  return c;
6807  }
6808  void set_release();
6809  setup_s_& set_setup();
6810 
6811 private:
6812  types type_;
6813  setup_s_ c;
6814 };
6815 
6816 // SchedulingRequestConfig ::= CHOICE
6817 struct sched_request_cfg_c {
6818  struct setup_s_ {
6819  struct dsr_trans_max_opts {
6821  typedef uint8_t number_type;
6822 
6823  const char* to_string() const;
6824  uint8_t to_number() const;
6825  };
6828  // member variables
6829  uint16_t sr_pucch_res_idx = 0;
6830  uint8_t sr_cfg_idx = 0;
6832  };
6833  using types = setup_e;
6835  // choice methods
6836  sched_request_cfg_c() = default;
6837  void set(types::options e = types::nulltype);
6838  types type() const { return type_; }
6839  SRSASN_CODE pack(bit_ref& bref) const;
6840  SRSASN_CODE unpack(cbit_ref& bref);
6841  void to_json(json_writer& j) const;
6842  // getters
6843  setup_s_& setup()
6844  {
6845  assert_choice_type(types::setup, type_, "SchedulingRequestConfig");
6846  return c;
6847  }
6848  const setup_s_& setup() const
6849  {
6850  assert_choice_type(types::setup, type_, "SchedulingRequestConfig");
6851  return c;
6852  }
6853  void set_release();
6854  setup_s_& set_setup();
6855 
6856 private:
6857  types type_;
6858  setup_s_ c;
6859 };
6860 
6861 // SchedulingRequestConfig-v1020 ::= SEQUENCE
6863  bool sr_pucch_res_idx_p1_r10_present = false;
6864  uint16_t sr_pucch_res_idx_p1_r10 = 0;
6866  // sequence methods
6867  SRSASN_CODE pack(bit_ref& bref) const;
6868  SRSASN_CODE unpack(cbit_ref& bref);
6869  void to_json(json_writer& j) const;
6870 };
6872 // SoundingRS-UL-ConfigDedicated ::= CHOICE
6873 struct srs_ul_cfg_ded_c {
6874  struct setup_s_ {
6875  struct srs_bw_opts {
6876  enum options { bw0, bw1, bw2, bw3, nulltype } value;
6877  typedef uint8_t number_type;
6878 
6879  const char* to_string() const;
6880  uint8_t to_number() const;
6881  };
6885  typedef uint8_t number_type;
6886 
6887  const char* to_string() const;
6888  uint8_t to_number() const;
6889  };
6893  typedef uint8_t number_type;
6894 
6895  const char* to_string() const;
6896  uint8_t to_number() const;
6897  };
6900  // member variables
6903  uint8_t freq_domain_position = 0;
6904  bool dur = false;
6905  uint16_t srs_cfg_idx = 0;
6906  uint8_t tx_comb = 0;
6908  };
6909  using types = setup_e;
6911  // choice methods
6912  srs_ul_cfg_ded_c() = default;
6913  void set(types::options e = types::nulltype);
6914  types type() const { return type_; }
6915  SRSASN_CODE pack(bit_ref& bref) const;
6916  SRSASN_CODE unpack(cbit_ref& bref);
6917  void to_json(json_writer& j) const;
6918  bool operator==(const srs_ul_cfg_ded_c& other) const;
6919  bool operator!=(const srs_ul_cfg_ded_c& other) const { return not(*this == other); }
6920  // getters
6921  setup_s_& setup()
6922  {
6923  assert_choice_type(types::setup, type_, "SoundingRS-UL-ConfigDedicated");
6924  return c;
6925  }
6926  const setup_s_& setup() const
6927  {
6928  assert_choice_type(types::setup, type_, "SoundingRS-UL-ConfigDedicated");
6929  return c;
6930  }
6931  void set_release();
6932  setup_s_& set_setup();
6933 
6934 private:
6935  types type_;
6936  setup_s_ c;
6937 };
6938 
6939 // SoundingRS-UL-ConfigDedicated-v1020 ::= SEQUENCE
6940 struct srs_ul_cfg_ded_v1020_s {
6942 
6943  // sequence methods
6944  SRSASN_CODE pack(bit_ref& bref) const;
6945  SRSASN_CODE unpack(cbit_ref& bref);
6946  void to_json(json_writer& j) const;
6947  bool operator==(const srs_ul_cfg_ded_v1020_s& other) const;
6948  bool operator!=(const srs_ul_cfg_ded_v1020_s& other) const { return not(*this == other); }
6949 };
6950 
6951 // SoundingRS-UL-ConfigDedicated-v1310 ::= CHOICE
6952 struct srs_ul_cfg_ded_v1310_c {
6953  struct setup_s_ {
6954  struct cyclic_shift_v1310_opts {
6955  enum options { cs8, cs9, cs10, cs11, nulltype } value;
6956  typedef uint8_t number_type;
6957 
6958  const char* to_string() const;
6959  uint8_t to_number() const;
6960  };
6964  typedef uint8_t number_type;
6965 
6966  const char* to_string() const;
6967  uint8_t to_number() const;
6968  };
6971  // member variables
6973  bool cyclic_shift_v1310_present = false;
6974  bool tx_comb_num_r13_present = false;
6975  uint8_t tx_comb_v1310 = 2;
6978  };
6979  using types = setup_e;
6981  // choice methods
6983  void set(types::options e = types::nulltype);
6984  types type() const { return type_; }
6985  SRSASN_CODE pack(bit_ref& bref) const;
6986  SRSASN_CODE unpack(cbit_ref& bref);
6987  void to_json(json_writer& j) const;
6988  bool operator==(const srs_ul_cfg_ded_v1310_c& other) const;
6989  bool operator!=(const srs_ul_cfg_ded_v1310_c& other) const { return not(*this == other); }
6990  // getters
6991  setup_s_& setup()
6992  {
6993  assert_choice_type(types::setup, type_, "SoundingRS-UL-ConfigDedicated-v1310");
6994  return c;
6995  }
6996  const setup_s_& setup() const
6997  {
6998  assert_choice_type(types::setup, type_, "SoundingRS-UL-ConfigDedicated-v1310");
6999  return c;
7000  }
7001  void set_release();
7002  setup_s_& set_setup();
7003 
7004 private:
7005  types type_;
7006  setup_s_ c;
7007 };
7008 
7009 // SoundingRS-UL-ConfigDedicatedAperiodic-r10 ::= CHOICE
7011  struct setup_s_ {
7013  struct srs_activ_ap_r10_c_ {
7014  struct setup_s_ {
7015  bool ext = false;
7018  // ...
7019  };
7020  using types = setup_e;
7022  // choice methods
7023  srs_activ_ap_r10_c_() = default;
7024  void set(types::options e = types::nulltype);
7025  types type() const { return type_; }
7026  SRSASN_CODE pack(bit_ref& bref) const;
7027  SRSASN_CODE unpack(cbit_ref& bref);
7028  void to_json(json_writer& j) const;
7029  bool operator==(const srs_activ_ap_r10_c_& other) const;
7030  bool operator!=(const srs_activ_ap_r10_c_& other) const { return not(*this == other); }
7031  // getters
7032  setup_s_& setup()
7033  {
7034  assert_choice_type(types::setup, type_, "srs-ActivateAp-r10");
7035  return c;
7036  }
7037  const setup_s_& setup() const
7038  {
7039  assert_choice_type(types::setup, type_, "srs-ActivateAp-r10");
7040  return c;
7041  }
7042  void set_release();
7043  setup_s_& set_setup();
7044 
7045  private:
7046  types type_;
7047  setup_s_ c;
7048  };
7049 
7050  // member variables
7052  bool srs_activ_ap_r10_present = false;
7053  uint8_t srs_cfg_idx_ap_r10 = 0;
7056  };
7057  using types = setup_e;
7058 
7059  // choice methods
7061  void set(types::options e = types::nulltype);
7062  types type() const { return type_; }
7063  SRSASN_CODE pack(bit_ref& bref) const;
7064  SRSASN_CODE unpack(cbit_ref& bref);
7065  void to_json(json_writer& j) const;
7066  bool operator==(const srs_ul_cfg_ded_aperiodic_r10_c& other) const;
7067  bool operator!=(const srs_ul_cfg_ded_aperiodic_r10_c& other) const { return not(*this == other); }
7068  // getters
7069  setup_s_& setup()
7070  {
7071  assert_choice_type(types::setup, type_, "SoundingRS-UL-ConfigDedicatedAperiodic-r10");
7072  return c;
7073  }
7074  const setup_s_& setup() const
7075  {
7076  assert_choice_type(types::setup, type_, "SoundingRS-UL-ConfigDedicatedAperiodic-r10");
7077  return c;
7078  }
7079  void set_release();
7080  setup_s_& set_setup();
7081 
7082 private:
7083  types type_;
7084  setup_s_ c;
7085 };
7086 
7087 // SoundingRS-UL-ConfigDedicatedAperiodic-v1310 ::= CHOICE
7089  struct setup_s_ {
7091  struct srs_activ_ap_v1310_c_ {
7092  struct setup_s_ {
7097  };
7098  using types = setup_e;
7100  // choice methods
7102  void set(types::options e = types::nulltype);
7103  types type() const { return type_; }
7104  SRSASN_CODE pack(bit_ref& bref) const;
7105  SRSASN_CODE unpack(cbit_ref& bref);
7106  void to_json(json_writer& j) const;
7107  bool operator==(const srs_activ_ap_v1310_c_& other) const;
7108  bool operator!=(const srs_activ_ap_v1310_c_& other) const { return not(*this == other); }
7109  // getters
7110  setup_s_& setup()
7111  {
7112  assert_choice_type(types::setup, type_, "srs-ActivateAp-v1310");
7113  return c;
7114  }
7115  const setup_s_& setup() const
7116  {
7117  assert_choice_type(types::setup, type_, "srs-ActivateAp-v1310");
7118  return c;
7119  }
7120  void set_release();
7121  setup_s_& set_setup();
7122 
7123  private:
7124  types type_;
7125  setup_s_ c;
7126  };
7127 
7128  // member variables
7130  bool srs_activ_ap_v1310_present = false;
7133  };
7134  using types = setup_e;
7135 
7136  // choice methods
7138  void set(types::options e = types::nulltype);
7139  types type() const { return type_; }
7140  SRSASN_CODE pack(bit_ref& bref) const;
7141  SRSASN_CODE unpack(cbit_ref& bref);
7142  void to_json(json_writer& j) const;
7143  bool operator==(const srs_ul_cfg_ded_aperiodic_v1310_c& other) const;
7144  bool operator!=(const srs_ul_cfg_ded_aperiodic_v1310_c& other) const { return not(*this == other); }
7145  // getters
7146  setup_s_& setup()
7147  {
7148  assert_choice_type(types::setup, type_, "SoundingRS-UL-ConfigDedicatedAperiodic-v1310");
7149  return c;
7150  }
7151  const setup_s_& setup() const
7152  {
7153  assert_choice_type(types::setup, type_, "SoundingRS-UL-ConfigDedicatedAperiodic-v1310");
7154  return c;
7155  }
7156  void set_release();
7157  setup_s_& set_setup();
7158 
7159 private:
7160  types type_;
7161  setup_s_ c;
7162 };
7163 
7164 // SoundingRS-UL-ConfigDedicatedAperiodicUpPTsExt-r13 ::= CHOICE
7166  struct setup_s_ {
7167  struct srs_up_pts_add_r13_opts {
7169  typedef uint8_t number_type;
7170 
7171  const char* to_string() const;
7172  uint8_t to_number() const;
7173  };
7177  struct setup_s_ {
7180  };
7181  using types = setup_e;
7183  // choice methods
7184  srs_activ_ap_r13_c_() = default;
7185  void set(types::options e = types::nulltype);
7186  types type() const { return type_; }
7187  SRSASN_CODE pack(bit_ref& bref) const;
7188  SRSASN_CODE unpack(cbit_ref& bref);
7189  void to_json(json_writer& j) const;
7190  bool operator==(const srs_activ_ap_r13_c_& other) const;
7191  bool operator!=(const srs_activ_ap_r13_c_& other) const { return not(*this == other); }
7192  // getters
7193  setup_s_& setup()
7194  {
7195  assert_choice_type(types::setup, type_, "srs-ActivateAp-r13");
7196  return c;
7197  }
7198  const setup_s_& setup() const
7199  {
7200  assert_choice_type(types::setup, type_, "srs-ActivateAp-r13");
7201  return c;
7202  }
7203  void set_release();
7204  setup_s_& set_setup();
7205 
7206  private:
7207  types type_;
7208  setup_s_ c;
7209  };
7210 
7211  // member variables
7213  bool srs_activ_ap_r13_present = false;
7215  uint8_t srs_cfg_idx_ap_r13 = 0;
7218  };
7219  using types = setup_e;
7221  // choice methods
7223  void set(types::options e = types::nulltype);
7224  types type() const { return type_; }
7225  SRSASN_CODE pack(bit_ref& bref) const;
7226  SRSASN_CODE unpack(cbit_ref& bref);
7227  void to_json(json_writer& j) const;
7228  bool operator==(const srs_ul_cfg_ded_aperiodic_up_pts_ext_r13_c& other) const;
7229  bool operator!=(const srs_ul_cfg_ded_aperiodic_up_pts_ext_r13_c& other) const { return not(*this == other); }
7230  // getters
7231  setup_s_& setup()
7232  {
7233  assert_choice_type(types::setup, type_, "SoundingRS-UL-ConfigDedicatedAperiodicUpPTsExt-r13");
7234  return c;
7235  }
7236  const setup_s_& setup() const
7237  {
7238  assert_choice_type(types::setup, type_, "SoundingRS-UL-ConfigDedicatedAperiodicUpPTsExt-r13");
7239  return c;
7240  }
7241  void set_release();
7242  setup_s_& set_setup();
7243 
7244 private:
7245  types type_;
7246  setup_s_ c;
7247 };
7248 
7249 // SoundingRS-UL-ConfigDedicatedUpPTsExt-r13 ::= CHOICE
7251  struct setup_s_ {
7252  struct srs_up_pts_add_r13_opts {
7254  typedef uint8_t number_type;
7255 
7256  const char* to_string() const;
7257  uint8_t to_number() const;
7258  };
7262  typedef uint8_t number_type;
7263 
7264  const char* to_string() const;
7265  uint8_t to_number() const;
7266  };
7270  typedef uint8_t number_type;
7271 
7272  const char* to_string() const;
7273  uint8_t to_number() const;
7274  };
7278  typedef uint8_t number_type;
7279 
7280  const char* to_string() const;
7281  uint8_t to_number() const;
7282  };
7286  typedef uint8_t number_type;
7287 
7288  const char* to_string() const;
7289  uint8_t to_number() const;
7290  };
7293  // member variables
7297  uint8_t freq_domain_position_r13 = 0;
7298  bool dur_r13 = false;
7299  uint16_t srs_cfg_idx_r13 = 0;
7300  uint8_t tx_comb_r13 = 0;
7304  };
7305  using types = setup_e;
7307  // choice methods
7309  void set(types::options e = types::nulltype);
7310  types type() const { return type_; }
7311  SRSASN_CODE pack(bit_ref& bref) const;
7312  SRSASN_CODE unpack(cbit_ref& bref);
7313  void to_json(json_writer& j) const;
7314  bool operator==(const srs_ul_cfg_ded_up_pts_ext_r13_c& other) const;
7315  bool operator!=(const srs_ul_cfg_ded_up_pts_ext_r13_c& other) const { return not(*this == other); }
7316  // getters
7317  setup_s_& setup()
7318  {
7319  assert_choice_type(types::setup, type_, "SoundingRS-UL-ConfigDedicatedUpPTsExt-r13");
7320  return c;
7321  }
7322  const setup_s_& setup() const
7323  {
7324  assert_choice_type(types::setup, type_, "SoundingRS-UL-ConfigDedicatedUpPTsExt-r13");
7325  return c;
7326  }
7327  void set_release();
7328  setup_s_& set_setup();
7329 
7330 private:
7331  types type_;
7332  setup_s_ c;
7333 };
7334 
7335 // UplinkPowerControlDedicated ::= SEQUENCE
7336 struct ul_pwr_ctrl_ded_s {
7337  struct delta_mcs_enabled_opts {
7338  enum options { en0, en1, nulltype } value;
7339  typedef uint8_t number_type;
7341  const char* to_string() const;
7342  uint8_t to_number() const;
7343  };
7346  // member variables
7347  bool filt_coef_present = false;
7348  int8_t p0_ue_pusch = -8;
7350  bool accumulation_enabled = false;
7351  int8_t p0_ue_pucch = -8;
7352  uint8_t psrs_offset = 0;
7354 
7355  // sequence methods
7356  SRSASN_CODE pack(bit_ref& bref) const;
7358  void to_json(json_writer& j) const;
7359 };
7361 // UplinkPowerControlDedicated-v1020 ::= SEQUENCE
7362 struct ul_pwr_ctrl_ded_v1020_s {
7364  bool psrs_offset_ap_r10_present = false;
7366  uint8_t psrs_offset_ap_r10 = 0;
7367 
7368  // sequence methods
7369  SRSASN_CODE pack(bit_ref& bref) const;
7371  void to_json(json_writer& j) const;
7372 };
7374 // UplinkPowerControlDedicated-v1130 ::= SEQUENCE
7375 struct ul_pwr_ctrl_ded_v1130_s {
7376  bool psrs_offset_v1130_present = false;
7377  bool psrs_offset_ap_v1130_present = false;
7379  uint8_t psrs_offset_v1130 = 16;
7380  uint8_t psrs_offset_ap_v1130 = 16;
7382 
7383  // sequence methods
7384  SRSASN_CODE pack(bit_ref& bref) const;
7386  void to_json(json_writer& j) const;
7387  bool operator==(const ul_pwr_ctrl_ded_v1130_s& other) const;
7388  bool operator!=(const ul_pwr_ctrl_ded_v1130_s& other) const { return not(*this == other); }
7389 };
7390 
7391 // UplinkPowerControlDedicated-v1250 ::= SEQUENCE
7392 struct ul_pwr_ctrl_ded_v1250_s {
7393  struct set2_pwr_ctrl_param_c_ {
7394  struct setup_s_ {
7398  int8_t p0_ue_pusch_sf_set2_r12 = -8;
7399  };
7400  using types = setup_e;
7402  // choice methods
7404  void set(types::options e = types::nulltype);
7405  types type() const { return type_; }
7406  SRSASN_CODE pack(bit_ref& bref) const;
7407  SRSASN_CODE unpack(cbit_ref& bref);
7408  void to_json(json_writer& j) const;
7409  bool operator==(const set2_pwr_ctrl_param_c_& other) const;
7410  bool operator!=(const set2_pwr_ctrl_param_c_& other) const { return not(*this == other); }
7411  // getters
7412  setup_s_& setup()
7413  {
7414  assert_choice_type(types::setup, type_, "set2PowerControlParameter");
7415  return c;
7416  }
7417  const setup_s_& setup() const
7418  {
7419  assert_choice_type(types::setup, type_, "set2PowerControlParameter");
7420  return c;
7421  }
7422  void set_release();
7423  setup_s_& set_setup();
7424 
7425  private:
7426  types type_;
7427  setup_s_ c;
7428  };
7429 
7430  // member variables
7432 
7433  // sequence methods
7434  SRSASN_CODE pack(bit_ref& bref) const;
7436  void to_json(json_writer& j) const;
7437  bool operator==(const ul_pwr_ctrl_ded_v1250_s& other) const;
7438  bool operator!=(const ul_pwr_ctrl_ded_v1250_s& other) const { return not(*this == other); }
7439 };
7440 
7441 // UplinkPowerControlDedicated-v1530 ::= SEQUENCE
7442 struct ul_pwr_ctrl_ded_v1530_s {
7443  bool alpha_ue_r15_present = false;
7444  bool p0_ue_pusch_r15_present = false;
7446  int8_t p0_ue_pusch_r15 = -16;
7447 
7448  // sequence methods
7449  SRSASN_CODE pack(bit_ref& bref) const;
7451  void to_json(json_writer& j) const;
7452  bool operator==(const ul_pwr_ctrl_ded_v1530_s& other) const;
7453  bool operator!=(const ul_pwr_ctrl_ded_v1530_s& other) const { return not(*this == other); }
7454 };
7455 
7456 // PhysicalConfigDedicated ::= SEQUENCE
7457 struct phys_cfg_ded_s {
7458  struct ant_info_c_ {
7459  struct types_opts {
7462  const char* to_string() const;
7463  };
7464  typedef enumerated<types_opts> types;
7466  // choice methods
7467  ant_info_c_() = default;
7468  void set(types::options e = types::nulltype);
7469  types type() const { return type_; }
7470  SRSASN_CODE pack(bit_ref& bref) const;
7471  SRSASN_CODE unpack(cbit_ref& bref);
7472  void to_json(json_writer& j) const;
7473  // getters
7475  {
7476  assert_choice_type(types::explicit_value, type_, "antennaInfo");
7477  return c;
7478  }
7479  const ant_info_ded_s& explicit_value() const
7480  {
7481  assert_choice_type(types::explicit_value, type_, "antennaInfo");
7482  return c;
7483  }
7485  void set_default_value();
7486 
7487  private:
7488  types type_;
7489  ant_info_ded_s c;
7490  };
7491  struct ant_info_r10_c_ {
7492  struct types_opts {
7494 
7495  const char* to_string() const;
7496  };
7498 
7499  // choice methods
7500  ant_info_r10_c_() = default;
7501  void set(types::options e = types::nulltype);
7502  types type() const { return type_; }
7503  SRSASN_CODE pack(bit_ref& bref) const;
7504  SRSASN_CODE unpack(cbit_ref& bref);
7505  void to_json(json_writer& j) const;
7506  // getters
7508  {
7509  assert_choice_type(types::explicit_value_r10, type_, "antennaInfo-r10");
7510  return c;
7511  }
7512  const ant_info_ded_r10_s& explicit_value_r10() const
7513  {
7514  assert_choice_type(types::explicit_value_r10, type_, "antennaInfo-r10");
7515  return c;
7516  }
7518  void set_default_value();
7519 
7520  private:
7521  types type_;
7523  };
7525  struct setup_s_ {
7526  uint8_t add_spec_emission_pcell_r10 = 1;
7527  };
7528  using types = setup_e;
7530  // choice methods
7531  add_spec_emission_ca_r10_c_() = default;
7532  void set(types::options e = types::nulltype);
7533  types type() const { return type_; }
7534  SRSASN_CODE pack(bit_ref& bref) const;
7535  SRSASN_CODE unpack(cbit_ref& bref);
7536  void to_json(json_writer& j) const;
7537  // getters
7538  setup_s_& setup()
7539  {
7540  assert_choice_type(types::setup, type_, "additionalSpectrumEmissionCA-r10");
7541  return c;
7542  }
7543  const setup_s_& setup() const
7544  {
7545  assert_choice_type(types::setup, type_, "additionalSpectrumEmissionCA-r10");
7546  return c;
7547  }
7548  void set_release();
7549  setup_s_& set_setup();
7550 
7551  private:
7552  types type_;
7553  setup_s_ c;
7554  };
7555  struct ce_mode_r13_c_ {
7556  struct setup_opts {
7558 
7559  const char* to_string() const;
7560  };
7562  using types = setup_e;
7564  // choice methods
7565  ce_mode_r13_c_() = default;
7566  void set(types::options e = types::nulltype);
7567  types type() const { return type_; }
7568  SRSASN_CODE pack(bit_ref& bref) const;
7570  void to_json(json_writer& j) const;
7571  // getters
7572  setup_e_& setup()
7573  {
7574  assert_choice_type(types::setup, type_, "ce-Mode-r13");
7575  return c;
7576  }
7577  const setup_e_& setup() const
7578  {
7579  assert_choice_type(types::setup, type_, "ce-Mode-r13");
7580  return c;
7581  }
7582  void set_release();
7583  setup_e_& set_setup();
7584 
7585  private:
7586  types type_;
7587  setup_e_ c;
7588  };
7591  using types = setup_e;
7592 
7593  // choice methods
7595  void set(types::options e = types::nulltype);
7596  types type() const { return type_; }
7597  SRSASN_CODE pack(bit_ref& bref) const;
7599  void to_json(json_writer& j) const;
7600  // getters
7601  setup_l_& setup()
7602  {
7603  assert_choice_type(types::setup, type_, "typeA-SRS-TPC-PDCCH-Group-r14");
7604  return c;
7605  }
7606  const setup_l_& setup() const
7607  {
7608  assert_choice_type(types::setup, type_, "typeA-SRS-TPC-PDCCH-Group-r14");
7609  return c;
7610  }
7611  void set_release();
7612  setup_l_& set_setup();
7613 
7614  private:
7615  types type_;
7616  setup_l_ c;
7617  };
7618  struct must_cfg_r14_c_ {
7619  struct setup_s_ {
7620  struct k_max_r14_opts {
7621  enum options { l1, l3, nulltype } value;
7622  typedef uint8_t number_type;
7624  const char* to_string() const;
7625  uint8_t to_number() const;
7626  };
7630  typedef float number_type;
7631 
7632  const char* to_string() const;
7633  float to_number() const;
7634  const char* to_number_string() const;
7635  };
7638  // member variables
7639  bool p_a_must_r14_present = false;
7642  };
7643  using types = setup_e;
7645  // choice methods
7646  must_cfg_r14_c_() = default;
7647  void set(types::options e = types::nulltype);
7648  types type() const { return type_; }
7649  SRSASN_CODE pack(bit_ref& bref) const;
7650  SRSASN_CODE unpack(cbit_ref& bref);
7651  void to_json(json_writer& j) const;
7652  // getters
7653  setup_s_& setup()
7654  {
7655  assert_choice_type(types::setup, type_, "must-Config-r14");
7656  return c;
7657  }
7658  const setup_s_& setup() const
7659  {
7660  assert_choice_type(types::setup, type_, "must-Config-r14");
7661  return c;
7662  }
7663  void set_release();
7664  setup_s_& set_setup();
7665 
7666  private:
7667  types type_;
7668  setup_s_ c;
7669  };
7675  struct setup_c_ {
7676  struct types_opts {
7679  const char* to_string() const;
7680  };
7683  // choice methods
7684  setup_c_() = default;
7685  setup_c_(const setup_c_& other);
7686  setup_c_& operator=(const setup_c_& other);
7687  ~setup_c_() { destroy_(); }
7688  void set(types::options e = types::nulltype);
7689  types type() const { return type_; }
7690  SRSASN_CODE pack(bit_ref& bref) const;
7691  SRSASN_CODE unpack(cbit_ref& bref);
7692  void to_json(json_writer& j) const;
7693  // getters
7695  {
7696  assert_choice_type(types::cfi_cfg_r15, type_, "setup");
7697  return c.get<cfi_cfg_r15_s>();
7698  }
7700  {
7701  assert_choice_type(types::cfi_pattern_cfg_r15, type_, "setup");
7702  return c.get<cfi_pattern_cfg_r15_s>();
7703  }
7704  const cfi_cfg_r15_s& cfi_cfg_r15() const
7705  {
7706  assert_choice_type(types::cfi_cfg_r15, type_, "setup");
7707  return c.get<cfi_cfg_r15_s>();
7708  }
7710  {
7711  assert_choice_type(types::cfi_pattern_cfg_r15, type_, "setup");
7712  return c.get<cfi_pattern_cfg_r15_s>();
7713  }
7716 
7717  private:
7718  types type_;
7720 
7721  void destroy_();
7722  };
7723  using types = setup_e;
7724 
7725  // choice methods
7727  void set(types::options e = types::nulltype);
7728  types type() const { return type_; }
7729  SRSASN_CODE pack(bit_ref& bref) const;
7730  SRSASN_CODE unpack(cbit_ref& bref);
7731  void to_json(json_writer& j) const;
7732  // getters
7733  setup_c_& setup()
7734  {
7735  assert_choice_type(types::setup, type_, "semiStaticCFI-Config-r15");
7736  return c;
7737  }
7738  const setup_c_& setup() const
7739  {
7740  assert_choice_type(types::setup, type_, "semiStaticCFI-Config-r15");
7741  return c;
7742  }
7743  void set_release();
7744  setup_c_& set_setup();
7745 
7746  private:
7747  types type_;
7748  setup_c_ c;
7749  };
7751  struct setup_s_ {
7752  struct max_num_sf_pdsch_repeats_r15_opts {
7753  enum options { n4, n6, nulltype } value;
7754  typedef uint8_t number_type;
7756  const char* to_string() const;
7757  uint8_t to_number() const;
7758  };
7762  typedef uint8_t number_type;
7763 
7764  const char* to_string() const;
7765  uint8_t to_number() const;
7766  };
7770  typedef uint8_t number_type;
7771 
7772  const char* to_string() const;
7773  uint8_t to_number() const;
7774  };
7778  typedef uint8_t number_type;
7779 
7780  const char* to_string() const;
7781  uint8_t to_number() const;
7782  };
7786  typedef uint8_t number_type;
7787 
7788  const char* to_string() const;
7789  uint8_t to_number() const;
7790  };
7794  typedef uint8_t number_type;
7795 
7796  const char* to_string() const;
7797  uint8_t to_number() const;
7798  };
7802  // member variables
7805  bool rv_sf_pdsch_repeats_r15_present = false;
7821  };
7822  using types = setup_e;
7824  // choice methods
7826  void set(types::options e = types::nulltype);
7827  types type() const { return type_; }
7828  SRSASN_CODE pack(bit_ref& bref) const;
7829  SRSASN_CODE unpack(cbit_ref& bref);
7830  void to_json(json_writer& j) const;
7831  // getters
7832  setup_s_& setup()
7833  {
7834  assert_choice_type(types::setup, type_, "blindPDSCH-Repetition-Config-r15");
7835  return c;
7836  }
7837  const setup_s_& setup() const
7838  {
7839  assert_choice_type(types::setup, type_, "blindPDSCH-Repetition-Config-r15");
7840  return c;
7841  }
7842  void set_release();
7843  setup_s_& set_setup();
7844 
7845  private:
7846  types type_;
7847  setup_s_ c;
7848  };
7849 
7850  // member variables
7851  bool ext = false;
7852  bool pdsch_cfg_ded_present = false;
7853  bool pucch_cfg_ded_present = false;
7856  bool tpc_pdcch_cfg_pucch_present = false;
7857  bool tpc_pdcch_cfg_pusch_present = false;
7858  bool cqi_report_cfg_present = false;
7860  bool ant_info_present = false;
7872  // ...
7873  // group 0
7876  // group 1
7880  bool cif_presence_r10 = false;
7889  // group 2
7891  // group 3
7902  // group 4
7911  // group 5
7913  // group 6
7927  // group 7
7929  // group 8
7946  bool semi_open_loop_r14 = false;
7947  // group 9
7949  // group 10
7959  // group 11
7962  // sequence methods
7963  SRSASN_CODE pack(bit_ref& bref) const;
7965  void to_json(json_writer& j) const;
7966 };
7967 
7968 } // namespace rrc
7969 } // namespace asn1
7970 
7971 #endif // SRSASN1_RRC_PHYCFG_H
asn1::rrc::csi_process_r11_s::operator!=
bool operator!=(const csi_process_r11_s &other) const
Definition: phy_ded.h:1461
asn1::rrc::enable256_qam_r14_c::setup_c_::tpc_sf_set_cfgured_r14_s_::sf_set1_dci_format0_r14
bool sf_set1_dci_format0_r14
Definition: phy_ded.h:2907
asn1::rrc::cqi_report_cfg_v1320_s
Definition: phy_ded.h:2441
asn1::rrc::phys_cfg_ded_s::semi_static_cfi_cfg_r15_c_::c
setup_c_ c
Definition: phy_ded.h:7756
asn1::rrc::spdcch_elems_r15_c::setup_s_::sf_type_r15_opts::value
enum asn1::rrc::spdcch_elems_r15_c::setup_s_::sf_type_r15_opts::options value
asn1::rrc::cqi_report_periodic_v1130_s::cqi_report_periodic_proc_ext_to_release_list_r11_present
bool cqi_report_periodic_proc_ext_to_release_list_r11_present
Definition: phy_ded.h:2005
asn1::rrc::csi_rs_cfg_emimo_v1480_c::setup_c_::set_bf_v1480
csi_rs_cfg_bf_v1430_s & set_bf_v1480()
Definition: phy_ded.cc:2562
asn1::rrc::slot_or_subslot_pusch_cfg_r15_c::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:11239
asn1::rrc::phys_cfg_ded_stti_r15_c::setup_s_::slot_or_subslot_pdsch_cfg_r15
slot_or_subslot_pdsch_cfg_r15_c slot_or_subslot_pdsch_cfg_r15
Definition: phy_ded.h:6701
asn1::rrc::pucch_cfg_ded_s::tdd_ack_nack_feedback_mode_opts::nulltype
@ nulltype
Definition: phy_ded.h:5485
asn1::rrc::csi_rs_cfg_nzp_r11_s::mbsfn_sf_cfg_list_v1430_c_::set
void set(types::options e=types::nulltype)
Definition: phy_ded.cc:612
asn1::rrc::slot_or_subslot_pusch_cfg_r15_c::setup_s_::beta_offset_slot_ack_idx_r15
uint8_t beta_offset_slot_ack_idx_r15
Definition: phy_ded.h:4489
asn1::rrc::pucch_cfg_ded_r13_s::pucch_num_repeat_ce_r13_c_::setup_c_::mode_a_s_::pucch_num_repeat_ce_format1_r13_e_
enumerated< pucch_num_repeat_ce_format1_r13_opts > pucch_num_repeat_ce_format1_r13_e_
Definition: phy_ded.h:5817
asn1::rrc::csi_rs_cfg_non_precoded_r13_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:1355
asn1::rrc::ant_info_ded_stti_r15_c::setup_s_::max_layers_mimo_stti_r15_opts::value
enum asn1::rrc::ant_info_ded_stti_r15_c::setup_s_::max_layers_mimo_stti_r15_opts::options value
asn1::rrc::cqi_report_cfg_v1250_s::csi_sf_pattern_cfg_r12_present
bool csi_sf_pattern_cfg_r12_present
Definition: phy_ded.h:2406
asn1::rrc::pdcch_candidate_reductions_r13_c::set_release
void set_release()
Definition: phy_ded.cc:12959
asn1::rrc::sched_request_cfg_c::type_
types type_
Definition: phy_ded.h:6865
asn1::rrc::phys_cfg_ded_stti_r15_c::setup_s_::short_processing_time_r15
bool short_processing_time_r15
Definition: phy_ded.h:6706
asn1::rrc::cqi_report_cfg_v1530_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:12592
asn1::rrc::tdd_pusch_up_pts_r14_c::setup_s_::sym_pusch_up_pts_r14_opts::options
options
Definition: phy_ded.h:4536
asn1::rrc::cqi_report_periodic_r10_c::setup_s_::cqi_format_ind_periodic_r10_c_::operator=
cqi_format_ind_periodic_r10_c_ & operator=(const cqi_format_ind_periodic_r10_c_ &other)
Definition: phy_ded.cc:4979
asn1::rrc::csi_rs_cfg_nzp_emimo_v1430_s::nzp_res_cfg_list_ext_r14
nzp_res_cfg_list_ext_r14_l_ nzp_res_cfg_list_ext_r14
Definition: phy_ded.h:429
asn1::rrc::pucch_cfg_ded_r13_s::pucch_num_repeat_ce_r13_c_::setup_c_::mode_b_s_::pucch_num_repeat_ce_format1_r13_opts::r4
@ r4
Definition: phy_ded.h:5833
asn1::rrc::tdd_pusch_up_pts_r14_c::tdd_pusch_up_pts_r14_c
tdd_pusch_up_pts_r14_c()=default
asn1::rrc::cqi_report_both_r11_s
Definition: phy_ded.h:1794
asn1::rrc::phys_cfg_ded_s::pusch_cfg_ded_v1130
copy_ptr< pusch_cfg_ded_v1130_s > pusch_cfg_ded_v1130
Definition: phy_ded.h:7908
asn1::rrc::srs_tpc_pdcch_cfg_r14_c::set
void set(types::options e=types::nulltype)
Definition: phy_ded.cc:16855
asn1::rrc::srs_cfg_ap_r13_s::srs_bw_ap_r13_opts::number_type
uint8_t number_type
Definition: phy_ded.h:4255
asn1::rrc::ant_info_ded_r10_s::tx_mode_r10_opts::tm7
@ tm7
Definition: phy_ded.h:4783
asn1::rrc::cqi_report_cfg_v1530_s::operator!=
bool operator!=(const cqi_report_cfg_v1530_s &other) const
Definition: phy_ded.h:5111
asn1::rrc::cqi_report_aperiodic_hybrid_r14_s::triggers_r14_c_::types_opts::nulltype
@ nulltype
Definition: phy_ded.h:1719
asn1::rrc::csi_rs_cfg_nzp_v1430_s::operator==
bool operator==(const csi_rs_cfg_nzp_v1430_s &other) const
Definition: phy_ded.cc:304
asn1::rrc::pucch_format3_conf_r13_s::two_ant_port_activ_pucch_format3_r13_c_::setup_s_::n3_pucch_an_list_p1_r13_l_
bounded_array< uint16_t, 4 > n3_pucch_an_list_p1_r13_l_
Definition: phy_ded.h:4055
asn1::rrc::ant_info_ded_stti_r15_c::setup_s_::max_layers_mimo_stti_r15_present
bool max_layers_mimo_stti_r15_present
Definition: phy_ded.h:3452
asn1::rrc::csi_rs_cfg_nzp_emimo_v1430_s::operator!=
bool operator!=(const csi_rs_cfg_nzp_emimo_v1430_s &other) const
Definition: phy_ded.h:436
asn1::rrc::csi_rs_cfg_emimo_v1430_c::setup_c_::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:2389
asn1::rrc::phys_cfg_ded_s::blind_pdsch_repeat_cfg_r15_c_::setup_s_::mcs_restrict_slot_subslot_pdsch_repeats_r15_opts::n0
@ n0
Definition: phy_ded.h:7801
asn1::rrc::enable256_qam_r14_c::setup_c_::set_tpc_sf_set_cfgured_r14
tpc_sf_set_cfgured_r14_s_ & set_tpc_sf_set_cfgured_r14()
Definition: phy_ded.cc:7696
asn1::rrc::srs_ul_cfg_ded_up_pts_ext_r13_c::srs_ul_cfg_ded_up_pts_ext_r13_c
srs_ul_cfg_ded_up_pts_ext_r13_c()=default
asn1::rrc::p_c_and_cbsr_r15_s::operator==
bool operator==(const p_c_and_cbsr_r15_s &other) const
Definition: phy_ded.cc:780
asn1::rrc::ul_pwr_ctrl_ded_v1250_s::set2_pwr_ctrl_param_c_::type_
types type_
Definition: phy_ded.h:7434
asn1::rrc::pucch_cfg_ded_r13_s::pucch_format_r13_c_::ch_sel_r13_s_::n1_pucch_an_cs_r13_c_::operator!=
bool operator!=(const n1_pucch_an_cs_r13_c_ &other) const
Definition: phy_ded.h:5620
asn1::rrc::pusch_cfg_ded_v1020_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:15684
asn1::rrc::srs_cfg_ap_r13_s::cyclic_shift_ap_r13_opts::cs6
@ cs6
Definition: phy_ded.h:4262
asn1::rrc::pusch_cfg_ded_v1250_s::uci_on_pusch_c_::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:15877
asn1::rrc::pucch_cfg_ded_v1430_s::pucch_num_repeat_ce_format1_r14_opts::nulltype
@ nulltype
Definition: phy_ded.h:6198
asn1::rrc::ul_pwr_ctrl_ded_s::delta_mcs_enabled_opts::en1
@ en1
Definition: phy_ded.h:7346
asn1::rrc::ant_info_ded_r10_s::ue_tx_ant_sel_c_::setup
setup_e_ & setup()
Definition: phy_ded.h:4820
asn1::rrc::pusch_cfg_ded_r13_s::pusch_dmrs_r11_c_::c
setup_s_ c
Definition: phy_ded.h:6269
asn1::rrc::pusch_cfg_ded_r13_s::operator==
bool operator==(const pusch_cfg_ded_r13_s &other) const
Definition: phy_ded.cc:15433
asn1::rrc::ant_info_ul_r10_s::tx_mode_ul_r10_opts::spare6
@ spare6
Definition: phy_ded.h:5018
asn1::rrc::ant_info_ded_stti_r15_c::setup_s_::codebook_subset_restrict_c_::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:8853
asn1::rrc::srs_ul_cfg_ded_aperiodic_up_pts_ext_r13_c::c
setup_s_ c
Definition: phy_ded.h:7254
asn1::rrc::spdcch_cfg_r15_c::setup_s_::spdcch_l1_reuse_ind_r15_opts::to_number
uint8_t to_number() const
Definition: phy_ded.cc:10388
asn1::rrc::pdsch_re_map_qcl_cfg_r11_s::optional_set_of_fields_r11_present
bool optional_set_of_fields_r11_present
Definition: phy_ded.h:3151
asn1::rrc::cqi_report_cfg_v1250_s::alt_cqi_table_r12_opts::spare1
@ spare1
Definition: phy_ded.h:2397
asn1::rrc::cfi_cfg_r15_s::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:12445
asn1::rrc::cqi_report_cfg_v1250_s::alt_cqi_table_r12_opts::value
enum asn1::rrc::cqi_report_cfg_v1250_s::alt_cqi_table_r12_opts::options value
asn1::rrc::ant_info_ded_r10_s::ue_tx_ant_sel_c_::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:11963
asn1::rrc::srs_ul_cfg_ded_v1310_c::setup_s_::tx_comb_num_r13_opts::value
enum asn1::rrc::srs_ul_cfg_ded_v1310_c::setup_s_::tx_comb_num_r13_opts::options value
asn1::rrc::srs_cfg_ap_r10_s::cyclic_shift_ap_r10_opts::nulltype
@ nulltype
Definition: phy_ded.h:4228
asn1::rrc::ant_info_ul_stti_r15_s::operator!=
bool operator!=(const ant_info_ul_stti_r15_s &other) const
Definition: phy_ded.h:3510
asn1::rrc::srs_ul_cfg_ded_v1310_c::set_release
void set_release()
Definition: phy_ded.cc:17209
asn1::rrc::ul_pwr_ctrl_ded_v1250_s::set2_pwr_ctrl_param_c_::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:18283
asn1::rrc::pusch_cfg_ded_r13_s::uci_on_pusch_c_::setup_s_
Definition: phy_ded.h:6272
asn1::rrc::srs_ul_cfg_ded_up_pts_ext_r13_c::setup_s_::srs_bw_r13_opts::bw1
@ bw1
Definition: phy_ded.h:7269
asn1::rrc::pdsch_re_map_qcl_cfg_r11_s::optional_set_of_fields_r11_s_::crs_ports_count_r11_opts::n2
@ n2
Definition: phy_ded.h:2999
asn1::rrc::cqi_report_periodic_proc_ext_r11_s::cqi_format_ind_periodic_r11_c_::types_opts::value
enum asn1::rrc::cqi_report_periodic_proc_ext_r11_s::cqi_format_ind_periodic_r11_c_::types_opts::options value
asn1::rrc::cqi_report_periodic_proc_ext_r11_s::cqi_format_ind_periodic_r11_c_::~cqi_format_ind_periodic_r11_c_
~cqi_format_ind_periodic_r11_c_()
Definition: phy_ded.h:1153
asn1::rrc::csi_rs_cfg_emimo_v1530_c::operator!=
bool operator!=(const csi_rs_cfg_emimo_v1530_c &other) const
Definition: phy_ded.h:1088
asn1::rrc::pusch_cfg_ded_v1130_s::pusch_dmrs_r11_c_::operator==
bool operator==(const pusch_dmrs_r11_c_ &other) const
Definition: phy_ded.cc:15808
asn1::rrc::pdsch_re_map_qcl_cfg_r11_s::mbsfn_sf_cfg_list_v1430
copy_ptr< mbsfn_sf_cfg_list_v1430_c_ > mbsfn_sf_cfg_list_v1430
Definition: phy_ded.h:3159
asn1::rrc::slot_or_subslot_pdsch_cfg_r15_c::setup_s_::alt_cqi_table1024_qam_stti_r15_opts::to_number
uint8_t to_number() const
Definition: phy_ded.cc:11085
asn1::rrc::enable256_qam_r14_c::setup_c_::tpc_sf_set_cfgured_r14_s_::sf_set2_dci_format4_r14
bool sf_set2_dci_format4_r14
Definition: phy_ded.h:2910
asn1::rrc::cqi_report_periodic_v1130_s::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:5258
asn1::rrc::csi_rs_cfg_nzp_r11_s::qcl_crs_info_r11_s_::mbsfn_sf_cfg_list_r11_c_::type_
types type_
Definition: phy_ded.h:233
asn1::rrc::cqi_report_aperiodic_r10_c::cqi_report_aperiodic_r10_c
cqi_report_aperiodic_r10_c()=default
asn1::rrc::csi_rs_cfg_r15_c::setup_s_::csi_rs_cfg_v1310
csi_rs_cfg_v1310_s csi_rs_cfg_v1310
Definition: phy_ded.h:3656
asn1::rrc::srs_ul_cfg_ded_up_pts_ext_r13_c::setup_s_::srs_hop_bw_r13_opts::hbw1
@ hbw1
Definition: phy_ded.h:7277
asn1::rrc::delta_tx_d_offset_list_pucch_r10_s::delta_tx_d_offset_pucch_format22a2b_r10_opts::db0
@ db0
Definition: phy_ded.h:3801
asn1::rrc::spdcch_elems_r15_c::setup_s_::rate_matching_mode_r15_opts::options
options
Definition: phy_ded.h:2084
asn1::rrc::pusch_cfg_ded_v1130_s::operator!=
bool operator!=(const pusch_cfg_ded_v1130_s &other) const
Definition: phy_ded.h:6409
asn1::rrc::pusch_cfg_ded_v1430_s::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:15967
asn1::rrc::pucch_cfg_ded_r13_s::pucch_num_repeat_ce_r13_c_::setup_c_::types
enumerated< types_opts > types
Definition: phy_ded.h:5858
asn1::rrc::pucch_cfg_ded_r13_s::pucch_format_r13_c_::operator=
pucch_format_r13_c_ & operator=(const pucch_format_r13_c_ &other)
Definition: phy_ded.cc:13845
asn1::rrc::csi_rs_cfg_bf_v1430_s::csi_rs_cfg_nzp_ap_list_r14
csi_rs_cfg_nzp_ap_list_r14_l_ csi_rs_cfg_nzp_ap_list_r14
Definition: phy_ded.h:487
asn1::rrc::cqi_report_both_v1250_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:4696
asn1::rrc::cqi_report_aperiodic_v1310_c::setup_s_::aperiodic_csi_trigger2_r13_c_::setup_s_
Definition: phy_ded.h:1624
asn1::rrc::csi_rs_cfg_emimo_hybrid_r14_c::types
setup_e types
Definition: phy_ded.h:778
asn1::rrc::pucch_cfg_ded_r13_s::nka_pucch_param_r13_c_::nka_pucch_param_r13_c_
nka_pucch_param_r13_c_()=default
asn1::rrc::srs_cfg_ap_v1310_s::tx_comb_num_r13_opts::to_string
const char * to_string() const
Definition: phy_ded.cc:10726
asn1::rrc::srs_cfg_ap_r13_s::tx_comb_num_r13_opts::nulltype
@ nulltype
Definition: phy_ded.h:4270
asn1::rrc::csi_im_cfg_r11_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:3175
asn1::rrc::pdsch_re_map_qcl_cfg_r11_s::codeword_one_cfg_v1530_c_::setup_s_::pdsch_start_v1530_opts::n4
@ n4
Definition: phy_ded.h:3099
asn1::rrc::csi_rs_cfg_emimo2_r14_c::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:1288
asn1::rrc::srs_ul_cfg_ded_aperiodic_up_pts_ext_r13_c::setup_s_::srs_cfg_ap_dci_format4_r13
srs_cfg_ap_dci_format4_r13_l_ srs_cfg_ap_dci_format4_r13
Definition: phy_ded.h:7224
asn1::rrc::pucch_cfg_ded_r13_s::pucch_num_repeat_ce_r13_c_::setup_c_::mode_a_s_
Definition: phy_ded.h:5809
asn1::rrc::epdcch_set_cfg_r11_s::num_prb_pairs_v1310_c_::set_setup
void set_setup()
Definition: phy_ded.cc:7262
asn1::rrc::phys_cfg_ded_stti_r15_c::setup_s_::ant_info_ul_stti_r15
ant_info_ul_stti_r15_s ant_info_ul_stti_r15
Definition: phy_ded.h:6687
asn1::rrc::pdsch_re_map_qcl_cfg_r11_s::ext
bool ext
Definition: phy_ded.h:3150
asn1::rrc::phys_cfg_ded_s::blind_pdsch_repeat_cfg_r15_c_::setup_s_::rv_sf_pdsch_repeats_r15_opts::options
options
Definition: phy_ded.h:7777
asn1::rrc::pusch_cfg_ded_r13_s::uci_on_pusch_c_::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:15576
asn1::rrc::pucch_cfg_ded_s::ack_nack_repeat_c_::setup
setup_s_ & setup()
Definition: phy_ded.h:5467
asn1::rrc::pdcch_candidate_reductions_r13_c
Definition: phy_ded.h:5253
asn1::rrc::short_tti_r15_s::dl_stti_len_r15_present
bool dl_stti_len_r15_present
Definition: phy_ded.h:4386
asn1::rrc::phys_cfg_ded_s::must_cfg_r14_c_::setup_s_::k_max_r14_opts::number_type
uint8_t number_type
Definition: phy_ded.h:7630
asn1::rrc::pusch_cfg_ded_r13_s::pusch_dmrs_r11_c_
Definition: phy_ded.h:6237
asn1::rrc::cqi_report_aperiodic_v1310_c::setup_s_::aperiodic_csi_trigger2_r13_c_::aperiodic_csi_trigger2_r13_c_
aperiodic_csi_trigger2_r13_c_()=default
asn1::rrc::cqi_report_periodic_v1130_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:5242
asn1::rrc::sched_request_cfg_v1530_c::setup_s_::dssr_trans_max_r15_opts::spare2
@ spare2
Definition: phy_ded.h:4333
asn1::rrc::csi_rs_cfg_nzp_r11_s::ant_ports_count_r11_opts::an2
@ an2
Definition: phy_ded.h:187
asn1::rrc::pucch_cfg_ded_v1130_s::n1_pucch_an_cs_v1130_c_::type
types type() const
Definition: phy_ded.h:6085
asn1::rrc::pucch_cfg_ded_v1530_s::n1_pucch_an_spt_r15_present
bool n1_pucch_an_spt_r15_present
Definition: phy_ded.h:4037
asn1::rrc::phys_cfg_ded_s::must_cfg_r14_c_::setup_s_::p_a_must_r14_opts::to_string
const char * to_string() const
Definition: phy_ded.cc:20136
asn1::rrc::csi_process_r11_s::fe_comp_csi_enabled_v1530_present
bool fe_comp_csi_enabled_v1530_present
Definition: phy_ded.h:1452
asn1::rrc::format5_res_r13_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:10069
asn1::rrc::cqi_report_periodic_proc_ext_r11_s::csi_cfg_idx_r11_c_::operator!=
bool operator!=(const csi_cfg_idx_r11_c_ &other) const
Definition: phy_ded.h:1207
asn1::rrc::pdsch_cfg_ded_v1430_s::ce_pdsch_max_bw_r14_opts::number_type
uint8_t number_type
Definition: phy_ded.h:5381
asn1::rrc::csi_rs_cfg_emimo_hybrid_r14_c::type_
types type_
Definition: phy_ded.h:804
asn1::rrc::csi_rs_cfg_v1250_s::ds_zero_tx_pwr_csi_rs_r12_c_::set_release
void set_release()
Definition: phy_ded.cc:6740
asn1::rrc::nzp_res_cfg_r13_s
Definition: phy_ded.h:307
asn1::rrc::pusch_cfg_ded_s
Definition: phy_ded.h:6217
asn1::rrc::pusch_enhance_cfg_r14_c::setup_s_::interv_ul_hop_pusch_enh_r14_c_::interv_fdd_pusch_enh_r14_opts::int4
@ int4
Definition: phy_ded.h:6567
asn1::rrc::srs_ul_cfg_ded_aperiodic_r10_c::setup_s_::srs_activ_ap_r10_c_::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:17443
asn1::rrc::pucch_cfg_ded_r13_s::pucch_num_repeat_ce_r13_c_::setup_c_::mode_b_s_::pucch_num_repeat_ce_format2_r13_opts::r4
@ r4
Definition: phy_ded.h:5841
asn1::rrc::cqi_report_periodic_r10_c::setup_s_::ri_cfg_idx
uint16_t ri_cfg_idx
Definition: phy_ded.h:1968
asn1::rrc::csi_rs_cfg_zp_ap_list_r14_c::setup_l_
dyn_array< csi_rs_cfg_zp_r11_s > setup_l_
Definition: phy_ded.h:3697
asn1::rrc::csi_process_r11_s::cqi_report_both_proc_r11_present
bool cqi_report_both_proc_r11_present
Definition: phy_ded.h:1425
asn1::rrc::cfi_cfg_r15_s::cfi_slot_subslot_mbsfn_r15_present
bool cfi_slot_subslot_mbsfn_r15_present
Definition: phy_ded.h:5044
asn1::rrc::pdsch_cfg_ded_v1280_s::tbs_idx_alt_r12_opts::to_number
uint8_t to_number() const
Definition: phy_ded.cc:13209
asn1::rrc::cqi_report_both_v1250_s::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:4724
asn1::rrc::srs_ul_cfg_ded_up_pts_ext_r13_c::type_
types type_
Definition: phy_ded.h:7339
asn1::rrc::tpc_pdcch_cfg_c::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:8352
asn1::rrc::pucch_cfg_ded_r13_s::npucch_param_r13_c_::set
void set(types::options e=types::nulltype)
Definition: phy_ded.cc:14259
asn1::rrc::delta_tx_d_offset_list_pucch_r10_s::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:9687
asn1::rrc::pdsch_re_map_qcl_cfg_r11_s::codeword_one_cfg_v1530_c_::setup_s_::pdsch_start_v1530_opts::n1
@ n1
Definition: phy_ded.h:3099
asn1::rrc::srs_tpc_pdcch_cfg_r14_c::operator==
bool operator==(const srs_tpc_pdcch_cfg_r14_c &other) const
Definition: phy_ded.cc:16938
asn1::rrc::tpc_pdcch_cfg_c::set_setup
setup_s_ & set_setup()
Definition: phy_ded.cc:8328
asn1::rrc::cqi_report_periodic_r10_c::setup_s_::cqi_format_ind_periodic_r10_c_::wideband_cqi_r10
wideband_cqi_r10_s_ & wideband_cqi_r10()
Definition: phy_ded.h:1894
asn1::rrc::epdcch_set_cfg_r11_s::res_block_assign_r11_s_::num_prb_pairs_r11_opts::to_number
uint8_t to_number() const
Definition: phy_ded.cc:7184
asn1::rrc::format4_res_r13_s
Definition: phy_ded.h:3989
asn1::rrc::ant_info_ded_stti_r15_c::setup_s_::codebook_subset_restrict_c_::types_opts::n4_tx_ant_tm6_r15
@ n4_tx_ant_tm6_r15
Definition: phy_ded.h:3263
asn1::rrc::enable256_qam_r14_c::c
setup_c_ c
Definition: phy_ded.h:2992
asn1::rrc::csi_rs_cfg_bf_v1430_s::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:1229
asn1::rrc::cqi_report_aperiodic_hybrid_r14_s::triggers_r14_c_::set_three_bit_r14
three_bit_r14_s_ & set_three_bit_r14()
Definition: phy_ded.cc:4479
asn1::rrc::cqi_report_aperiodic_v1250_c::setup
setup_s_ & setup()
Definition: phy_ded.h:1594
asn1::rrc::ant_info_ded_stti_r15_c::c
setup_s_ c
Definition: phy_ded.h:3487
asn1::rrc::nzp_freq_density_r14_opts::d3
@ d3
Definition: phy_ded.h:62
asn1::rrc::ant_info_ded_stti_r15_c::setup_s_::tx_mode_dl_mbsfn_r15_opts::to_string
const char * to_string() const
Definition: phy_ded.cc:8516
asn1::rrc::cqi_report_periodic_r10_c::setup_s_::cqi_format_ind_periodic_r10_c_::set_subband_cqi_r10
subband_cqi_r10_s_ & set_subband_cqi_r10()
Definition: phy_ded.cc:5008
asn1::rrc::srs_cfg_ap_v1310_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:10655
asn1::rrc::cqi_report_periodic_proc_ext_r11_s::cqi_format_ind_periodic_r11_c_::wideband_cqi_r11_s_::csi_report_mode_r11_opts::to_string
const char * to_string() const
Definition: phy_ded.cc:3018
asn1::rrc::epdcch_cfg_r11_s::cfg_r11_c_::setup_s_::sf_pattern_cfg_r11_c_::set_setup
setup_s_ & set_setup()
Definition: phy_ded.cc:12894
asn1::rrc::pucch_cfg_ded_v1020_s::pucch_format_r10_c_::pucch_format_r10_c_
pucch_format_r10_c_()=default
asn1::rrc::pusch_cfg_ded_v1530_s::ce_pusch_sub_prb_cfg_r15
ce_pusch_sub_prb_cfg_r15_c_ ce_pusch_sub_prb_cfg_r15
Definition: phy_ded.h:6554
asn1::rrc::format4_res_r13_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:10042
asn1::rrc::csi_rs_cfg_nzp_emimo_r13_c::setup_s_::cdm_type_r13_opts::value
enum asn1::rrc::csi_rs_cfg_nzp_emimo_r13_c::setup_s_::cdm_type_r13_opts::options value
asn1::rrc::delta_tx_d_offset_list_spucch_r15_s::delta_tx_d_offset_spucch_format1b_r15_opts::options
options
Definition: phy_ded.h:2647
asn1::rrc::csi_rs_cfg_emimo2_r14_c
Definition: phy_ded.h:500
asn1::rrc::csi_rs_cfg_non_precoded_r13_s::codebook_over_sampling_rate_cfg_o1_r13_present
bool codebook_over_sampling_rate_cfg_o1_r13_present
Definition: phy_ded.h:569
asn1::rrc::srs_ul_cfg_ded_aperiodic_up_pts_ext_r13_c::setup_s_::srs_activ_ap_r13_c_::srs_activ_ap_r13_c_
srs_activ_ap_r13_c_()=default
asn1::rrc::spdcch_elems_r15_c::setup_s_::spdcch_set_ref_sig_r15_opts::value
enum asn1::rrc::spdcch_elems_r15_c::setup_s_::spdcch_set_ref_sig_r15_opts::options value
asn1::rrc::csi_rs_cfg_non_precoded_r13_s::codebook_over_sampling_rate_cfg_o2_r13_opts
Definition: phy_ded.h:557
asn1::rrc::srs_cfg_ap_r13_s::srs_bw_ap_r13_opts::nulltype
@ nulltype
Definition: phy_ded.h:4254
asn1::rrc::epdcch_set_cfg_r11_s::mpdcch_cfg_r13_c_::setup_s_::mpdcch_start_sf_uess_r13_c_::types
enumerated< types_opts > types
Definition: phy_ded.h:2789
asn1::rrc::srs_cfg_ap_r10_s::srs_bw_ap_r10_opts::bw0
@ bw0
Definition: phy_ded.h:4220
asn1::rrc::ant_info_ded_v1530_c::setup_c_::types_opts::nulltype
@ nulltype
Definition: phy_ded.h:4890
asn1::rrc::pucch_format3_conf_r13_s::two_ant_port_activ_pucch_format3_r13_c_::c
setup_s_ c
Definition: phy_ded.h:4087
asn1::rrc::phys_cfg_ded_s::blind_pdsch_repeat_cfg_r15_c_::setup_s_
Definition: phy_ded.h:7759
asn1::rrc::ant_info_ded_stti_r15_c::ant_info_ded_stti_r15_c
ant_info_ded_stti_r15_c()=default
asn1::rrc::csi_rs_cfg_v1250_s::ds_zero_tx_pwr_csi_rs_r12_c_::set_setup
setup_s_ & set_setup()
Definition: phy_ded.cc:6745
asn1::rrc::csi_rs_cfg_non_precoded_v1480_s::codebook_cfg_n1_v1480_opts::nulltype
@ nulltype
Definition: phy_ded.h:627
asn1::rrc::phys_cfg_ded_s::must_cfg_r14_c_::setup_s_::p_a_must_r14_opts::nulltype
@ nulltype
Definition: phy_ded.h:7637
asn1::rrc::pucch_cfg_ded_v1020_s::pucch_format_r10_c_::types_opts::value
enum asn1::rrc::pucch_cfg_ded_v1020_s::pucch_format_r10_c_::types_opts::options value
asn1::rrc::cqi_report_cfg_v1130_s::cqi_report_both_r11
cqi_report_both_r11_s cqi_report_both_r11
Definition: phy_ded.h:2351
asn1::rrc::pdsch_re_map_qcl_cfg_r11_s::codeword_one_cfg_v1530_c_::setup_s_::pdsch_start_v1530_e_
enumerated< pdsch_start_v1530_opts > pdsch_start_v1530_e_
Definition: phy_ded.h:3105
asn1::rrc::srs_ul_cfg_ded_aperiodic_r10_c::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:17343
asn1::rrc::ant_info_ded_s::ue_tx_ant_sel_c_::setup_opts::options
options
Definition: phy_ded.h:4728
asn1::rrc::csi_rs_cfg_r15_c::setup_s_::csi_rs_cfg_v1250_present
bool csi_rs_cfg_v1250_present
Definition: phy_ded.h:3651
asn1::rrc::pucch_cfg_ded_r13_s::pucch_num_repeat_ce_r13_c_::setup_c_::mode_a_s_::pucch_num_repeat_ce_format2_r13_opts::nulltype
@ nulltype
Definition: phy_ded.h:5819
asn1::rrc::short_tti_r15_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:10889
asn1::rrc::ant_info_ul_r10_s::operator!=
bool operator!=(const ant_info_ul_r10_s &other) const
Definition: phy_ded.h:5036
asn1::rrc::cqi_report_aperiodic_v1250_c::set_release
void set_release()
Definition: phy_ded.cc:4044
asn1::rrc::cqi_report_aperiodic_v1310_c::setup_s_::aperiodic_csi_trigger2_r13_c_::setup_s_::trigger3_sf_set_ind_r13
fixed_bitstring< 32 > trigger3_sf_set_ind_r13
Definition: phy_ded.h:1627
asn1::rrc::pdsch_cfg_ded_v1530_s::alt_mcs_table_scaling_cfg_r15_e_
enumerated< alt_mcs_table_scaling_cfg_r15_opts > alt_mcs_table_scaling_cfg_r15_e_
Definition: phy_ded.h:5421
asn1::rrc::csi_process_r11_s::csi_im_cfg_id_list_r12_c_::set_setup
setup_l_ & set_setup()
Definition: phy_ded.cc:3639
asn1::rrc::pdsch_cfg_ded_s::p_a_opts::nulltype
@ nulltype
Definition: phy_ded.h:5294
asn1::rrc::ant_info_ded_r10_s::ue_tx_ant_sel_c_::setup_e_
enumerated< setup_opts > setup_e_
Definition: phy_ded.h:4807
asn1::rrc::ant_info_ded_stti_r15_c::setup_s_::tx_mode_dl_mbsfn_r15_present
bool tx_mode_dl_mbsfn_r15_present
Definition: phy_ded.h:3449
asn1::rrc::ul_pwr_ctrl_ded_v1130_s
Definition: phy_ded.h:7383
asn1::rrc::csi_rs_cfg_emimo_v1480_c::setup_c_::types_opts::value
enum asn1::rrc::csi_rs_cfg_emimo_v1480_c::setup_c_::types_opts::options value
asn1::rrc::nzp_freq_density_r14_opts::to_string
const char * to_string() const
Definition: phy_ded.cc:33
asn1::rrc::epdcch_set_cfg_r11_s::mpdcch_cfg_r13_c_::setup_s_::mpdcch_start_sf_uess_r13_c_::operator==
bool operator==(const mpdcch_start_sf_uess_r13_c_ &other) const
Definition: phy_ded.cc:7498
asn1::rrc::phys_cfg_ded_s::ant_info_c_::set_explicit_value
ant_info_ded_s & set_explicit_value()
Definition: phy_ded.cc:19739
asn1::rrc::pdcch_candidate_reductions_r13_c::set_setup
setup_s_ & set_setup()
Definition: phy_ded.cc:12963
asn1::rrc::phys_cfg_ded_s::ant_info_c_
Definition: phy_ded.h:7466
asn1::rrc::srs_ul_cfg_ded_aperiodic_up_pts_ext_r13_c::setup_s_::srs_up_pts_add_r13_opts::value
enum asn1::rrc::srs_ul_cfg_ded_aperiodic_up_pts_ext_r13_c::setup_s_::srs_up_pts_add_r13_opts::options value
asn1::rrc::ant_info_ded_v1530_c::setup_c_::set_ue_tx_ant_sel_srs_minus1_t4_r_cfg_r15
void set_ue_tx_ant_sel_srs_minus1_t4_r_cfg_r15()
Definition: phy_ded.cc:12118
asn1::rrc::pucch_cfg_ded_r13_s::tdd_ack_nack_feedback_mode_r13
tdd_ack_nack_feedback_mode_r13_e_ tdd_ack_nack_feedback_mode_r13
Definition: phy_ded.h:5944
asn1::rrc::pusch_enhance_cfg_r14_c::setup_s_::interv_ul_hop_pusch_enh_r14_c_::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:16330
asn1::rrc::slot_or_subslot_pusch_cfg_r15_c::setup_s_::beta_offset_subslot_ack_idx_r15_l_
bounded_array< uint8_t, 2 > beta_offset_subslot_ack_idx_r15_l_
Definition: phy_ded.h:4473
asn1::rrc::ant_info_ded_r10_s::ue_tx_ant_sel_c_::set
void set(types::options e=types::nulltype)
Definition: phy_ded.cc:11936
asn1::rrc::srs_ul_cfg_ded_aperiodic_r10_c::setup_s_::srs_activ_ap_r10_c_::operator!=
bool operator!=(const srs_activ_ap_r10_c_ &other) const
Definition: phy_ded.h:7038
asn1::rrc::pdsch_re_map_qcl_cfg_r11_s::codeword_one_cfg_v1530_c_::set_setup
setup_s_ & set_setup()
Definition: phy_ded.cc:8142
asn1::rrc::slot_or_subslot_pdsch_cfg_r15_c::setup_s_::res_alloc_r15_opts::to_number
uint8_t to_number() const
Definition: phy_ded.cc:11103
asn1::rrc::pucch_cfg_ded_v1250_s::nka_pucch_param_r12_c_::type
types type() const
Definition: phy_ded.h:6163
asn1::rrc::pucch_cfg_ded_r13_s::tdd_ack_nack_feedback_mode_r13_opts::bundling
@ bundling
Definition: phy_ded.h:5549
asn1::rrc::csi_rs_cfg_v1250_s::operator==
bool operator==(const csi_rs_cfg_v1250_s &other) const
Definition: phy_ded.cc:6728
asn1::rrc::ul_pwr_ctrl_ded_s::filt_coef
filt_coef_e filt_coef
Definition: phy_ded.h:7361
asn1::rrc::cqi_report_both_v1250_s::operator==
bool operator==(const cqi_report_both_v1250_s &other) const
Definition: phy_ded.cc:4736
asn1::rrc::phys_cfg_ded_s::must_cfg_r14_c_::setup_s_
Definition: phy_ded.h:7627
asn1::rrc::spucch_elems_r15_c::setup_s_::n4max_coderate_subslot_pucch_r15
uint8_t n4max_coderate_subslot_pucch_r15
Definition: phy_ded.h:2175
asn1::rrc::pucch_cfg_ded_v1020_s::pucch_format_r10_c_::types_opts::to_string
const char * to_string() const
Definition: rrc.cc:970
asn1::rrc::cqi_report_periodic_proc_ext_r11_s::periodicity_factor_wb_r13_opts::number_type
uint8_t number_type
Definition: phy_ded.h:1228
asn1::rrc::ant_info_ded_stti_r15_c::setup_s_::codebook_subset_restrict_c_::set_n2_tx_ant_tm8_r15
fixed_bitstring< 6 > & set_n2_tx_ant_tm8_r15()
Definition: phy_ded.cc:8780
asn1::rrc::slot_or_subslot_pdsch_cfg_r15_c::setup_s_::res_alloc_r15_opts::value
enum asn1::rrc::slot_or_subslot_pdsch_cfg_r15_c::setup_s_::res_alloc_r15_opts::options value
asn1::rrc::csi_rs_cfg_emimo_v1480_c::c
setup_c_ c
Definition: phy_ded.h:1051
asn1::rrc::csi_rs_cfg_emimo_v1480_c::type
types type() const
Definition: phy_ded.h:1029
asn1::rrc::csi_rs_cfg_emimo_v1480_c::set_release
void set_release()
Definition: phy_ded.cc:2428
asn1::rrc::csi_rs_cfg_r15_c::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:9455
asn1::rrc::cqi_report_periodic_c::setup_s_::ri_cfg_idx
uint16_t ri_cfg_idx
Definition: phy_ded.h:3616
asn1::rrc::csi_rs_cfg_zp_ap_list_r14_c
Definition: phy_ded.h:3696
asn1::rrc::pdsch_re_map_qcl_cfg_r11_s::optional_set_of_fields_r11_s_::pdsch_start_r11_opts::number_type
uint8_t number_type
Definition: phy_ded.h:3041
asn1::rrc::pucch_cfg_ded_r13_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:13529
asn1::rrc::ant_info_ul_r10_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:12349
asn1::rrc::srs_ul_cfg_ded_aperiodic_up_pts_ext_r13_c::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:17766
asn1::rrc::pucch_cfg_ded_r13_s::simul_pucch_pusch_r13_present
bool simul_pucch_pusch_r13_present
Definition: phy_ded.h:5936
asn1::rrc::epdcch_set_cfg_r11_s::csi_rs_cfg_zp_id2_r12_c_
Definition: phy_ded.h:2701
asn1::rrc::spucch_elems_r15_c::setup
setup_s_ & setup()
Definition: phy_ded.h:2191
asn1::rrc::csi_process_r11_s::cqi_report_aperiodic_proc2_r12_c_::operator==
bool operator==(const cqi_report_aperiodic_proc2_r12_c_ &other) const
Definition: phy_ded.cc:3759
asn1::rrc::csi_rs_cfg_nzp_r11_s::qcl_crs_info_r11_s_::mbsfn_sf_cfg_list_r11_c_::operator!=
bool operator!=(const mbsfn_sf_cfg_list_r11_c_ &other) const
Definition: phy_ded.h:217
asn1::rrc::p_c_and_cbsr_r13_s::cbsr_sel_r13_c_::types_opts::bf_k1a_r13
@ bf_k1a_r13
Definition: phy_ded.h:72
asn1::rrc::srs_ul_cfg_ded_aperiodic_v1310_c::setup_s_::srs_activ_ap_v1310_c_::c
setup_s_ c
Definition: phy_ded.h:7133
asn1::rrc::cqi_report_aperiodic_v1310_c::set
void set(types::options e=types::nulltype)
Definition: phy_ded.cc:4146
asn1::rrc::ant_info_ded_stti_r15_c::setup_s_::codebook_subset_restrict_c_::types_opts::n4_tx_ant_tm8_r15
@ n4_tx_ant_tm8_r15
Definition: phy_ded.h:3265
asn1::rrc::slot_or_subslot_pdsch_cfg_r15_c::setup_s_::alt_cqi_table_stti_r15_opts::all_sfs
@ all_sfs
Definition: phy_ded.h:4403
asn1::rrc::csi_rs_cfg_v1250_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:6687
asn1::rrc::ant_info_ded_s::tx_mode_opts::to_number
uint8_t to_number() const
Definition: phy_ded.cc:11508
asn1::rrc::ant_info_ded_stti_r15_c::setup_s_::codebook_subset_restrict_c_::types_opts::n2_tx_ant_tm4_r15
@ n2_tx_ant_tm4_r15
Definition: phy_ded.h:3258
asn1::rrc::srs_ul_cfg_ded_c::setup
setup_s_ & setup()
Definition: phy_ded.h:6929
asn1::rrc::pucch_cfg_ded_r13_s::pucch_num_repeat_ce_r13_c_::setup_c_::mode_b_s_::pucch_num_repeat_ce_format1_r13
pucch_num_repeat_ce_format1_r13_e_ pucch_num_repeat_ce_format1_r13
Definition: phy_ded.h:5850
asn1::rrc::pucch_cfg_ded_s::ack_nack_repeat_c_::setup_s_::repeat_factor
repeat_factor_e_ repeat_factor
Definition: phy_ded.h:5454
asn1::rrc::cqi_report_periodic_v1310_s::cri_report_cfg_r13_present
bool cri_report_cfg_r13_present
Definition: phy_ded.h:2020
asn1::rrc::pusch_cfg_ded_v1530_s::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:16011
asn1::rrc::csi_rs_cfg_zp_ap_list_r14_c::csi_rs_cfg_zp_ap_list_r14_c
csi_rs_cfg_zp_ap_list_r14_c()=default
asn1::rrc::pucch_cfg_ded_r13_s::pucch_format_r13_c_::ch_sel_r13_s_::n1_pucch_an_cs_r13_c_::type_
types type_
Definition: phy_ded.h:5636
asn1::rrc::epdcch_set_cfg_r11_s::res_block_assign_r11_s_::num_prb_pairs_r11_opts::to_string
const char * to_string() const
Definition: phy_ded.cc:7179
asn1::rrc::tpc_idx_c::set_idx_of_format3
uint8_t & set_idx_of_format3()
Definition: phy_ded.cc:5930
asn1::rrc::phys_cfg_ded_s::blind_pdsch_repeat_cfg_r15_c_::setup_s_::mcs_restrict_sf_pdsch_repeats_r15_opts
Definition: phy_ded.h:7792
asn1::rrc::pusch_cfg_ded_r13_s::beta_offset_mc_r13_s_::beta_offset_ack_idx_mc_r13
uint8_t beta_offset_ack_idx_mc_r13
Definition: phy_ded.h:6232
asn1::rrc::cqi_report_periodic_r10_c::setup_s_::cqi_format_ind_periodic_r10_c_::subband_cqi_r10_s_::periodicity_factor_r10_opts::n4
@ n4
Definition: phy_ded.h:1862
asn1::rrc::phys_cfg_ded_stti_r15_c::setup_s_::semi_open_loop_stti_r15
bool semi_open_loop_stti_r15
Definition: phy_ded.h:6700
asn1::rrc::csi_rs_cfg_nzp_r11_s::freq_density_r14_present
bool freq_density_r14_present
Definition: phy_ded.h:292
asn1::rrc::pdsch_re_map_qcl_cfg_r11_s::codeword_one_cfg_v1530_c_::operator==
bool operator==(const codeword_one_cfg_v1530_c_ &other) const
Definition: phy_ded.cc:8246
asn1::rrc::csi_rs_cfg_emimo_v1430_c::setup_c_::types_opts::to_string
const char * to_string() const
Definition: rrc.cc:736
asn1::rrc::ul_pwr_ctrl_ded_s::delta_mcs_enabled_opts::to_number
uint8_t to_number() const
Definition: phy_ded.cc:18096
asn1::rrc::pucch_cfg_ded_r13_s::nka_pucch_param_r13_c_
Definition: phy_ded.h:5768
asn1::rrc::srs_tpc_pdcch_cfg_r14_c::setup
setup_s_ & setup()
Definition: phy_ded.h:6806
asn1::rrc::cqi_report_cfg_v1310_s::operator!=
bool operator!=(const cqi_report_cfg_v1310_s &other) const
Definition: phy_ded.h:2437
asn1::rrc::csi_rs_cfg_non_precoded_r13_s::codebook_cfg_n2_r13_opts::to_number
uint8_t to_number() const
Definition: phy_ded.cc:1450
asn1::rrc::csi_rs_cfg_non_precoded_r13_s::operator!=
bool operator!=(const csi_rs_cfg_non_precoded_r13_s &other) const
Definition: phy_ded.h:587
asn1::rrc::csi_rs_cfg_nzp_emimo_r13_c::setup
setup_s_ & setup()
Definition: phy_ded.h:405
asn1::rrc::spdcch_elems_r15_c::type
types type() const
Definition: phy_ded.h:2125
asn1::rrc::csi_rs_cfg_zp_ap_list_r14_c::types
setup_e types
Definition: phy_ded.h:3698
asn1::rrc::ant_info_ded_s::tx_mode_opts::options
options
Definition: phy_ded.h:4595
asn1::rrc::epdcch_set_cfg_r11_s::mpdcch_cfg_r13_c_::setup_s_::mpdcch_start_sf_uess_r13_c_::tdd_r13_opts::nulltype
@ nulltype
Definition: phy_ded.h:2777
asn1::rrc::csi_rs_cfg_emimo_v1430_c
Definition: phy_ded.h:891
asn1::rrc::epdcch_cfg_r11_s::cfg_r11_c_::setup_s_::sf_pattern_cfg_r11_c_::type
types type() const
Definition: phy_ded.h:5176
asn1::rrc::cqi_report_periodic_r10_c::setup
setup_s_ & setup()
Definition: phy_ded.h:1984
asn1::rrc::eimta_main_cfg_r12_c::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:9826
asn1::rrc::delta_tx_d_offset_list_pucch_r10_s::delta_tx_d_offset_pucch_format22a2b_r10_opts::db_minus2
@ db_minus2
Definition: phy_ded.h:3801
asn1::rrc::short_tti_r15_s
Definition: phy_ded.h:4385
asn1::rrc::cqi_report_periodic_v1320_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:5347
asn1::rrc::csi_rs_cfg_r15_c::setup_s_::csi_rs_cfg_r10
csi_rs_cfg_r10_s csi_rs_cfg_r10
Definition: phy_ded.h:3654
asn1::rrc::phys_cfg_ded_s::pucch_cfg_ded_v1130
copy_ptr< pucch_cfg_ded_v1130_s > pucch_cfg_ded_v1130
Definition: phy_ded.h:7907
asn1::rrc::phys_cfg_ded_s::blind_pdsch_repeat_cfg_r15_c_::setup_s_::rv_slotsublot_pdsch_repeats_r15_present
bool rv_slotsublot_pdsch_repeats_r15_present
Definition: phy_ded.h:7814
asn1::rrc::srs_cfg_ap_v1310_s::tx_comb_num_r13_opts::nulltype
@ nulltype
Definition: phy_ded.h:4305
asn1::rrc::phys_cfg_ded_s::blind_pdsch_repeat_cfg_r15_c_::setup_s_::max_num_sf_pdsch_repeats_r15
max_num_sf_pdsch_repeats_r15_e_ max_num_sf_pdsch_repeats_r15
Definition: phy_ded.h:7821
asn1::rrc::srs_ul_cfg_ded_c::setup_s_::srs_hop_bw_opts::options
options
Definition: phy_ded.h:6892
asn1::rrc::ant_info_ded_r10_s::ue_tx_ant_sel_c_::setup_opts::value
enum asn1::rrc::ant_info_ded_r10_s::ue_tx_ant_sel_c_::setup_opts::options value
asn1::rrc::spdcch_elems_r15_c::setup_s_::res_block_assign_r15_present
bool res_block_assign_r15_present
Definition: phy_ded.h:2101
asn1::rrc::cqi_report_aperiodic_v1250_c::setup_s_
Definition: phy_ded.h:1562
asn1::rrc::epdcch_set_cfg_r11_s::tx_type_r11_opts::distributed
@ distributed
Definition: phy_ded.h:2682
asn1::rrc::csi_rs_cfg_emimo_r13_c::setup_c_::non_precoded_r13
csi_rs_cfg_non_precoded_r13_s & non_precoded_r13()
Definition: phy_ded.h:831
asn1::rrc::csi_process_r11_s::cqi_report_aperiodic_proc2_v1310_c_::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:3844
asn1::rrc::cqi_report_aperiodic_hybrid_r14_s::triggers_r14_c_::types_opts
Definition: phy_ded.h:1718
asn1::rrc::pucch_cfg_ded_r13_s::npucch_param_r13_c_
Definition: phy_ded.h:5734
asn1::rrc::epdcch_set_cfg_r11_s::mpdcch_cfg_r13_c_::setup_s_::mpdcch_start_sf_uess_r13_c_::types_opts::to_string
const char * to_string() const
Definition: rrc.cc:803
asn1::rrc::pdcch_candidate_reduction_value_r13_opts::to_string
const char * to_string() const
Definition: phy_ded.cc:10096
asn1::rrc::csi_rs_cfg_nzp_r11_s::operator!=
bool operator!=(const csi_rs_cfg_nzp_r11_s &other) const
Definition: phy_ded.h:303
asn1::rrc::spucch_cfg_v1550_c::set_setup
setup_s_ & set_setup()
Definition: phy_ded.cc:16779
asn1::rrc::csi_rs_cfg_emimo_v1430_c::setup_c_::set_non_precoded_v1430
csi_rs_cfg_non_precoded_v1430_s & set_non_precoded_v1430()
Definition: phy_ded.cc:2346
asn1::rrc::srs_ul_cfg_ded_aperiodic_up_pts_ext_r13_c::setup_s_::srs_activ_ap_r13_c_::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:17830
asn1::rrc::cqi_report_periodic_r10_c::setup_s_
Definition: phy_ded.h:1844
asn1::rrc::csi_rs_cfg_zp_ap_list_r14_c::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:9546
asn1::rrc::ant_info_ded_v1250_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:12007
asn1::rrc::ant_info_ded_r10_s::codebook_subset_restrict_r10_present
bool codebook_subset_restrict_r10_present
Definition: phy_ded.h:4839
asn1::rrc::srs_cfg_ap_r10_s::cyclic_shift_ap_r10_opts::to_string
const char * to_string() const
Definition: phy_ded.cc:10569
asn1::rrc::cqi_report_cfg_r10_s::csi_sf_pattern_cfg_r10_c_::setup_s_::csi_meas_sf_set2_r10
meas_sf_pattern_r10_c csi_meas_sf_set2_r10
Definition: phy_ded.h:2298
asn1::rrc::phys_cfg_ded_s::ant_info_c_::types_opts::value
enum asn1::rrc::phys_cfg_ded_s::ant_info_c_::types_opts::options value
asn1::rrc::cqi_report_cfg_v1430_s::cqi_report_aperiodic_hybrid_r14_present
bool cqi_report_aperiodic_hybrid_r14_present
Definition: phy_ded.h:2455
asn1::rrc::pucch_cfg_ded_r13_s::pucch_format_r13_c_::set_format3_r13
format3_r13_s_ & set_format3_r13()
Definition: phy_ded.cc:13872
asn1::rrc::phys_cfg_ded_stti_r15_c::setup_s_::short_tti_r15_present
bool short_tti_r15_present
Definition: phy_ded.h:6685
asn1::rrc::pusch_cfg_ded_v1020_s::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:15698
asn1::rrc::csi_rs_cfg_nzp_emimo_r13_c::setup_s_
Definition: phy_ded.h:377
asn1::rrc::cqi_report_aperiodic_v1310_c::setup_s_::aperiodic_csi_trigger_v1310_s_
Definition: phy_ded.h:1615
asn1::rrc::cqi_report_cfg_v920_s::pmi_ri_report_r9_present
bool pmi_ri_report_r9_present
Definition: phy_ded.h:5117
asn1::rrc::csi_rs_cfg_non_precoded_v1430_s::codebook_cfg_n1_v1430_opts::number_type
uint8_t number_type
Definition: phy_ded.h:594
asn1::rrc::cqi_report_cfg_r15_c::set_release
void set_release()
Definition: phy_ded.cc:9054
asn1::rrc::ant_info_ded_stti_r15_c::setup_s_::codebook_subset_restrict_c_::set_n4_tx_ant_tm5_r15
fixed_bitstring< 16 > & set_n4_tx_ant_tm5_r15()
Definition: phy_ded.cc:8765
asn1::rrc::cqi_report_mode_aperiodic_opts::rm32_v1250
@ rm32_v1250
Definition: phy_ded.h:444
asn1::rrc::pusch_cfg_ded_v1130_s::pusch_dmrs_r11_c_::setup
setup_s_ & setup()
Definition: phy_ded.h:6383
asn1::rrc::epdcch_set_cfg_r11_s::mpdcch_cfg_r13_c_::setup_s_::mpdcch_num_repeat_r13_opts::r32
@ r32
Definition: phy_ded.h:2834
asn1::rrc::csi_rs_cfg_non_precoded_v1480_s::codebook_cfg_n2_r1480_opts::n7
@ n7
Definition: phy_ded.h:635
asn1::rrc::epdcch_cfg_r11_s::cfg_r11_c_::setup_s_::sf_pattern_cfg_r11_c_::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:12899
asn1::bitstring
Definition: asn1_utils.h:867
asn1::rrc::epdcch_set_cfg_r11_s::mpdcch_cfg_r13_c_::setup_s_::mpdcch_num_repeat_r13_opts::number_type
uint16_t number_type
Definition: phy_ded.h:2835
asn1::rrc::spdcch_elems_r15_c::setup_s_::sf_type_r15_present
bool sf_type_r15_present
Definition: phy_ded.h:2104
asn1::rrc::ant_info_ul_stti_r15_s::tx_mode_ul_stti_r15_opts::tm1
@ tm1
Definition: phy_ded.h:3493
asn1::rrc::csi_rs_cfg_bf_v1430_s::nzp_res_cfg_original_v1430
csi_rs_cfg_nzp_v1430_s nzp_res_cfg_original_v1430
Definition: phy_ded.h:488
asn1::rrc::epdcch_set_cfg_r11_s::csi_rs_cfg_zp_id2_r12_c_::type_
types type_
Definition: phy_ded.h:2728
asn1::rrc::srs_ul_cfg_ded_c::setup_s_::cyclic_shift_opts::cs3
@ cs3
Definition: phy_ded.h:6900
asn1::rrc::ant_info_ded_v1530_c::setup_c_::types_opts::number_type
int8_t number_type
Definition: phy_ded.h:4892
asn1::rrc::ant_info_ded_stti_r15_c::setup_s_
Definition: phy_ded.h:3236
asn1::rrc::cqi_report_cfg_r10_s::csi_sf_pattern_cfg_r10_c_::set_setup
setup_s_ & set_setup()
Definition: phy_ded.cc:6153
asn1::rrc::phys_cfg_ded_s::ext
bool ext
Definition: phy_ded.h:7859
asn1::rrc::srs_cfg_ap_r10_s::srs_bw_ap_r10_opts::options
options
Definition: phy_ded.h:4220
asn1::rrc::epdcch_set_cfg_r11_s::mpdcch_cfg_r13_c_::setup_s_::mpdcch_start_sf_uess_r13_c_::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:7464
asn1::rrc::slot_or_subslot_pusch_cfg_r15_c::setup_s_::beta_offset2_subslot_ack_idx_r15_present
bool beta_offset2_subslot_ack_idx_r15_present
Definition: phy_ded.h:4482
asn1::rrc::srs_ul_cfg_ded_v1310_c::setup_s_::tx_comb_v1310
uint8_t tx_comb_v1310
Definition: phy_ded.h:6983
asn1::rrc::eimta_main_cfg_r12_c::type_
types type_
Definition: phy_ded.h:3898
asn1::rrc::sched_request_cfg_v1530_c::setup_s_::sr_subslot_spucch_res_list_r15
sr_subslot_spucch_res_list_r15_l sr_subslot_spucch_res_list_r15
Definition: phy_ded.h:4349
asn1::rrc::pucch_cfg_ded_r13_s::ack_nack_repeat_r13_c_::setup_s_::repeat_factor_r13_opts::spare1
@ spare1
Definition: phy_ded.h:5507
asn1::rrc::cqi_report_periodic_proc_ext_r11_s::csi_cfg_idx_r11_present
bool csi_cfg_idx_r11_present
Definition: phy_ded.h:1238
asn1::rrc::pdsch_cfg_ded_s::operator==
bool operator==(const pdsch_cfg_ded_s &other) const
Definition: phy_ded.cc:13057
asn1::rrc::pdsch_re_map_qcl_cfg_r11_s::codeword_one_cfg_v1530_c_::setup_s_::pdsch_start_v1530_opts
Definition: phy_ded.h:3098
asn1::rrc::ant_info_ded_stti_r15_c::setup_s_::tx_mode_dl_mbsfn_r15_opts::number_type
uint8_t number_type
Definition: phy_ded.h:3239
asn1::rrc::phys_cfg_ded_s::semi_static_cfi_cfg_r15_c_::setup_c_::type
types type() const
Definition: phy_ded.h:7697
asn1::rrc::phys_cfg_ded_s::ce_mode_r13_c_::set_release
void set_release()
Definition: phy_ded.cc:19924
asn1::rrc::nzp_freq_density_r14_opts::to_number
uint8_t to_number() const
Definition: phy_ded.cc:38
asn1::rrc::csi_rs_cfg_nzp_emimo_r13_c::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:996
asn1::rrc::pucch_cfg_ded_r13_s::pucch_num_repeat_ce_r13_c_::set
void set(types::options e=types::nulltype)
Definition: phy_ded.cc:14403
asn1::rrc::cqi_report_aperiodic_hybrid_r14_s::triggers_r14_c_::types_opts::two_bit_r14
@ two_bit_r14
Definition: phy_ded.h:1719
asn1::rrc::epdcch_set_cfg_r11_s::pucch_res_start_offset_r11
uint16_t pucch_res_start_offset_r11
Definition: phy_ded.h:2886
asn1::rrc::phys_cfg_ded_s::pusch_cfg_ded_r13
copy_ptr< pusch_cfg_ded_r13_s > pusch_cfg_ded_r13
Definition: phy_ded.h:7924
asn1::rrc::pucch_cfg_ded_s::ack_nack_repeat_c_::setup_s_::repeat_factor_opts::options
options
Definition: phy_ded.h:5445
asn1::rrc::ant_info_ded_v920_s::codebook_subset_restrict_v920_c_::n4_tx_ant_tm8_r9
fixed_bitstring< 32 > & n4_tx_ant_tm8_r9()
Definition: phy_ded.h:4980
asn1::rrc::csi_rs_cfg_non_precoded_v1430_s
Definition: phy_ded.h:591
asn1::rrc::ant_info_ded_stti_r15_c::setup_s_::tx_mode_dl_non_mbsfn_r15_opts::tm3
@ tm3
Definition: phy_ded.h:3246
asn1::rrc::phys_cfg_ded_s::blind_pdsch_repeat_cfg_r15_c_::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:20449
asn1::rrc::epdcch_set_cfg_r11_s::mpdcch_cfg_r13_c_::setup_s_::mpdcch_start_sf_uess_r13_c_::c
pod_choice_buffer_t c
Definition: phy_ded.h:2829
asn1::rrc::sched_request_cfg_c::setup_s_::dsr_trans_max_opts::nulltype
@ nulltype
Definition: phy_ded.h:6828
asn1::rrc::phys_cfg_ded_s::blind_pdsch_repeat_cfg_r15_c_::setup_s_::rv_slotsublot_pdsch_repeats_r15_opts::nulltype
@ nulltype
Definition: phy_ded.h:7785
asn1::rrc::cqi_report_cfg_v1250_s::csi_sf_pattern_cfg_r12_c_::type_
types type_
Definition: phy_ded.h:2393
asn1::rrc::spucch_cfg_v1550_c::setup_s_::two_ant_port_activ_spucch_format3_v1550_s_
Definition: phy_ded.h:6742
asn1::rrc::epdcch_cfg_r11_s::cfg_r11_c_::operator!=
bool operator!=(const cfg_r11_c_ &other) const
Definition: phy_ded.h:5221
asn1::rrc::pdsch_re_map_qcl_cfg_r11_s::mbsfn_sf_cfg_list_v1430_c_::set
void set(types::options e=types::nulltype)
Definition: phy_ded.cc:8061
asn1::rrc::srs_ul_cfg_ded_v1310_c::setup
setup_s_ & setup()
Definition: phy_ded.h:6999
asn1::rrc::delta_tx_d_offset_list_pucch_r10_s::delta_tx_d_offset_pucch_format1a1b_r10
delta_tx_d_offset_pucch_format1a1b_r10_e_ delta_tx_d_offset_pucch_format1a1b_r10
Definition: phy_ded.h:3820
asn1::rrc::cqi_report_aperiodic_r10_c::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:3990
asn1::rrc::cqi_report_both_proc_r11_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:1798
asn1::rrc::pucch_cfg_ded_r13_s::npucch_param_r13_c_::set_release
void set_release()
Definition: phy_ded.cc:14263
asn1::rrc::csi_rs_cfg_non_precoded_v1430_s::codebook_cfg_n1_v1430_opts::to_string
const char * to_string() const
Definition: phy_ded.cc:1529
asn1::rrc::srs_ul_cfg_ded_c::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:17116
asn1::rrc::slot_or_subslot_pusch_cfg_r15_c::operator!=
bool operator!=(const slot_or_subslot_pusch_cfg_r15_c &other) const
Definition: phy_ded.h:4512
asn1::rrc::phys_cfg_ded_s::blind_pdsch_repeat_cfg_r15_c_::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:20357
asn1::rrc::srs_cfg_ap_r10_s::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:10541
asn1::rrc::dmrs_cfg_r11_c::types
setup_e types
Definition: phy_ded.h:3740
asn1::rrc::pdsch_cfg_ded_s::p_a_opts::db2
@ db2
Definition: phy_ded.h:5294
asn1::rrc::pusch_cfg_ded_v1530_s::ce_pusch_flex_start_prb_alloc_cfg_r15_c_::setup_s_::offset_ce_mode_b_r15
int8_t offset_ce_mode_b_r15
Definition: phy_ded.h:6487
asn1::rrc::eimta_main_cfg_serv_cell_r12_c::setup_s_::eimta_harq_ref_cfg_r12_opts::sa5
@ sa5
Definition: phy_ded.h:3906
asn1::rrc::srs_ul_cfg_ded_c::setup_s_
Definition: phy_ded.h:6882
asn1::rrc::phys_cfg_ded_s::cqi_report_cfg_v1530
copy_ptr< cqi_report_cfg_v1530_s > cqi_report_cfg_v1530
Definition: phy_ded.h:7961
asn1::rrc::cqi_report_periodic_r10_c::setup_s_::cqi_format_ind_periodic_r10_c_::subband_cqi_r10_s_::periodicity_factor_r10_opts::options
options
Definition: phy_ded.h:1862
asn1::rrc::csi_im_cfg_ext_r12_s::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:3274
asn1::rrc::eimta_main_cfg_r12_c::setup_s_::eimta_cmd_periodicity_r12_opts::value
enum asn1::rrc::eimta_main_cfg_r12_c::setup_s_::eimta_cmd_periodicity_r12_opts::options value
asn1::rrc::csi_rs_cfg_emimo_v1530_c::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:2648
asn1::rrc::ant_info_ded_s::ue_tx_ant_sel_c_::set_release
void set_release()
Definition: phy_ded.cc:11803
asn1::rrc::pucch_cfg_ded_v1130_s::n1_pucch_an_cs_v1130
n1_pucch_an_cs_v1130_c_ n1_pucch_an_cs_v1130
Definition: phy_ded.h:6143
asn1::rrc::dmrs_cfg_r11_c::type_
types type_
Definition: phy_ded.h:3766
asn1::rrc::pucch_cfg_ded_r13_s::pucch_format_r13_c_::ch_sel_r13_s_::n1_pucch_an_cs_r13_c_::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:14180
asn1::rrc::csi_rs_cfg_v1430_s::operator==
bool operator==(const csi_rs_cfg_v1430_s &other) const
Definition: phy_ded.cc:6897
asn1::rrc::cqi_report_cfg_r15_c::setup_s_::alt_cqi_table_minus1024_qam_r15_opts::value
enum asn1::rrc::cqi_report_cfg_r15_c::setup_s_::alt_cqi_table_minus1024_qam_r15_opts::options value
asn1::rrc::epdcch_set_cfg_r11_s::res_block_assign_r11_s_::num_prb_pairs_r11_opts::number_type
uint8_t number_type
Definition: phy_ded.h:2690
asn1::rrc::phys_cfg_ded_s::cqi_report_cfg_present
bool cqi_report_cfg_present
Definition: phy_ded.h:7866
asn1::rrc::ant_info_ul_stti_r15_s::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:9024
asn1::rrc::pucch_cfg_ded_r13_s::pucch_format_r13_c_::format3_r13_s_::two_ant_port_activ_pucch_format3_r13_c_::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:14141
asn1::rrc::csi_rs_cfg_non_precoded_r13_s::codebook_cfg_n2_r13_e_
enumerated< codebook_cfg_n2_r13_opts > codebook_cfg_n2_r13_e_
Definition: phy_ded.h:548
asn1::rrc::pusch_cfg_ded_v1530_s::ce_pusch_flex_start_prb_alloc_cfg_r15_c_::set_release
void set_release()
Definition: phy_ded.cc:16027
asn1::rrc::phys_cfg_ded_s::ant_info_r10_c_::set_default_value
void set_default_value()
Definition: phy_ded.cc:19805
asn1::rrc::phys_cfg_ded_stti_r15_c::setup_s_::csi_rs_cfg_zp_to_release_list_r15
csi_rs_cfg_zp_to_release_list_r11_l csi_rs_cfg_zp_to_release_list_r15
Definition: phy_ded.h:6695
asn1::rrc::epdcch_set_cfg_r11_s::res_block_assign_r11_s_::num_prb_pairs_r11_opts::value
enum asn1::rrc::epdcch_set_cfg_r11_s::res_block_assign_r11_s_::num_prb_pairs_r11_opts::options value
asn1::rrc::cqi_report_cfg_r15_c::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:9106
asn1::rrc::csi_rs_cfg_non_precoded_v1430_s::codebook_cfg_n1_v1430_opts::value
enum asn1::rrc::csi_rs_cfg_non_precoded_v1430_s::codebook_cfg_n1_v1430_opts::options value
asn1::rrc::phys_cfg_ded_s::ce_mode_r13_c_::setup_opts::to_string
const char * to_string() const
Definition: phy_ded.cc:19980
asn1::rrc::cqi_report_periodic_r10_c::setup_s_::cqi_format_ind_periodic_r10_c_
Definition: phy_ded.h:1845
asn1::rrc::ul_pwr_ctrl_ded_v1130_s::operator!=
bool operator!=(const ul_pwr_ctrl_ded_v1130_s &other) const
Definition: phy_ded.h:7396
asn1::rrc::pdsch_re_map_qcl_cfg_r11_s::csi_rs_cfg_zp_id_r11
uint8_t csi_rs_cfg_zp_id_r11
Definition: phy_ded.h:3155
asn1::rrc::csi_process_r11_s::advanced_codebook_enabled_r14
bool advanced_codebook_enabled_r14
Definition: phy_ded.h:1448
asn1::rrc::p_c_and_cbsr_r13_s::cbsr_sel_r13
cbsr_sel_r13_c_ cbsr_sel_r13
Definition: phy_ded.h:137
asn1::rrc::slot_or_subslot_pusch_cfg_r15_c::operator==
bool operator==(const slot_or_subslot_pusch_cfg_r15_c &other) const
Definition: phy_ded.cc:11297
asn1::rrc::tdd_pusch_up_pts_r14_c::setup_s_::sym_pusch_up_pts_r14_opts::to_string
const char * to_string() const
Definition: phy_ded.cc:11409
asn1::rrc::cqi_report_cfg_v1530_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:12582
asn1::rrc::cqi_report_periodic_c::setup_s_::cqi_format_ind_periodic_c_::set_subband_cqi
subband_cqi_s_ & set_subband_cqi()
Definition: phy_ded.cc:9324
asn1::rrc::csi_rs_cfg_bf_v1430_s
Definition: phy_ded.h:480
asn1::rrc::pucch_cfg_ded_r13_s::npucch_param_r13_c_::operator!=
bool operator!=(const npucch_param_r13_c_ &other) const
Definition: phy_ded.h:5749
asn1::rrc::csi_rs_cfg_v1250_s::ds_zero_tx_pwr_csi_rs_r12_c_::types
setup_e types
Definition: phy_ded.h:2538
asn1::rrc::cqi_report_cfg_v1320_s::cqi_report_periodic_v1320
cqi_report_periodic_v1320_s cqi_report_periodic_v1320
Definition: phy_ded.h:2443
asn1::rrc::ul_pwr_ctrl_ded_s
Definition: phy_ded.h:7344
asn1::rrc::epdcch_set_cfg_r11_s::csi_rs_cfg_zp_id2_r12_c_::types
setup_e types
Definition: phy_ded.h:2702
asn1::rrc::eimta_main_cfg_r12_c::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:9807
asn1::rrc::csi_rs_cfg_non_precoded_r13_s::codebook_over_sampling_rate_cfg_o2_r13
codebook_over_sampling_rate_cfg_o2_r13_e_ codebook_over_sampling_rate_cfg_o2_r13
Definition: phy_ded.h:577
asn1::rrc::csi_rs_cfg_nzp_r11_s::mbsfn_sf_cfg_list_v1430_c_::setup
setup_s_ & setup()
Definition: phy_ded.h:259
asn1::rrc::delta_tx_d_offset_list_pucch_r10_s::delta_tx_d_offset_pucch_format1a1b_r10_opts::db_minus2
@ db_minus2
Definition: phy_ded.h:3793
asn1::rrc::csi_rs_cfg_r10_s::csi_rs_r10_c_::type
types type() const
Definition: phy_ded.h:2490
asn1::rrc::csi_rs_cfg_emimo_r13_c::setup_c_::~setup_c_
~setup_c_()
Definition: phy_ded.h:822
asn1::rrc::pdsch_cfg_ded_v1430_s::ce_pdsch_max_bw_r14_opts::bw5
@ bw5
Definition: phy_ded.h:5380
asn1::rrc::pdsch_cfg_ded_v1130_s::qcl_operation_opts::to_string
const char * to_string() const
Definition: phy_ded.cc:13163
asn1::rrc::srs_cfg_ap_r13_s::cyclic_shift_ap_r13_opts::cs11
@ cs11
Definition: phy_ded.h:4262
asn1::rrc::csi_rs_cfg_v1480_s::operator!=
bool operator!=(const csi_rs_cfg_v1480_s &other) const
Definition: phy_ded.h:5135
asn1::rrc::csi_rs_cfg_emimo_r13_c::setup_c_::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:2178
asn1::rrc::cqi_report_aperiodic_v1310_c::setup_s_::aperiodic_csi_trigger2_r13_c_::type_
types type_
Definition: phy_ded.h:1658
asn1::rrc::epdcch_set_cfg_r11_s::res_block_assign_r11_s_::num_prb_pairs_r11_opts::n8
@ n8
Definition: phy_ded.h:2689
asn1::rrc::srs_ant_port_opts::an1
@ an1
Definition: phy_ded.h:3182
asn1::rrc::p_c_and_cbsr_r15_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:759
asn1::rrc::csi_rs_cfg_bf_r13_s::csi_rs_cfg_nzp_id_list_ext_r13_present
bool csi_rs_cfg_nzp_id_list_ext_r13_present
Definition: phy_ded.h:460
asn1::rrc::pusch_cfg_ded_v1020_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:15670
asn1::rrc::pdsch_re_map_qcl_cfg_r11_s::optional_set_of_fields_r11_s_::pdsch_start_r11
pdsch_start_r11_e_ pdsch_start_r11
Definition: phy_ded.h:3053
asn1::rrc::p_c_and_cbsr_r13_s::operator!=
bool operator!=(const p_c_and_cbsr_r13_s &other) const
Definition: phy_ded.h:145
asn1::rrc::phys_cfg_ded_s::semi_static_cfi_cfg_r15_c_::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:20180
asn1::rrc::cqi_report_periodic_proc_ext_r11_s::cqi_format_ind_periodic_r11_c_::set_wideband_cqi_r11
wideband_cqi_r11_s_ & set_wideband_cqi_r11()
Definition: phy_ded.cc:2917
asn1::rrc::tpc_idx_c::set_idx_of_format3_a
uint8_t & set_idx_of_format3_a()
Definition: phy_ded.cc:5935
asn1::rrc::srs_ul_cfg_ded_aperiodic_v1310_c::setup_s_::srs_activ_ap_v1310_c_::type
types type() const
Definition: phy_ded.h:7111
asn1::rrc::phys_cfg_ded_s::blind_pdsch_repeat_cfg_r15_c_::setup_s_::mcs_restrict_sf_pdsch_repeats_r15_opts::options
options
Definition: phy_ded.h:7793
asn1::rrc::cqi_report_mode_aperiodic_opts::options
options
Definition: phy_ded.h:444
asn1::rrc::pucch_cfg_ded_r13_s::pucch_num_repeat_ce_r13_c_::setup
setup_c_ & setup()
Definition: phy_ded.h:5914
asn1::rrc::pucch_cfg_ded_r13_s::pucch_num_repeat_ce_r13_c_::setup_c_::setup_c_
setup_c_()=default
asn1::rrc::slot_or_subslot_pusch_cfg_r15_c::type
types type() const
Definition: phy_ded.h:4507
asn1::rrc::cfi_cfg_r15_s::cfi_sf_non_mbsfn_r15
uint8_t cfi_sf_non_mbsfn_r15
Definition: phy_ded.h:5045
asn1::rrc::sched_request_cfg_v1530_c::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:10751
asn1::rrc::pusch_enhance_cfg_r14_c::setup_s_::interv_ul_hop_pusch_enh_r14
interv_ul_hop_pusch_enh_r14_c_ interv_ul_hop_pusch_enh_r14
Definition: phy_ded.h:6634
asn1::rrc::pucch_cfg_ded_s::tdd_ack_nack_feedback_mode_opts::to_string
const char * to_string() const
Definition: phy_ded.cc:13522
asn1::rrc::format5_res_r13_s::operator!=
bool operator!=(const format5_res_r13_s &other) const
Definition: phy_ded.h:4011
asn1::rrc::srs_ant_port_opts::number_type
uint8_t number_type
Definition: phy_ded.h:3183
asn1::rrc::srs_cfg_ap_r10_s::freq_domain_position_ap_r10
uint8_t freq_domain_position_ap_r10
Definition: phy_ded.h:4239
asn1::rrc::delta_tx_d_offset_list_spucch_r15_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:6941
asn1::rrc::spdcch_elems_r15_c::setup_s_::dci7_candidates_per_al_pdcch_r15
dci7_candidates_per_al_pdcch_r15_l_ dci7_candidates_per_al_pdcch_r15
Definition: phy_ded.h:2111
asn1::rrc::dmrs_cfg_r11_c::type
types type() const
Definition: phy_ded.h:3745
asn1::rrc::epdcch_set_cfg_r11_s::res_block_assign_r11_s_::num_prb_pairs_r11
num_prb_pairs_r11_e_ num_prb_pairs_r11
Definition: phy_ded.h:2698
asn1::rrc::ant_info_ded_r10_s::ue_tx_ant_sel_c_::set_setup
setup_e_ & set_setup()
Definition: phy_ded.cc:11944
asn1::rrc::delta_tx_d_offset_list_spucch_r15_s::delta_tx_d_offset_spucch_format1b_r15_opts::nulltype
@ nulltype
Definition: phy_ded.h:2647
asn1::rrc::srs_cfg_ap_r10_s::cyclic_shift_ap_r10_opts
Definition: phy_ded.h:4227
asn1::rrc::pdsch_cfg_ded_v1430_s
Definition: phy_ded.h:5378
asn1::rrc::tpc_pdcch_cfg_c::set
void set(types::options e=types::nulltype)
Definition: phy_ded.cc:8320
asn1::rrc::srs_ul_cfg_ded_c::setup_s_::srs_hop_bw_opts::value
enum asn1::rrc::srs_ul_cfg_ded_c::setup_s_::srs_hop_bw_opts::options value
asn1::rrc::slot_or_subslot_pdsch_cfg_r15_c::setup_s_::alt_cqi_table1024_qam_stti_r15_present
bool alt_cqi_table1024_qam_stti_r15_present
Definition: phy_ded.h:4430
asn1::rrc::phys_cfg_ded_stti_r15_c::setup_s_::spucch_cfg_r15_present
bool spucch_cfg_r15_present
Definition: phy_ded.h:6684
asn1::rrc::csi_rs_cfg_emimo_r13_c::operator==
bool operator==(const csi_rs_cfg_emimo_r13_c &other) const
Definition: phy_ded.cc:2062
asn1::rrc::sched_request_cfg_v1530_c::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:10822
asn1::rrc::epdcch_set_cfg_r11_s::mpdcch_cfg_r13_c_::setup_s_::mpdcch_start_sf_uess_r13_c_::fdd_r13
fdd_r13_e_ & fdd_r13()
Definition: phy_ded.h:2804
asn1::rrc::ant_info_ded_s::codebook_subset_restrict_c_
Definition: phy_ded.h:4602
asn1::rrc::slot_or_subslot_pdsch_cfg_r15_c::setup_s_::res_alloc_r15_opts::nulltype
@ nulltype
Definition: phy_ded.h:4419
asn1::rrc::cqi_report_aperiodic_proc_v1310_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:1742
asn1::rrc::pucch_format3_conf_r13_s::two_ant_port_activ_pucch_format3_r13_c_::types
setup_e types
Definition: phy_ded.h:4060
asn1::rrc::epdcch_cfg_r11_s::cfg_r11_c_::setup_s_::sf_pattern_cfg_r11_c_::setup
setup_s_ & setup()
Definition: phy_ded.h:5183
asn1::rrc::delta_tx_d_offset_list_pucch_r10_s::delta_tx_d_offset_pucch_format3_r10_opts::db_minus2
@ db_minus2
Definition: phy_ded.h:3809
asn1::rrc::cqi_report_aperiodic_hybrid_r14_s::triggers_r14_c_::two_bit_r14_s_::trigger01_ind_r14
fixed_bitstring< 8 > trigger01_ind_r14
Definition: phy_ded.h:1705
asn1::rrc::pucch_cfg_ded_s::ack_nack_repeat_c_::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:13476
asn1::rrc::pucch_cfg_ded_r13_s::nka_pucch_param_r13_c_::setup_s_
Definition: phy_ded.h:5769
asn1::rrc::tpc_idx_c::types_opts::idx_of_format3
@ idx_of_format3
Definition: phy_ded.h:2212
asn1::rrc::srs_ul_cfg_ded_c::type_
types type_
Definition: phy_ded.h:6943
asn1::rrc::pucch_cfg_ded_r13_s::pucch_num_repeat_ce_r13_c_::c
setup_c_ c
Definition: phy_ded.h:5929
asn1::rrc::cqi_report_cfg_v1310_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:6430
asn1::rrc::csi_rs_cfg_emimo_hybrid_r14_c::set_release
void set_release()
Definition: phy_ded.cc:1913
asn1::rrc::sched_request_cfg_v1530_c::setup_s_::dssr_trans_max_r15_opts::n32
@ n32
Definition: phy_ded.h:4333
asn1::rrc::cqi_report_mode_aperiodic_opts::to_string
const char * to_string() const
Definition: phy_ded.cc:1072
asn1::rrc::cqi_report_aperiodic_proc_r11_s::trigger11_r11
bool trigger11_r11
Definition: phy_ded.h:691
asn1::rrc::pdsch_cfg_ded_v1130_s::re_map_qcl_cfg_to_release_list_r11
re_map_qcl_cfg_to_release_list_r11_l re_map_qcl_cfg_to_release_list_r11
Definition: phy_ded.h:5330
asn1::rrc::srs_ul_cfg_ded_up_pts_ext_r13_c::setup_s_::cyclic_shift_r13_opts::cs4
@ cs4
Definition: phy_ded.h:7285
asn1::rrc::slot_or_subslot_pusch_cfg_r15_c::setup_s_::res_alloc_offset_r15
uint8_t res_alloc_offset_r15
Definition: phy_ded.h:4498
asn1::rrc::pucch_format3_conf_r13_s::n3_pucch_an_list_r13_l_
bounded_array< uint16_t, 4 > n3_pucch_an_list_r13_l_
Definition: phy_ded.h:4052
asn1::rrc::phys_cfg_ded_stti_r15_c::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:16421
asn1::rrc::p_c_and_cbsr_r13_s::cbsr_sel_r13_c_::types_opts
Definition: phy_ded.h:71
asn1::rrc::phys_cfg_ded_s::add_spec_emission_ca_r10_c_::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:19870
asn1::rrc::phys_cfg_ded_stti_r15_c::setup_s_::short_tti_r15
short_tti_r15_s short_tti_r15
Definition: phy_ded.h:6707
asn1::rrc::ant_info_ded_stti_r15_c::setup_s_::max_layers_mimo_stti_r15_opts::nulltype
@ nulltype
Definition: phy_ded.h:3440
asn1::rrc::csi_rs_cfg_non_precoded_v1480_s::codebook_cfg_n1_v1480
codebook_cfg_n1_v1480_e_ codebook_cfg_n1_v1480
Definition: phy_ded.h:648
asn1::rrc::pucch_cfg_ded_s::ack_nack_repeat_c_::c
setup_s_ c
Definition: phy_ded.h:5482
asn1::rrc::epdcch_set_cfg_r11_s::mpdcch_cfg_r13_c_::setup_s_::mpdcch_start_sf_uess_r13_c_::tdd_r13_opts
Definition: phy_ded.h:2776
asn1::rrc::srs_ul_cfg_ded_up_pts_ext_r13_c::setup_s_::tx_comb_num_r13_opts::n4
@ n4
Definition: phy_ded.h:7293
asn1::rrc::pucch_cfg_ded_v1250_s::nka_pucch_param_r12_c_::type_
types type_
Definition: phy_ded.h:6182
asn1::rrc::pdsch_cfg_ded_v1430_s::ce_sched_enhancement_r14
ce_sched_enhancement_r14_e_ ce_sched_enhancement_r14
Definition: phy_ded.h:5403
asn1::rrc::spucch_cfg_v1550_c::setup_s_::two_ant_port_activ_spucch_format3_v1550_s_::n3_spucch_an_list_v1550_l_
bounded_array< uint16_t, 4 > n3_spucch_an_list_v1550_l_
Definition: phy_ded.h:6743
asn1::rrc::cqi_report_cfg_r15_c
Definition: phy_ded.h:3514
asn1::rrc::csi_rs_cfg_emimo_v1430_c::setup_c_::operator!=
bool operator!=(const setup_c_ &other) const
Definition: phy_ded.h:911
asn1::rrc::csi_rs_cfg_v1250_s::ds_zero_tx_pwr_csi_rs_r12_c_::setup_s_
Definition: phy_ded.h:2532
asn1::rrc::csi_rs_cfg_nzp_v1430_s
Definition: phy_ded.h:149
asn1::rrc::pucch_cfg_ded_r13_s::pucch_format_r13_c_::format3_r13_s_
Definition: phy_ded.h:5555
asn1::rrc::csi_rs_cfg_r10_s::operator!=
bool operator!=(const csi_rs_cfg_r10_s &other) const
Definition: phy_ded.h:2526
asn1::rrc::ul_pwr_ctrl_ded_v1250_s::set2_pwr_ctrl_param_c_::c
setup_s_ c
Definition: phy_ded.h:7435
asn1::rrc::srs_ul_cfg_ded_up_pts_ext_r13_c::setup_s_::srs_hop_bw_r13
srs_hop_bw_r13_e_ srs_hop_bw_r13
Definition: phy_ded.h:7304
asn1::rrc::csi_rs_cfg_bf_r14_s::csi_rs_cfg_nzp_id_list_ext_r14
csi_rs_cfg_nzp_id_list_ext_r14_l_ csi_rs_cfg_nzp_id_list_ext_r14
Definition: phy_ded.h:359
asn1::rrc::cqi_report_aperiodic_v1250_c::setup_s_::aperiodic_csi_trigger_v1250
aperiodic_csi_trigger_v1250_s_ aperiodic_csi_trigger_v1250
Definition: phy_ded.h:1580
asn1::rrc::csi_im_cfg_ext_r12_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:3220
asn1::rrc::delta_tx_d_offset_list_spucch_r15_s::delta_tx_d_offset_spucch_format1a_r15_opts::options
options
Definition: phy_ded.h:2639
asn1::rrc::srs_ul_cfg_ded_aperiodic_v1310_c::set_release
void set_release()
Definition: phy_ded.cc:17511
asn1::rrc::pdsch_cfg_ded_s::p_a_e_
enumerated< p_a_opts > p_a_e_
Definition: phy_ded.h:5301
asn1::rrc::pusch_enhance_cfg_r14_c::setup_s_::interv_ul_hop_pusch_enh_r14_c_::interv_fdd_pusch_enh_r14_opts::number_type
uint8_t number_type
Definition: phy_ded.h:6568
asn1::rrc::csi_process_r11_s::csi_im_cfg_id_list_r12_c_::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:3662
asn1::rrc::csi_process_r11_s::cqi_report_aperiodic_proc2_v1310_c_::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:3859
asn1::rrc::nzp_freq_density_r14_e
enumerated< nzp_freq_density_r14_opts > nzp_freq_density_r14_e
Definition: phy_ded.h:56
asn1::rrc::cqi_report_periodic_c::setup_s_::cqi_pucch_res_idx
uint16_t cqi_pucch_res_idx
Definition: phy_ded.h:3613
asn1::rrc::pusch_cfg_ded_v1530_s::ce_pusch_sub_prb_cfg_r15_c_::set
void set(types::options e=types::nulltype)
Definition: phy_ded.cc:16095
asn1::rrc::cqi_report_cfg_r10_s::cqi_report_aperiodic_r10
cqi_report_aperiodic_r10_c cqi_report_aperiodic_r10
Definition: phy_ded.h:2335
asn1::rrc::phys_cfg_ded_s::must_cfg_r14_c_::setup_s_::p_a_must_r14_opts
Definition: phy_ded.h:7636
asn1::rrc::pucch_cfg_ded_s::tdd_ack_nack_feedback_mode_e_
enumerated< tdd_ack_nack_feedback_mode_opts > tdd_ack_nack_feedback_mode_e_
Definition: phy_ded.h:5489
asn1::rrc::pdsch_re_map_qcl_cfg_r11_s::optional_set_of_fields_r11_s_::mbsfn_sf_cfg_list_r11_c_::mbsfn_sf_cfg_list_r11_c_
mbsfn_sf_cfg_list_r11_c_()=default
asn1::rrc::epdcch_set_cfg_r11_s::mpdcch_cfg_r13_c_::setup_s_::mpdcch_num_repeat_r13_opts::nulltype
@ nulltype
Definition: phy_ded.h:2834
asn1::rrc::cqi_report_periodic_proc_ext_r11_s::cqi_format_ind_periodic_r11_c_::subband_cqi_r11_s_::periodicity_factor_r11_opts::to_string
const char * to_string() const
Definition: phy_ded.cc:3039
asn1::rrc::csi_rs_cfg_emimo2_r14_c::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:1273
asn1::rrc::srs_cfg_ap_r10_s::cyclic_shift_ap_r10
cyclic_shift_ap_r10_e_ cyclic_shift_ap_r10
Definition: phy_ded.h:4241
asn1::rrc::csi_rs_cfg_emimo_v1480_c::operator!=
bool operator!=(const csi_rs_cfg_emimo_v1480_c &other) const
Definition: phy_ded.h:1034
asn1::rrc::eimta_main_cfg_serv_cell_r12_c::setup_s_::mbsfn_sf_cfg_list_v1250_c_::set
void set(types::options e=types::nulltype)
Definition: phy_ded.cc:9968
asn1::rrc::pdsch_re_map_qcl_cfg_r11_s::codeword_one_cfg_v1530_c_::setup_s_::pdsch_start_v1530_opts::assigned
@ assigned
Definition: phy_ded.h:3099
asn1::rrc::pucch_cfg_ded_r13_s::pucch_num_repeat_ce_r13_c_::setup_c_::mode_a_s_::pucch_num_repeat_ce_format1_r13_opts::number_type
uint8_t number_type
Definition: phy_ded.h:5812
asn1::rrc::pdsch_cfg_ded_v1280_s::tbs_idx_alt_r12_opts::a26
@ a26
Definition: phy_ded.h:5344
asn1::rrc::cqi_report_cfg_r15_c::setup_s_::alt_cqi_table_minus1024_qam_r15_opts::all_sfs
@ all_sfs
Definition: phy_ded.h:3517
asn1::rrc::spucch_elems_r15_c::setup_s_::n1_subslot_spucch_an_list_r15_l_
bounded_array< uint16_t, 4 > n1_subslot_spucch_an_list_r15_l_
Definition: phy_ded.h:2153
asn1::rrc::pucch_cfg_ded_r13_s::pucch_num_repeat_ce_r13_c_::setup_c_::mode_b_s_::pucch_num_repeat_ce_format2_r13_opts
Definition: phy_ded.h:5840
asn1::rrc::csi_rs_cfg_v1430_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:6845
asn1::rrc::cqi_report_periodic_proc_ext_r11_s::cqi_format_ind_periodic_r11_c_::cqi_format_ind_periodic_r11_c_
cqi_format_ind_periodic_r11_c_()=default
asn1::rrc::eimta_main_cfg_serv_cell_r12_c::setup_s_::eimta_harq_ref_cfg_r12_opts::options
options
Definition: phy_ded.h:3906
asn1::rrc::cqi_report_cfg_r15_c::setup_s_::alt_cqi_table_minus1024_qam_r15_opts::csi_sf_set2
@ csi_sf_set2
Definition: phy_ded.h:3517
asn1::rrc::csi_rs_cfg_nzp_r11_s::ant_ports_count_r11_opts::nulltype
@ nulltype
Definition: phy_ded.h:187
asn1::rrc::delta_tx_d_offset_list_pucch_r10_s::delta_tx_d_offset_pucch_format3_r10_e_
enumerated< delta_tx_d_offset_pucch_format3_r10_opts > delta_tx_d_offset_pucch_format3_r10_e_
Definition: phy_ded.h:3815
asn1::rrc::n4_spucch_res_r15_s::operator==
bool operator==(const n4_spucch_res_r15_s &other) const
Definition: phy_ded.cc:3919
asn1::rrc::cqi_report_both_v1310_s
Definition: phy_ded.h:1828
asn1::rrc::ant_info_ded_s::ue_tx_ant_sel_c_::type_
types type_
Definition: phy_ded.h:4757
asn1::rrc::pucch_cfg_ded_r13_s::pucch_num_repeat_ce_r13_c_::setup_c_::mode_b_s_::pucch_num_repeat_ce_format2_r13_opts::nulltype
@ nulltype
Definition: phy_ded.h:5841
asn1::rrc::pucch_cfg_ded_r13_s::pucch_num_repeat_ce_r13_c_::setup_c_::mode_b_s_::pucch_num_repeat_ce_format1_r13_opts::to_string
const char * to_string() const
Definition: phy_ded.cc:14680
asn1::rrc::csi_rs_cfg_v1250_s::ds_zero_tx_pwr_csi_rs_r12_c_::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:6771
asn1::rrc::pusch_cfg_ded_v1130_s
Definition: phy_ded.h:6365
asn1::rrc::csi_process_r11_s::cqi_report_aperiodic_proc_v1310_c_::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:3778
asn1::rrc::pdsch_cfg_ded_v1430_s::ce_pdsch_max_bw_r14_present
bool ce_pdsch_max_bw_r14_present
Definition: phy_ded.h:5397
asn1::rrc::srs_tpc_pdcch_cfg_r14_c::setup_s_::srs_tpc_rnti_r14
fixed_bitstring< 16 > srs_tpc_rnti_r14
Definition: phy_ded.h:6789
asn1::rrc::phys_cfg_ded_s::blind_pdsch_repeat_cfg_r15_c_::setup_s_::rv_sf_pdsch_repeats_r15_opts::to_number
uint8_t to_number() const
Definition: phy_ded.cc:20541
asn1::rrc::cfi_pattern_cfg_r15_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:12492
asn1::rrc::pdsch_re_map_qcl_cfg_r11_s::optional_set_of_fields_r11_s_
Definition: phy_ded.h:2997
asn1::rrc::tpc_idx_c::types
enumerated< types_opts > types
Definition: phy_ded.h:2216
asn1::rrc::pucch_cfg_ded_r13_s::pucch_format_r13_c_::pucch_format_r13_c_
pucch_format_r13_c_()=default
asn1::rrc::pdcch_candidate_reductions_r13_c::set
void set(types::options e=types::nulltype)
Definition: phy_ded.cc:12955
asn1::rrc::epdcch_set_cfg_r11_s::mpdcch_cfg_r13_c_::setup_s_::mpdcch_num_repeat_r13_opts::r128
@ r128
Definition: phy_ded.h:2834
asn1::rrc::pusch_cfg_ded_v1130_s::pusch_dmrs_r11_c_::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:15790
asn1::rrc::phys_cfg_ded_s::semi_static_cfi_cfg_r15_c_::set_release
void set_release()
Definition: phy_ded.cc:20156
asn1::rrc::ant_info_ded_stti_r15_c::set_setup
setup_s_ & set_setup()
Definition: phy_ded.cc:8400
asn1::rrc::pdcch_candidate_reductions_r13_c::setup_s_
Definition: phy_ded.h:5254
asn1::rrc::eimta_main_cfg_serv_cell_r12_c::setup_s_::mbsfn_sf_cfg_list_v1250_c_::setup
setup_s_ & setup()
Definition: phy_ded.h:3929
asn1::rrc::cqi_report_aperiodic_proc_r11_s::operator!=
bool operator!=(const cqi_report_aperiodic_proc_r11_s &other) const
Definition: phy_ded.h:698
asn1::rrc::cqi_report_aperiodic_v1310_c::setup_s_::aperiodic_csi_trigger2_r13_c_::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:4274
asn1::rrc::pusch_cfg_ded_v1250_s
Definition: phy_ded.h:6413
asn1::rrc::pucch_cfg_ded_r13_s::ack_nack_repeat_r13_c_::type_
types type_
Definition: phy_ded.h:5545
asn1::rrc::csi_rs_cfg_non_precoded_r13_s::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:1384
asn1::rrc::srs_ul_cfg_ded_aperiodic_up_pts_ext_r13_c::setup_s_::srs_up_pts_add_r13_opts::sym2
@ sym2
Definition: phy_ded.h:7176
asn1::rrc::phys_cfg_ded_s::blind_pdsch_repeat_cfg_r15_c_::setup_s_::mcs_restrict_slot_subslot_pdsch_repeats_r15_opts::n1
@ n1
Definition: phy_ded.h:7801
asn1::rrc::ant_info_ded_s::ue_tx_ant_sel_c_::setup_opts::closed_loop
@ closed_loop
Definition: phy_ded.h:4728
asn1::rrc::spucch_elems_r15_c::setup_s_::n1_subslot_spucch_an_list_r15_present
bool n1_subslot_spucch_an_list_r15_present
Definition: phy_ded.h:2158
asn1::rrc::ant_info_ded_s::codebook_subset_restrict_c_::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:11695
asn1::rrc::pucch_cfg_ded_r13_s::pucch_num_repeat_ce_r13_c_::pucch_num_repeat_ce_r13_c_
pucch_num_repeat_ce_r13_c_()=default
asn1::rrc::ant_info_ded_stti_r15_c::setup_s_::codebook_subset_restrict_c_::types_opts::n4_tx_ant_tm3_r15
@ n4_tx_ant_tm3_r15
Definition: phy_ded.h:3257
asn1::rrc::phys_cfg_ded_s::blind_pdsch_repeat_cfg_r15_c_::c
setup_s_ c
Definition: phy_ded.h:7855
asn1::rrc::csi_rs_cfg_r10_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:6563
asn1::rrc::csi_process_r11_s::p_c_and_cbsr_list_r11
p_c_and_cbsr_pair_r13a_l p_c_and_cbsr_list_r11
Definition: phy_ded.h:1431
asn1::rrc::pucch_cfg_ded_v1020_s::pucch_format_r10_c_::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:14896
asn1::rrc::pucch_cfg_ded_r13_s::pucch_format_r13_c_::format3_r13_s_::two_ant_port_activ_pucch_format3_r13_c_
Definition: phy_ded.h:5557
asn1::rrc::srs_cfg_ap_v1310_s::cyclic_shift_ap_v1310_opts::cs10
@ cs10
Definition: phy_ded.h:4297
asn1::rrc::pucch_cfg_ded_r13_s::pucch_format_r13_c_::format3_r13_s_::two_ant_port_activ_pucch_format3_r13_c_::operator==
bool operator==(const two_ant_port_activ_pucch_format3_r13_c_ &other) const
Definition: phy_ded.cc:14160
asn1::rrc::pucch_cfg_ded_s::ack_nack_repeat_c_::type
types type() const
Definition: phy_ded.h:5462
asn1::rrc::ant_info_ded_s::codebook_subset_restrict_c_::set_n4_tx_ant_tm4
fixed_bitstring< 64 > & set_n4_tx_ant_tm4()
Definition: phy_ded.cc:11670
asn1::rrc::srs_ul_cfg_ded_v1310_c::setup_s_::cyclic_shift_v1310_opts::options
options
Definition: phy_ded.h:6963
asn1::rrc::ant_info_ded_v1430_s::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:12043
asn1::rrc::spdcch_elems_r15_c::setup_s_::dmrs_scrambling_seq_int_r15_present
bool dmrs_scrambling_seq_int_r15_present
Definition: phy_ded.h:2098
asn1::rrc::pusch_cfg_ded_v1020_s::group_hop_disabled_r10_present
bool group_hop_disabled_r10_present
Definition: phy_ded.h:6354
asn1::rrc::epdcch_set_cfg_r11_s::csi_rs_cfg_zp_id2_r12_c_::set
void set(types::options e=types::nulltype)
Definition: phy_ded.cc:7190
asn1::rrc::tdd_pusch_up_pts_r14_c::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:11346
asn1::rrc::csi_rs_cfg_zp_r11_s::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:6926
asn1::rrc::csi_process_r11_s::alt_codebook_enabled_for4_tx_proc_r12_present
bool alt_codebook_enabled_for4_tx_proc_r12_present
Definition: phy_ded.h:1437
asn1::rrc::cqi_report_cfg_r15_c::set
void set(types::options e=types::nulltype)
Definition: phy_ded.cc:9050
asn1::rrc::epdcch_set_cfg_r11_s::set_cfg_id_r11
uint8_t set_cfg_id_r11
Definition: phy_ded.h:2882
asn1::rrc::phys_cfg_ded_s::add_spec_emission_ca_r10_c_::add_spec_emission_ca_r10_c_
add_spec_emission_ca_r10_c_()=default
asn1::rrc::ant_info_ded_s::ue_tx_ant_sel_c_
Definition: phy_ded.h:4726
asn1::rrc::pucch_cfg_ded_v1430_s::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:15279
asn1::rrc::pucch_cfg_ded_r13_s::pucch_num_repeat_ce_r13_c_::setup_c_::mode_b_s_::pucch_num_repeat_ce_format1_r13_opts::value
enum asn1::rrc::pucch_cfg_ded_r13_s::pucch_num_repeat_ce_r13_c_::setup_c_::mode_b_s_::pucch_num_repeat_ce_format1_r13_opts::options value
asn1::rrc::ant_info_ded_r10_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:11878
asn1::rrc::cqi_report_cfg_v1250_s
Definition: phy_ded.h:2362
asn1::rrc::ant_info_ded_r10_s::ue_tx_ant_sel_c_::operator==
bool operator==(const ue_tx_ant_sel_c_ &other) const
Definition: phy_ded.cc:11995
asn1::rrc::sched_request_cfg_c::setup_s_::dsr_trans_max_opts::value
enum asn1::rrc::sched_request_cfg_c::setup_s_::dsr_trans_max_opts::options value
asn1::rrc::pdsch_cfg_ded_v1430_s::ce_pdsch_max_bw_r14_opts::bw20
@ bw20
Definition: phy_ded.h:5380
asn1::rrc::cqi_report_aperiodic_v1310_c::setup_s_::aperiodic_csi_trigger_v1310
aperiodic_csi_trigger_v1310_s_ aperiodic_csi_trigger_v1310
Definition: phy_ded.h:1665
asn1::rrc::epdcch_set_cfg_r11_s::tx_type_r11_opts::to_string
const char * to_string() const
Definition: phy_ded.cc:7173
asn1::rrc::spdcch_elems_r15_c::setup_s_::subslot_applicability_r15
fixed_bitstring< 5 > subslot_applicability_r15
Definition: phy_ded.h:2114
asn1::rrc::csi_rs_cfg_nzp_emimo_v1430_s
Definition: phy_ded.h:424
asn1::rrc::slot_or_subslot_pusch_cfg_r15_c::set
void set(types::options e=types::nulltype)
Definition: phy_ded.cc:11110
asn1::rrc::srs_ul_cfg_ded_aperiodic_v1310_c::set_setup
setup_s_ & set_setup()
Definition: phy_ded.cc:17515
asn1::rrc::cqi_report_cfg_r15_c::setup_s_
Definition: phy_ded.h:3515
asn1::rrc::cqi_report_periodic_v1310_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:5295
asn1::rrc::cqi_report_periodic_r10_c::setup_s_::cqi_format_ind_periodic_r10_c_::type
types type() const
Definition: phy_ded.h:1887
asn1::rrc::csi_process_r11_s::csi_process_id_r11
uint8_t csi_process_id_r11
Definition: phy_ded.h:1428
asn1::rrc::pdcch_candidate_reduction_value_r13_opts::n0
@ n0
Definition: phy_ded.h:4019
asn1::rrc::ul_pwr_ctrl_ded_v1130_s::psrs_offset_v1130
uint8_t psrs_offset_v1130
Definition: phy_ded.h:7387
asn1::rrc::pdsch_re_map_qcl_cfg_r11_s::codeword_one_cfg_v1530_c_::setup_s_::pdsch_start_v1530_opts::to_number
uint8_t to_number() const
Definition: phy_ded.cc:8282
asn1::rrc::pdcch_candidate_reduction_value_r13_e
enumerated< pdcch_candidate_reduction_value_r13_opts > pdcch_candidate_reduction_value_r13_e
Definition: phy_ded.h:4025
asn1::rrc::pdsch_re_map_qcl_cfg_r11_s::optional_set_of_fields_r11_s_::mbsfn_sf_cfg_list_r11_c_::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:7998
asn1::rrc::ul_pwr_ctrl_ded_v1130_s::delta_tx_d_offset_list_pucch_v1130_present
bool delta_tx_d_offset_list_pucch_v1130_present
Definition: phy_ded.h:7386
asn1::rrc::cqi_report_aperiodic_v1250_c::set_setup
setup_s_ & set_setup()
Definition: phy_ded.cc:4048
asn1::rrc::cqi_report_cfg_v1130_s
Definition: phy_ded.h:2349
asn1::rrc::delta_tx_d_offset_list_pucch_v1130_s::delta_tx_d_offset_pucch_format1b_cs_r11_opts::number_type
int8_t number_type
Definition: phy_ded.h:3837
asn1::rrc::ant_info_ded_v1530_c::setup_c_::types_opts::ue_tx_ant_sel_srs_minus2_t4_r_nr_of_pairs_r15
@ ue_tx_ant_sel_srs_minus2_t4_r_nr_of_pairs_r15
Definition: phy_ded.h:4889
asn1::rrc::csi_process_r11_s::cqi_report_aperiodic_proc_v1310_c_::operator!=
bool operator!=(const cqi_report_aperiodic_proc_v1310_c_ &other) const
Definition: phy_ded.h:1373
asn1::rrc::ul_pwr_ctrl_ded_v1020_s::delta_tx_d_offset_list_pucch_r10
delta_tx_d_offset_list_pucch_r10_s delta_tx_d_offset_list_pucch_r10
Definition: phy_ded.h:7373
asn1::rrc::phys_cfg_ded_s::must_cfg_r14_c_::set
void set(types::options e=types::nulltype)
Definition: phy_ded.cc:20051
asn1::rrc::cqi_report_both_v1250_s::csi_im_cfg_to_release_list_ext_r12
uint8_t csi_im_cfg_to_release_list_ext_r12
Definition: phy_ded.h:1816
asn1::rrc::ant_info_ded_stti_r15_c::setup_s_::codebook_subset_restrict
codebook_subset_restrict_c_ codebook_subset_restrict
Definition: phy_ded.h:3455
asn1::rrc::srs_ul_cfg_ded_aperiodic_up_pts_ext_r13_c::setup_s_::srs_activ_ap_r13_c_::set
void set(types::options e=types::nulltype)
Definition: phy_ded.cc:17816
asn1::rrc::epdcch_set_cfg_r11_s::mpdcch_cfg_r13_c_::setup_s_::mpdcch_start_sf_uess_r13_c_::tdd_r13_opts::v8
@ v8
Definition: phy_ded.h:2777
asn1::rrc::csi_rs_cfg_non_precoded_v1530_s::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:1661
asn1::rrc::p_c_and_cbsr_r13_s::cbsr_sel_r13_c_::type_
types type_
Definition: phy_ded.h:128
asn1::rrc::pdsch_cfg_ded_v1530_s::ce_pdsch_flex_start_prb_alloc_cfg_r15_present
bool ce_pdsch_flex_start_prb_alloc_cfg_r15_present
Definition: phy_ded.h:5428
asn1::rrc::ant_info_ded_v920_s::codebook_subset_restrict_v920_c_::set_n2_tx_ant_tm8_r9
fixed_bitstring< 6 > & set_n2_tx_ant_tm8_r9()
Definition: phy_ded.cc:12288
asn1::rrc::csi_rs_cfg_non_precoded_v1480_s::codebook_cfg_n1_v1480_opts::number_type
uint8_t number_type
Definition: phy_ded.h:628
asn1::rrc::cqi_report_periodic_proc_ext_r11_s::cqi_pmi_cfg_idx_r11
uint16_t cqi_pmi_cfg_idx_r11
Definition: phy_ded.h:1240
asn1::rrc::epdcch_cfg_r11_s::cfg_r11_c_::setup_s_::sf_pattern_cfg_r11_present
bool sf_pattern_cfg_r11_present
Definition: phy_ded.h:5202
asn1::rrc::ant_info_ul_r10_s::tx_mode_ul_r10_opts::spare2
@ spare2
Definition: phy_ded.h:5018
asn1::rrc::csi_rs_cfg_nzp_emimo_r13_c::setup_s_::cdm_type_r13_present
bool cdm_type_r13_present
Definition: phy_ded.h:389
asn1::rrc::csi_rs_cfg_emimo_r13_c::setup_c_::operator=
setup_c_ & operator=(const setup_c_ &other)
Definition: phy_ded.cc:2114
asn1::rrc::phys_cfg_ded_s::ce_mode_r13_c_::type_
types type_
Definition: phy_ded.h:7594
asn1::rrc::cqi_report_both_v1310_s::operator!=
bool operator!=(const cqi_report_both_v1310_s &other) const
Definition: phy_ded.h:1839
asn1::rrc::ul_pwr_ctrl_ded_stti_r15_s::operator==
bool operator==(const ul_pwr_ctrl_ded_stti_r15_s &other) const
Definition: phy_ded.cc:11456
asn1::rrc::phys_cfg_ded_stti_r15_c::setup_s_::cqi_report_cfg_r15_present
bool cqi_report_cfg_r15_present
Definition: phy_ded.h:6672
asn1::rrc::pusch_cfg_ded_v1530_s::ce_pusch_flex_start_prb_alloc_cfg_r15_c_::setup_s_
Definition: phy_ded.h:6485
asn1::rrc::csi_rs_cfg_v1250_s::ds_zero_tx_pwr_csi_rs_r12_c_
Definition: phy_ded.h:2531
asn1::rrc::cri_report_cfg_r13_c::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:1880
asn1::rrc::ant_info_ded_v920_s::codebook_subset_restrict_v920_c_::types
enumerated< types_opts > types
Definition: phy_ded.h:4962
asn1::rrc::phys_cfg_ded_s::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:19364
asn1::rrc::srs_ul_cfg_ded_c::srs_ul_cfg_ded_c
srs_ul_cfg_ded_c()=default
asn1::rrc::csi_rs_cfg_emimo2_r14_c::types
setup_e types
Definition: phy_ded.h:501
asn1::rrc::phys_cfg_ded_s::csi_rs_cfg_nzp_to_add_mod_list_r11
copy_ptr< csi_rs_cfg_nzp_to_add_mod_list_r11_l > csi_rs_cfg_nzp_to_add_mod_list_r11
Definition: phy_ded.h:7901
asn1::rrc::srs_cfg_ap_r13_s::cyclic_shift_ap_r13_opts
Definition: phy_ded.h:4261
asn1::rrc::epdcch_set_cfg_r11_s::num_prb_pairs_v1310_c_::types
setup_e types
Definition: phy_ded.h:2732
asn1::rrc::csi_rs_cfg_emimo_v1430_c::setup_c_::types_opts::options
options
Definition: phy_ded.h:894
asn1::rrc::phys_cfg_ded_s::srs_ul_cfg_ded_v1310
copy_ptr< srs_ul_cfg_ded_v1310_c > srs_ul_cfg_ded_v1310
Definition: phy_ded.h:7927
asn1::rrc::delta_tx_d_offset_list_pucch_v1130_s::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:9769
asn1::rrc::pdsch_cfg_ded_v1530_s::alt_mcs_table_scaling_cfg_r15_opts::to_string
const char * to_string() const
Definition: phy_ded.cc:13395
asn1::rrc::cqi_report_periodic_c::c
setup_s_ c
Definition: phy_ded.h:3644
asn1::rrc::pucch_cfg_ded_r13_s::nka_pucch_param_r13_c_::types
setup_e types
Definition: phy_ded.h:5772
asn1::rrc::epdcch_set_cfg_r11_s::mpdcch_cfg_r13_c_::setup_s_::mpdcch_start_sf_uess_r13_c_::tdd_r13_opts::spare1
@ spare1
Definition: phy_ded.h:2777
asn1::rrc::zero_tx_pwr_csi_rs_r12_s::operator!=
bool operator!=(const zero_tx_pwr_csi_rs_r12_s &other) const
Definition: phy_ded.h:1514
asn1::rrc::csi_rs_cfg_emimo_v1480_c::setup_c_::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:2584
asn1::rrc::csi_rs_cfg_nzp_emimo_r13_c::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:977
asn1::rrc::csi_rs_cfg_bf_r14_s::ace_for4_tx_per_res_cfg_list_r14_l_
bounded_array< bool, 7 > ace_for4_tx_per_res_cfg_list_r14_l_
Definition: phy_ded.h:346
asn1::rrc::pusch_cfg_ded_v1250_s::uci_on_pusch_c_::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:15848
asn1::rrc::tpc_pdcch_cfg_c::types
setup_e types
Definition: phy_ded.h:3204
asn1::rrc::pdsch_re_map_qcl_cfg_r11_s::codeword_one_cfg_v1530_c_::type
types type() const
Definition: phy_ded.h:3124
asn1::rrc::phys_cfg_ded_s::ant_info_v1530
copy_ptr< ant_info_ded_v1530_c > ant_info_v1530
Definition: phy_ded.h:7962
asn1::rrc::slot_or_subslot_pdsch_cfg_r15_c::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:11014
asn1::rrc::srs_tpc_pdcch_cfg_r14_c::set_release
void set_release()
Definition: phy_ded.cc:16859
asn1::rrc::ant_info_ded_stti_r15_c::setup_s_::codebook_subset_restrict_c_::types_opts::n2_tx_ant_tm3_r15
@ n2_tx_ant_tm3_r15
Definition: phy_ded.h:3256
asn1::rrc::phys_cfg_ded_s::tpc_pdcch_cfg_pucch_present
bool tpc_pdcch_cfg_pucch_present
Definition: phy_ded.h:7864
asn1::rrc::ul_pwr_ctrl_ded_v1250_s::set2_pwr_ctrl_param_c_::setup_s_::p0_nominal_pusch_sf_set2_r12
int8_t p0_nominal_pusch_sf_set2_r12
Definition: phy_ded.h:7404
asn1::rrc::pusch_cfg_ded_v1020_s::beta_offset_mc_r10_present
bool beta_offset_mc_r10_present
Definition: phy_ded.h:6353
asn1::rrc::cqi_report_cfg_v1430_s::operator!=
bool operator!=(const cqi_report_cfg_v1430_s &other) const
Definition: phy_ded.h:2463
asn1::rrc::spucch_elems_r15_c::setup_s_::n4max_coderate_slot_pucch_r15_present
bool n4max_coderate_slot_pucch_r15_present
Definition: phy_ded.h:2164
asn1::rrc::p_c_and_cbsr_r15_s::p_c_r15
int8_t p_c_r15
Definition: phy_ded.h:330
asn1::rrc::cqi_report_both_r11_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:4602
asn1::rrc::cqi_report_periodic_proc_ext_r11_s::ext
bool ext
Definition: phy_ded.h:1236
asn1::rrc::pusch_cfg_ded_v1530_s::ce_pusch_sub_prb_cfg_r15_c_::setup_s_::location_ce_mode_b_r15_present
bool location_ce_mode_b_r15_present
Definition: phy_ded.h:6518
asn1::rrc::eimta_main_cfg_r12_c::eimta_main_cfg_r12_c
eimta_main_cfg_r12_c()=default
asn1::rrc::epdcch_set_cfg_r11_s::mpdcch_cfg_r13_c_::setup_s_::csi_num_repeat_ce_r13_opts::sf4
@ sf4
Definition: phy_ded.h:2753
asn1::rrc::cqi_report_cfg_r10_s::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:6112
asn1::rrc::phys_cfg_ded_s::semi_static_cfi_cfg_r15_c_::setup_c_::set
void set(types::options e=types::nulltype)
Definition: phy_ded.cc:20226
asn1::rrc::ant_info_ded_stti_r15_c::type
types type() const
Definition: phy_ded.h:3465
asn1::rrc::epdcch_cfg_r11_s::cfg_r11_c_::setup_s_::start_symbol_r11
uint8_t start_symbol_r11
Definition: phy_ded.h:5207
asn1::rrc::cqi_report_cfg_v1530_s::alt_cqi_table_minus1024_qam_r15_opts::nulltype
@ nulltype
Definition: phy_ded.h:5094
asn1::rrc::csi_rs_cfg_nzp_r11_s::qcl_crs_info_r11_s_::mbsfn_sf_cfg_list_r11_present
bool mbsfn_sf_cfg_list_r11_present
Definition: phy_ded.h:238
asn1::rrc::srs_cfg_ap_r13_s::tx_comb_num_r13_opts::value
enum asn1::rrc::srs_cfg_ap_r13_s::tx_comb_num_r13_opts::options value
asn1::rrc::pucch_format3_conf_r13_s::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:10191
asn1::rrc::csi_rs_cfg_emimo2_r14_c::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:1303
asn1::rrc::phys_cfg_ded_s::must_cfg_r14_c_::setup_s_::k_max_r14_opts::to_number
uint8_t to_number() const
Definition: phy_ded.cc:20130
asn1::rrc::ant_info_ded_v920_s::codebook_subset_restrict_v920_c_::codebook_subset_restrict_v920_c_
codebook_subset_restrict_v920_c_()=default
asn1::rrc::epdcch_set_cfg_r11_s::mpdcch_cfg_r13_c_::setup_s_::mpdcch_start_sf_uess_r13_c_::tdd_r13_opts::v5
@ v5
Definition: phy_ded.h:2777
asn1::rrc::csi_rs_cfg_nzp_r11_s::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:460
asn1::rrc::cfi_cfg_r15_s::cfi_sf_mbsfn_r15_present
bool cfi_sf_mbsfn_r15_present
Definition: phy_ded.h:5043
asn1::rrc::epdcch_set_cfg_r11_s::mpdcch_cfg_r13_c_::setup_s_::mpdcch_pdsch_hop_cfg_r13_opts::off
@ off
Definition: phy_ded.h:2761
asn1::rrc::ant_info_ded_stti_r15_c::setup_s_::tx_mode_dl_non_mbsfn_r15_opts
Definition: phy_ded.h:3245
asn1::rrc::pucch_cfg_ded_v1430_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:15269
asn1::rrc::phys_cfg_ded_s::pusch_cfg_ded
pusch_cfg_ded_s pusch_cfg_ded
Definition: phy_ded.h:7872
asn1::rrc::epdcch_cfg_r11_s::cfg_r11_c_::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:12839
asn1::rrc::phys_cfg_ded_s::blind_pdsch_repeat_cfg_r15_c_::setup_s_::mcs_restrict_sf_pdsch_repeats_r15_opts::value
enum asn1::rrc::phys_cfg_ded_s::blind_pdsch_repeat_cfg_r15_c_::setup_s_::mcs_restrict_sf_pdsch_repeats_r15_opts::options value
asn1::rrc::cqi_report_periodic_proc_ext_r11_s::cqi_format_ind_periodic_r11_c_::operator!=
bool operator!=(const cqi_format_ind_periodic_r11_c_ &other) const
Definition: phy_ded.h:1160
asn1::rrc::cqi_report_aperiodic_proc_r11_s::trigger10_r11
bool trigger10_r11
Definition: phy_ded.h:690
asn1::rrc::csi_rs_cfg_emimo_v1430_c::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:2226
asn1::rrc::cri_report_cfg_r13_c::setup_s_
Definition: phy_ded.h:735
asn1::rrc::cqi_report_aperiodic_hybrid_r14_s::triggers_r14_c_::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:4484
asn1::rrc::cqi_report_mode_aperiodic_opts::rm22
@ rm22
Definition: phy_ded.h:444
asn1::rrc::spucch_elems_r15_c::setup_s_::n4_spucch_subslot_res_r15
n4_spucch_subslot_res_r15_l_ n4_spucch_subslot_res_r15
Definition: phy_ded.h:2173
asn1::rrc::pucch_cfg_ded_r13_s::pucch_num_repeat_ce_r13_c_::setup_c_::type
types type() const
Definition: phy_ded.h:5866
asn1::rrc::pusch_cfg_ded_v1530_s::ce_pusch_sub_prb_cfg_r15_c_::set_setup
setup_s_ & set_setup()
Definition: phy_ded.cc:16104
asn1::rrc::epdcch_set_cfg_r11_s::mpdcch_cfg_r13
copy_ptr< mpdcch_cfg_r13_c_ > mpdcch_cfg_r13
Definition: phy_ded.h:2893
asn1::rrc::srs_cfg_ap_r13_s::cyclic_shift_ap_r13_opts::cs8
@ cs8
Definition: phy_ded.h:4262
asn1::rrc::pdsch_cfg_ded_v1530_s::alt_mcs_table_scaling_cfg_r15_opts::odot625
@ odot625
Definition: phy_ded.h:5414
asn1::rrc::delta_tx_d_offset_list_pucch_v1130_s::delta_tx_d_offset_pucch_format1b_cs_r11_e_
enumerated< delta_tx_d_offset_pucch_format1b_cs_r11_opts > delta_tx_d_offset_pucch_format1b_cs_r11_e_
Definition: phy_ded.h:3842
asn1::rrc::csi_rs_cfg_emimo_r13_c::setup_c_
Definition: phy_ded.h:810
asn1::rrc::phys_cfg_ded_s::sched_request_cfg_present
bool sched_request_cfg_present
Definition: phy_ded.h:7869
asn1::rrc::csi_rs_cfg_non_precoded_r13_s::codebook_over_sampling_rate_cfg_o1_r13_e_
enumerated< codebook_over_sampling_rate_cfg_o1_r13_opts > codebook_over_sampling_rate_cfg_o1_r13_e_
Definition: phy_ded.h:556
asn1::rrc::pucch_cfg_ded_r13_s::pucch_num_repeat_ce_r13_c_::setup_c_::set_mode_a
mode_a_s_ & set_mode_a()
Definition: phy_ded.cc:14539
asn1::rrc::pucch_cfg_ded_v1130_s::npucch_param_r11_c_::set
void set(types::options e=types::nulltype)
Definition: phy_ded.cc:15108
asn1::rrc::ant_info_ded_s::codebook_subset_restrict_c_::types_opts::n2_tx_ant_tm5
@ n2_tx_ant_tm5
Definition: phy_ded.h:4609
asn1::rrc::pucch_cfg_ded_r13_s::pucch_num_repeat_ce_r13_c_::setup_c_
Definition: phy_ded.h:5808
asn1::rrc::srs_cfg_ap_v1310_s::cyclic_shift_ap_v1310_opts::to_number
uint8_t to_number() const
Definition: phy_ded.cc:10720
asn1::rrc::pdsch_cfg_ded_v1130_s::qcl_operation_present
bool qcl_operation_present
Definition: phy_ded.h:5325
asn1::rrc::ant_info_ul_r10_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:12360
asn1::rrc::pdsch_cfg_ded_v1130_s::re_map_qcl_cfg_to_release_list_r11_present
bool re_map_qcl_cfg_to_release_list_r11_present
Definition: phy_ded.h:5326
asn1::rrc::srs_cfg_ap_r13_s::cyclic_shift_ap_r13_opts::cs9
@ cs9
Definition: phy_ded.h:4262
asn1::rrc::ant_info_ded_stti_r15_c::setup_s_::codebook_subset_restrict_c_::n4_tx_ant_tm9and10_r15
fixed_bitstring< 96 > & n4_tx_ant_tm9and10_r15()
Definition: phy_ded.h:3344
asn1::rrc::phys_cfg_ded_s::blind_pdsch_repeat_cfg_r15_c_::setup_s_::max_num_slot_subslot_pdsch_repeats_r15_opts::nulltype
@ nulltype
Definition: phy_ded.h:7769
asn1::rrc::ant_info_ded_stti_r15_c::setup_s_::max_layers_mimo_stti_r15_opts::four_layers
@ four_layers
Definition: phy_ded.h:3440
asn1::rrc::csi_rs_cfg_non_precoded_r13_s::codebook_cfg_n1_r13
codebook_cfg_n1_r13_e_ codebook_cfg_n1_r13
Definition: phy_ded.h:574
asn1::rrc::csi_rs_cfg_nzp_activation_r14_s::csi_rs_nzp_mode_r14_opts::aperiodic
@ aperiodic
Definition: phy_ded.h:166
asn1::rrc::ant_info_ded_s::tx_mode_e_
enumerated< tx_mode_opts > tx_mode_e_
Definition: phy_ded.h:4601
asn1::enumerated< types_opts >
asn1::rrc::pucch_format3_conf_r13_s::two_ant_port_activ_pucch_format3_r13_c_::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:10251
asn1::rrc::cqi_report_aperiodic_v1310_c::setup_s_::aperiodic_csi_trigger2_r13_c_::setup_s_::trigger2_sf_set_ind_r13
fixed_bitstring< 32 > trigger2_sf_set_ind_r13
Definition: phy_ded.h:1626
asn1::rrc::sched_request_cfg_v1020_s
Definition: phy_ded.h:6870
asn1::rrc::csi_rs_cfg_non_precoded_v1530_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:1641
asn1::rrc::pdsch_cfg_ded_v1530_s::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:13360
asn1::rrc::cqi_report_periodic_c::setup_s_::cqi_format_ind_periodic_c_::subband_cqi
subband_cqi_s_ & subband_cqi()
Definition: phy_ded.h:3593
asn1::rrc::csi_rs_cfg_non_precoded_r13_s::codebook_over_sampling_rate_cfg_o1_r13_opts::options
options
Definition: phy_ded.h:550
asn1::rrc::cqi_report_cfg_r10_s::csi_sf_pattern_cfg_r10_c_::csi_sf_pattern_cfg_r10_c_
csi_sf_pattern_cfg_r10_c_()=default
asn1::rrc::cqi_report_periodic_r10_c::setup_s_::cqi_format_ind_periodic_r10_c_::destroy_
void destroy_()
Definition: phy_ded.cc:4931
asn1::rrc::cqi_report_mode_aperiodic_opts::rm30
@ rm30
Definition: phy_ded.h:444
asn1::rrc::ant_info_ded_stti_r15_c::setup_s_::tx_mode_dl_mbsfn_r15_opts::options
options
Definition: phy_ded.h:3238
asn1::rrc::csi_rs_cfg_emimo_v1430_c::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:2241
asn1::rrc::pusch_cfg_ded_v1530_s::ce_pusch_sub_prb_cfg_r15_c_::set_release
void set_release()
Definition: phy_ded.cc:16099
asn1::rrc::ant_info_ded_stti_r15_c::type_
types type_
Definition: phy_ded.h:3486
asn1::rrc::ul_pwr_ctrl_ded_v1020_s::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:18131
asn1::rrc::pucch_cfg_ded_v1020_s::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:14758
asn1::rrc::csi_process_r11_s::cqi_report_aperiodic_proc_v1310_c_::set_release
void set_release()
Definition: phy_ded.cc:3769
asn1::rrc::pdsch_cfg_ded_v1530_s
Definition: phy_ded.h:5412
asn1::rrc::srs_ul_cfg_ded_c::setup_s_::srs_bw_opts::bw3
@ bw3
Definition: phy_ded.h:6884
asn1::rrc::epdcch_cfg_r11_s::cfg_r11_c_::setup_s_::set_cfg_to_release_list_r11_present
bool set_cfg_to_release_list_r11_present
Definition: phy_ded.h:5204
asn1::rrc::spucch_cfg_r15_c::setup_s_::dummy_s_::n3_spucch_an_list_r15
n3_spucch_an_list_r15_l_ n3_spucch_an_list_r15
Definition: phy_ded.h:4165
asn1::rrc::pdsch_cfg_ded_s::p_a
p_a_e_ p_a
Definition: phy_ded.h:5304
asn1::rrc::phys_cfg_ded_s::ce_mode_r13_c_::setup_opts::nulltype
@ nulltype
Definition: phy_ded.h:7565
asn1::rrc::ant_info_ded_stti_r15_c::setup
setup_s_ & setup()
Definition: phy_ded.h:3472
asn1::rrc::pucch_cfg_ded_r13_s::tdd_ack_nack_feedback_mode_r13_opts
Definition: phy_ded.h:5548
asn1::rrc::enable256_qam_r14_c::setup_c_::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:7752
asn1::rrc::csi_rs_cfg_v1250_s::zero_tx_pwr_csi_rs2_r12_present
bool zero_tx_pwr_csi_rs2_r12_present
Definition: phy_ded.h:2569
asn1::rrc::pucch_cfg_ded_s::ack_nack_repeat_c_::set_setup
setup_s_ & set_setup()
Definition: phy_ded.cc:13453
asn1::rrc::csi_rs_cfg_v1430_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:6863
asn1::rrc::spdcch_elems_r15_c::setup_s_::sf_type_r15_opts::nulltype
@ nulltype
Definition: phy_ded.h:2078
asn1::rrc::ant_info_ded_stti_r15_c::operator==
bool operator==(const ant_info_ded_stti_r15_c &other) const
Definition: phy_ded.cc:8502
asn1::rrc::pusch_cfg_ded_r13_s::uci_on_pusch_c_::setup_s_::beta_offset_mc_r12_s_::beta_offset2_ack_idx_mc_sf_set2_r13
uint8_t beta_offset2_ack_idx_mc_sf_set2_r13
Definition: phy_ded.h:6276
asn1::rrc::spdcch_cfg_r15_c::setup_s_::spdcch_l1_reuse_ind_r15_opts::options
options
Definition: phy_ded.h:4114
asn1::rrc::pdsch_re_map_qcl_cfg_r11_s::mbsfn_sf_cfg_list_v1430_c_::setup_s_
Definition: phy_ded.h:3056
asn1::rrc::pucch_cfg_ded_r13_s::pucch_num_repeat_ce_r13_c_::type
types type() const
Definition: phy_ded.h:5907
asn1::rrc::sched_request_cfg_v1530_c::setup_s_::dssr_trans_max_r15_opts::nulltype
@ nulltype
Definition: phy_ded.h:4333
asn1::rrc::dmrs_cfg_r11_c::set
void set(types::options e=types::nulltype)
Definition: phy_ded.cc:9569
asn1::rrc::pucch_cfg_ded_r13_s::pucch_num_repeat_ce_r13_c_::set_setup
setup_c_ & set_setup()
Definition: phy_ded.cc:14411
asn1::rrc::srs_ul_cfg_ded_up_pts_ext_r13_c::setup_s_::srs_bw_r13_opts::bw2
@ bw2
Definition: phy_ded.h:7269
asn1::rrc::sched_request_cfg_v1530_c::setup_s_::dssr_trans_max_r15_opts::n8
@ n8
Definition: phy_ded.h:4333
asn1::rrc::csi_process_r11_s::cqi_report_aperiodic_proc2_v1310_c_
Definition: phy_ded.h:1392
asn1::rrc::ant_info_ded_s::tx_mode_opts::number_type
uint8_t number_type
Definition: phy_ded.h:4596
asn1::rrc::ul_pwr_ctrl_ded_v1130_s::delta_tx_d_offset_list_pucch_v1130
delta_tx_d_offset_list_pucch_v1130_s delta_tx_d_offset_list_pucch_v1130
Definition: phy_ded.h:7389
asn1::rrc::phys_cfg_ded_s::blind_pdsch_repeat_cfg_r15_c_::setup_s_::mcs_restrict_slot_subslot_pdsch_repeats_r15_e_
enumerated< mcs_restrict_slot_subslot_pdsch_repeats_r15_opts > mcs_restrict_slot_subslot_pdsch_repeats_r15_e_
Definition: phy_ded.h:7808
asn1::rrc::sched_request_cfg_v1530_c::setup_s_::sr_slot_spucch_idx_no_fh_r15
uint16_t sr_slot_spucch_idx_no_fh_r15
Definition: phy_ded.h:4348
asn1::rrc::pucch_cfg_ded_r13_s::pucch_num_repeat_ce_r13_c_::setup_c_::types_opts::nulltype
@ nulltype
Definition: phy_ded.h:5854
asn1::rrc::phys_cfg_ded_s::blind_pdsch_repeat_cfg_r15_c_::setup_s_::rv_sf_pdsch_repeats_r15
rv_sf_pdsch_repeats_r15_e_ rv_sf_pdsch_repeats_r15
Definition: phy_ded.h:7823
asn1::rrc::srs_ul_cfg_ded_v1310_c::setup_s_::cyclic_shift_v1310_opts::to_number
uint8_t to_number() const
Definition: phy_ded.cc:17312
asn1::rrc::cqi_report_aperiodic_r10_c::setup_s_::cqi_report_mode_aperiodic_r10
cqi_report_mode_aperiodic_e cqi_report_mode_aperiodic_r10
Definition: phy_ded.h:1527
asn1::rrc::pucch_format3_conf_r13_s::two_ant_port_activ_pucch_format3_r13_c_::type_
types type_
Definition: phy_ded.h:4086
asn1::rrc::pdcch_candidate_reduction_value_r13_opts::n33
@ n33
Definition: phy_ded.h:4019
asn1::rrc::cqi_report_aperiodic_v1310_c::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:4159
asn1::rrc::csi_rs_cfg_nzp_emimo_r13_c::csi_rs_cfg_nzp_emimo_r13_c
csi_rs_cfg_nzp_emimo_r13_c()=default
asn1::rrc::ant_info_ded_s::codebook_subset_restrict_c_::set
void set(types::options e=types::nulltype)
Definition: phy_ded.cc:11545
asn1::rrc::srs_ul_cfg_ded_v1310_c::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:17269
asn1::rrc::pucch_cfg_ded_v1130_s::n1_pucch_an_cs_v1130_c_::types
setup_e types
Definition: phy_ded.h:6080
asn1::rrc::pdsch_re_map_qcl_cfg_r11_s::codeword_one_cfg_v1530_c_::setup_s_::qcl_csi_rs_cfg_nzp_id_v1530_present
bool qcl_csi_rs_cfg_nzp_id_v1530_present
Definition: phy_ded.h:3110
asn1::rrc::pucch_cfg_ded_r13_s::ack_nack_repeat_r13_c_::setup_s_::repeat_factor_r13_e_
enumerated< repeat_factor_r13_opts > repeat_factor_r13_e_
Definition: phy_ded.h:5513
asn1::rrc::cqi_report_aperiodic_v1250_c::setup_s_::aperiodic_csi_trigger_v1250_s_::trigger1_sf_set_ind_r12
fixed_bitstring< 8 > trigger1_sf_set_ind_r12
Definition: phy_ded.h:1575
asn1::rrc::cqi_report_periodic_c::setup_s_::cqi_format_ind_periodic_c_::types
enumerated< types_opts > types
Definition: phy_ded.h:3583
asn1::rrc::nzp_res_cfg_r13_s::tx_comb_r14_present
bool tx_comb_r14_present
Definition: phy_ded.h:312
asn1::rrc::tpc_pdcch_cfg_c::setup_s_::tpc_rnti
fixed_bitstring< 16 > tpc_rnti
Definition: phy_ded.h:3201
asn1::rrc::pusch_cfg_ded_v1530_s::ce_pusch_flex_start_prb_alloc_cfg_r15_c_
Definition: phy_ded.h:6484
asn1::rrc::pusch_cfg_ded_v1130_s::pusch_dmrs_r11
pusch_dmrs_r11_c_ pusch_dmrs_r11
Definition: phy_ded.h:6402
asn1::rrc::csi_rs_cfg_non_precoded_v1430_s::codebook_cfg_n2_v1430_e_
enumerated< codebook_cfg_n2_v1430_opts > codebook_cfg_n2_v1430_e_
Definition: phy_ded.h:607
asn1::rrc::csi_rs_cfg_v1250_s::ds_zero_tx_pwr_csi_rs_r12_present
bool ds_zero_tx_pwr_csi_rs_r12_present
Definition: phy_ded.h:2570
asn1::rrc::pdsch_re_map_qcl_cfg_r11_s::codeword_one_cfg_v1530_c_::setup_s_::crs_ports_count_v1530_opts::n2
@ n2
Definition: phy_ded.h:3091
asn1::rrc::csi_rs_cfg_bf_r13_s::p_c_and_cbsr_per_res_cfg_list_r13_present
bool p_c_and_cbsr_per_res_cfg_list_r13_present
Definition: phy_ded.h:462
asn1::rrc::ant_info_ded_v1430_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:12031
asn1::rrc::cqi_report_aperiodic_hybrid_r14_s::triggers_r14_c_::type_
types type_
Definition: phy_ded.h:1775
asn1::rrc::pdsch_cfg_ded_v1530_s::operator==
bool operator==(const pdsch_cfg_ded_v1530_s &other) const
Definition: phy_ded.cc:13383
asn1::rrc::dmrs_cfg_r11_c::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:9616
asn1::rrc::pdsch_re_map_qcl_cfg_r11_s::optional_set_of_fields_r11_s_::pdsch_start_r11_opts::n3
@ n3
Definition: phy_ded.h:3040
asn1::rrc::phys_cfg_ded_s::srs_ul_cfg_ded_aperiodic_v1310
copy_ptr< srs_ul_cfg_ded_aperiodic_v1310_c > srs_ul_cfg_ded_aperiodic_v1310
Definition: phy_ded.h:7929
asn1::rrc::cqi_report_cfg_r15_c::setup_s_::alt_cqi_table_minus1024_qam_r15_e_
enumerated< alt_cqi_table_minus1024_qam_r15_opts > alt_cqi_table_minus1024_qam_r15_e_
Definition: phy_ded.h:3523
asn1::rrc::tdd_pusch_up_pts_r14_c::type_
types type_
Definition: phy_ded.h:4573
asn1::rrc::phys_cfg_ded_s::blind_pdsch_repeat_cfg_r15_c_::setup_s_::mcs_restrict_slot_subslot_pdsch_repeats_r15_opts::nulltype
@ nulltype
Definition: phy_ded.h:7801
asn1::rrc::cqi_report_aperiodic_v1310_c::setup_s_::aperiodic_csi_trigger_v1310_s_::trigger1_r13
fixed_bitstring< 32 > trigger1_r13
Definition: phy_ded.h:1616
asn1::rrc::srs_cfg_ap_r13_s::tx_comb_num_r13_opts::n4
@ n4
Definition: phy_ded.h:4270
asn1::rrc::delta_tx_d_offset_list_pucch_v1130_s::delta_tx_d_offset_pucch_format1b_cs_r11_opts::to_number
int8_t to_number() const
Definition: phy_ded.cc:9786
asn1::rrc::srs_ul_cfg_ded_c::setup_s_::srs_bw_opts::value
enum asn1::rrc::srs_ul_cfg_ded_c::setup_s_::srs_bw_opts::options value
asn1::rrc::delta_tx_d_offset_list_spucch_r15_s::delta_tx_d_offset_spucch_format1a_r15_opts::to_string
const char * to_string() const
Definition: phy_ded.cc:6991
asn1::rrc::cqi_report_aperiodic_v1310_c
Definition: phy_ded.h:1613
asn1::rrc::srs_ul_cfg_ded_aperiodic_r10_c::setup_s_::srs_activ_ap_r10
srs_activ_ap_r10_c_ srs_activ_ap_r10
Definition: phy_ded.h:7063
asn1::rrc::srs_ul_cfg_ded_aperiodic_up_pts_ext_r13_c::setup_s_::srs_up_pts_add_r13_opts::options
options
Definition: phy_ded.h:7176
asn1::rrc::cqi_report_aperiodic_hybrid_r14_s::triggers_r14_c_::three_bit_r14_s_::trigger011_ind_r14
fixed_bitstring< 32 > trigger011_ind_r14
Definition: phy_ded.h:1712
asn1::rrc::spdcch_elems_r15_c::setup_s_::ext
bool ext
Definition: phy_ded.h:2093
asn1::rrc::pucch_cfg_ded_v1020_s::pucch_format_r10_c_::types_opts::ch_sel_r10
@ ch_sel_r10
Definition: phy_ded.h:6008
asn1::rrc::srs_ul_cfg_ded_c::setup_s_::srs_bw_opts::options
options
Definition: phy_ded.h:6884
asn1::rrc::pusch_cfg_ded_r13_s::beta_offset_mc_r13_s_::beta_offset_ri_idx_mc_r13
uint8_t beta_offset_ri_idx_mc_r13
Definition: phy_ded.h:6234
asn1::rrc::pucch_cfg_ded_r13_s::pucch_format_r13_c_::ch_sel_r13_s_::n1_pucch_an_cs_r13_c_::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:14230
asn1::rrc::csi_process_r11_s::cqi_report_aperiodic_proc2_r12_c_::types
setup_e types
Definition: phy_ded.h:1333
asn1::rrc::csi_rs_cfg_emimo_v1530_c::set_setup
setup_c_ & set_setup()
Definition: phy_ded.cc:2643
asn1::rrc::pucch_cfg_ded_r13_s::pucch_num_repeat_ce_r13_c_::setup_c_::mode_b_s_::pucch_num_repeat_ce_format1_r13_opts::r32
@ r32
Definition: phy_ded.h:5833
asn1::rrc::cqi_report_periodic_proc_ext_r11_s::periodicity_factor_wb_r13_e_
enumerated< periodicity_factor_wb_r13_opts > periodicity_factor_wb_r13_e_
Definition: phy_ded.h:1233
asn1::rrc::delta_tx_d_offset_list_pucch_r10_s::operator==
bool operator==(const delta_tx_d_offset_list_pucch_r10_s &other) const
Definition: phy_ded.cc:9696
asn1::rrc::cqi_report_periodic_v1310_s::operator!=
bool operator!=(const cqi_report_periodic_v1310_s &other) const
Definition: phy_ded.h:2029
asn1::rrc::pusch_cfg_ded_v1250_s::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:15827
asn1::rrc::delta_tx_d_offset_list_pucch_r10_s::delta_tx_d_offset_pucch_format1a1b_r10_opts
Definition: phy_ded.h:3792
asn1::rrc::cqi_report_aperiodic_r10_c::setup_s_::aperiodic_csi_trigger_r10
aperiodic_csi_trigger_r10_s_ aperiodic_csi_trigger_r10
Definition: phy_ded.h:1528
asn1::rrc::sched_request_cfg_c::setup_s_::dsr_trans_max_opts::n4
@ n4
Definition: phy_ded.h:6828
asn1::rrc::pucch_cfg_ded_v1130_s::npucch_param_r11_c_
Definition: phy_ded.h:6107
asn1::rrc::pucch_cfg_ded_r13_s::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:13617
asn1::rrc::cqi_report_aperiodic_hybrid_r14_s::triggers_r14_present
bool triggers_r14_present
Definition: phy_ded.h:1782
asn1::rrc::cqi_report_periodic_r10_c::setup_s_::csi_cfg_idx_r10_c_::setup_s_::cqi_pmi_cfg_idx2_r10
uint16_t cqi_pmi_cfg_idx2_r10
Definition: phy_ded.h:1926
asn1::rrc::pucch_cfg_ded_v1130_s::npucch_param_r11_c_::setup_s_::n1_pucch_an_r11
uint16_t n1_pucch_an_r11
Definition: phy_ded.h:6110
asn1::rrc::csi_rs_cfg_non_precoded_v1480_s::operator==
bool operator==(const csi_rs_cfg_non_precoded_v1480_s &other) const
Definition: phy_ded.cc:1607
asn1::rrc::ant_info_ded_stti_r15_c::setup_s_::tx_mode_dl_non_mbsfn_r15
tx_mode_dl_non_mbsfn_r15_e_ tx_mode_dl_non_mbsfn_r15
Definition: phy_ded.h:3454
asn1::rrc::csi_process_r11_s::cqi_report_aperiodic_proc2_v1310_c_::set_setup
cqi_report_aperiodic_proc_v1310_s & set_setup()
Definition: phy_ded.cc:3839
asn1::rrc::phys_cfg_ded_s::blind_pdsch_repeat_cfg_r15_c_::setup_s_::rv_slotsublot_pdsch_repeats_r15_opts::dlrvseq1
@ dlrvseq1
Definition: phy_ded.h:7785
asn1::rrc::csi_rs_cfg_emimo_v1430_c::setup_c_::set_bf_v1430
csi_rs_cfg_bf_v1430_s & set_bf_v1430()
Definition: phy_ded.cc:2351
asn1::rrc::ant_info_ded_stti_r15_c::setup_s_::codebook_subset_restrict_c_::n4_tx_ant_tm8_r15
fixed_bitstring< 64 > & n4_tx_ant_tm8_r15()
Definition: phy_ded.h:3334
asn1::rrc::epdcch_set_cfg_r11_s::mpdcch_cfg_r13_c_::setup_s_::mpdcch_pdsch_hop_cfg_r13_opts
Definition: phy_ded.h:2760
asn1::rrc::cqi_report_cfg_v1320_s::cqi_report_periodic_v1320_present
bool cqi_report_periodic_v1320_present
Definition: phy_ded.h:2442
asn1::rrc::csi_rs_cfg_emimo_r13_c::setup_c_::set
void set(types::options e=types::nulltype)
Definition: phy_ded.cc:2080
asn1::rrc::pusch_cfg_ded_v1020_s::beta_offset_mc_r10_s_::beta_offset_ri_idx_mc_r10
uint8_t beta_offset_ri_idx_mc_r10
Definition: phy_ded.h:6348
asn1::rrc::sched_request_cfg_c::set_release
void set_release()
Definition: phy_ded.cc:16952
asn1::rrc::pusch_cfg_ded_v1530_s::ce_pusch_flex_start_prb_alloc_cfg_r15_c_::type_
types type_
Definition: phy_ded.h:6513
asn1::rrc::csi_rs_cfg_non_precoded_r13_s::codebook_over_sampling_rate_cfg_o1_r13_opts::number_type
uint8_t number_type
Definition: phy_ded.h:551
asn1::rrc::pucch_cfg_ded_r13_s::pucch_num_repeat_ce_r13_c_::set_release
void set_release()
Definition: phy_ded.cc:14407
asn1::rrc::csi_rs_cfg_r10_s::csi_rs_r10_c_::setup_s_::ant_ports_count_r10_opts::to_number
uint8_t to_number() const
Definition: phy_ded.cc:6680
asn1::rrc::epdcch_set_cfg_r11_s::dmrs_scrambling_seq_int_r11
uint16_t dmrs_scrambling_seq_int_r11
Definition: phy_ded.h:2885
asn1::rrc::csi_rs_cfg_nzp_r11_s::ext
bool ext
Definition: phy_ded.h:278
asn1::rrc::pdsch_re_map_qcl_cfg_r11_s::optional_set_of_fields_r11_s_::crs_ports_count_r11_opts::to_string
const char * to_string() const
Definition: phy_ded.cc:7948
asn1::rrc::phys_cfg_ded_stti_r15_c::setup_s_::ul_pwr_ctrl_ded_stti_r15
ul_pwr_ctrl_ded_stti_r15_s ul_pwr_ctrl_ded_stti_r15
Definition: phy_ded.h:6690
asn1::rrc::pucch_cfg_ded_r13_s::ack_nack_repeat_r13_c_::setup_s_
Definition: phy_ded.h:5505
asn1::rrc::cqi_report_both_r11_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:4624
asn1::rrc::csi_rs_cfg_emimo_hybrid_r14_c
Definition: phy_ded.h:771
asn1::rrc::ant_info_ded_stti_r15_c::setup_s_::max_layers_mimo_stti_r15
max_layers_mimo_stti_r15_e_ max_layers_mimo_stti_r15
Definition: phy_ded.h:3456
asn1::rrc::zero_tx_pwr_csi_rs_conf_r12_c::type
types type() const
Definition: phy_ded.h:2268
asn1::rrc::ant_info_ded_v920_s::codebook_subset_restrict_v920_c_::types_opts::n2_tx_ant_tm8_r9
@ n2_tx_ant_tm8_r9
Definition: phy_ded.h:4956
asn1::rrc::ant_info_ded_r10_s::ue_tx_ant_sel
ue_tx_ant_sel_c_ ue_tx_ant_sel
Definition: phy_ded.h:4842
asn1::rrc::ant_info_ded_v920_s::codebook_subset_restrict_v920_c_::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:12329
asn1::rrc::srs_cfg_ap_r13_s::cyclic_shift_ap_r13_opts::number_type
uint8_t number_type
Definition: phy_ded.h:4263
asn1::rrc::p_c_and_cbsr_r13_s::cbsr_sel_r13_c_::operator=
cbsr_sel_r13_c_ & operator=(const cbsr_sel_r13_c_ &other)
Definition: phy_ded.cc:130
asn1::rrc::pusch_cfg_ded_v1250_s::uci_on_pusch_c_
Definition: phy_ded.h:6414
asn1::rrc::slot_or_subslot_pdsch_cfg_r15_c::setup_s_::ext
bool ext
Definition: phy_ded.h:4428
asn1::rrc::phys_cfg_ded_s::must_cfg_r14_c_::setup_s_::k_max_r14_opts::options
options
Definition: phy_ded.h:7629
asn1::rrc::pucch_cfg_ded_r13_s::pucch_format_r13_c_::format3_r13_s_::two_ant_port_activ_pucch_format3_r13_c_::setup_s_
Definition: phy_ded.h:5558
asn1::rrc::slot_or_subslot_pusch_cfg_r15_c::type_
types type_
Definition: phy_ded.h:4528
asn1::rrc::pdsch_re_map_qcl_cfg_r11_s::codeword_one_cfg_v1530_c_::c
setup_s_ c
Definition: phy_ded.h:3146
asn1::rrc::srs_ul_cfg_ded_aperiodic_v1310_c::set
void set(types::options e=types::nulltype)
Definition: phy_ded.cc:17507
asn1::rrc::eimta_main_cfg_serv_cell_r12_c::setup_s_::eimta_harq_ref_cfg_r12_e_
enumerated< eimta_harq_ref_cfg_r12_opts > eimta_harq_ref_cfg_r12_e_
Definition: phy_ded.h:3912
asn1::rrc::csi_rs_cfg_r10_s::csi_rs_r10_c_
Definition: phy_ded.h:2468
asn1::rrc::csi_rs_cfg_bf_r13_s::csi_im_cfg_id_list_r13_l_
bounded_array< uint8_t, 8 > csi_im_cfg_id_list_r13_l_
Definition: phy_ded.h:455
asn1::rrc::cqi_report_periodic_proc_ext_r11_s::cqi_format_ind_periodic_r11_c_::subband_cqi_r11_s_::periodicity_factor_r11_opts::to_number
uint8_t to_number() const
Definition: phy_ded.cc:3049
asn1::rrc::cqi_report_periodic_v1130_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:5226
asn1::rrc::pdsch_re_map_qcl_cfg_r11_s::optional_set_of_fields_r11_s_::mbsfn_sf_cfg_list_r11
mbsfn_sf_cfg_list_r11_c_ mbsfn_sf_cfg_list_r11
Definition: phy_ded.h:3052
asn1::rrc::csi_process_r11_s
Definition: phy_ded.h:1300
asn1::rrc::delta_tx_d_offset_list_spucch_r15_s::delta_tx_d_offset_spucch_format1_r15_opts::db_minus2
@ db_minus2
Definition: phy_ded.h:2631
asn1::rrc::p_c_and_cbsr_r13_s::cbsr_sel_r13_c_::non_precoded_r13
non_precoded_r13_s_ & non_precoded_r13()
Definition: phy_ded.h:93
asn1::rrc::eimta_main_cfg_serv_cell_r12_c::setup_s_
Definition: phy_ded.h:3904
asn1::rrc::eimta_main_cfg_serv_cell_r12_c::type
types type() const
Definition: phy_ded.h:3957
asn1::rrc::csi_process_r11_s::operator==
bool operator==(const csi_process_r11_s &other) const
Definition: phy_ded.cc:3589
asn1::rrc::n4_spucch_res_r15_s::operator!=
bool operator!=(const n4_spucch_res_r15_s &other) const
Definition: phy_ded.h:1501
asn1::rrc::pdsch_cfg_ded_v1130_s::dmrs_cfg_pdsch_r11
dmrs_cfg_r11_c dmrs_cfg_pdsch_r11
Definition: phy_ded.h:5328
asn1::rrc::pucch_cfg_ded_v1020_s::pucch_format_r10_c_::ch_sel_r10_s_::n1_pucch_an_cs_r10_present
bool n1_pucch_an_cs_r10_present
Definition: phy_ded.h:6004
asn1::rrc::cqi_report_cfg_r15_c::cqi_report_cfg_r15_c
cqi_report_cfg_r15_c()=default
asn1::rrc::slot_or_subslot_pusch_cfg_r15_c::setup_s_::beta_offset_slot_ri_idx_r15
uint8_t beta_offset_slot_ri_idx_r15
Definition: phy_ded.h:4493
asn1::rrc::pusch_enhance_cfg_r14_c
Definition: phy_ded.h:6563
asn1::rrc::csi_rs_cfg_r10_s::csi_rs_r10_c_::set_release
void set_release()
Definition: phy_ded.cc:6602
asn1::rrc::pucch_cfg_ded_v1020_s::pucch_format_r10_c_::ch_sel_r10_s_::n1_pucch_an_cs_r10_c_::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:14932
asn1::rrc::phys_cfg_ded_s::tpc_pdcch_cfg_pusch
tpc_pdcch_cfg_c tpc_pdcch_cfg_pusch
Definition: phy_ded.h:7875
asn1::rrc::spdcch_elems_r15_c::setup_s_::al_start_point_spdcch_r15
al_start_point_spdcch_r15_l_ al_start_point_spdcch_r15
Definition: phy_ded.h:2115
asn1::rrc::pdsch_cfg_ded_v1130_s::qcl_operation_opts::type_a
@ type_a
Definition: phy_ded.h:5317
asn1::rrc::cqi_report_cfg_r10_s::operator!=
bool operator!=(const cqi_report_cfg_r10_s &other) const
Definition: phy_ded.h:2345
asn1::rrc::cqi_report_periodic_r10_c::setup_s_::cqi_format_ind_periodic_r10_c_::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:5057
asn1::rrc::spdcch_elems_r15_c::setup_s_::spdcch_set_ref_sig_r15_opts::dmrs
@ dmrs
Definition: phy_ded.h:2059
asn1::rrc::pucch_cfg_ded_r13_s::spatial_bundling_pusch_r13
bool spatial_bundling_pusch_r13
Definition: phy_ded.h:5950
asn1::rrc::pdsch_cfg_ded_v1430_s::ce_pdsch_max_bw_r14_opts::to_number
uint8_t to_number() const
Definition: phy_ded.cc:13312
asn1::rrc::delta_tx_d_offset_list_spucch_r15_s::delta_tx_d_offset_spucch_format1a_r15_opts::nulltype
@ nulltype
Definition: phy_ded.h:2639
asn1::rrc::spdcch_elems_r15_c::setup
setup_s_ & setup()
Definition: phy_ded.h:2132
asn1::rrc::pdsch_cfg_ded_v1310_s::operator==
bool operator==(const pdsch_cfg_ded_v1310_s &other) const
Definition: phy_ded.cc:13245
asn1::rrc::epdcch_set_cfg_r11_s::mpdcch_cfg_r13_c_::setup_s_::mpdcch_start_sf_uess_r13_c_::tdd_r13_opts::v20
@ v20
Definition: phy_ded.h:2777
asn1::rrc::srs_ul_cfg_ded_aperiodic_r10_c::type
types type() const
Definition: phy_ded.h:7070
asn1::rrc::pusch_cfg_ded_v1530_s::ce_pusch_sub_prb_cfg_r15_c_::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:16150
asn1::rrc::srs_ul_cfg_ded_aperiodic_r10_c::setup_s_::srs_activ_ap_r10_c_::set_release
void set_release()
Definition: phy_ded.cc:17433
asn1::rrc::ant_info_ded_s::codebook_subset_restrict_c_::set_n2_tx_ant_tm3
fixed_bitstring< 2 > & set_n2_tx_ant_tm3()
Definition: phy_ded.cc:11655
asn1::rrc::delta_tx_d_offset_list_pucch_r10_s::delta_tx_d_offset_pucch_format3_r10
delta_tx_d_offset_pucch_format3_r10_e_ delta_tx_d_offset_pucch_format3_r10
Definition: phy_ded.h:3822
asn1::rrc::cqi_report_aperiodic_hybrid_r14_s::triggers_r14_c_::types_opts::to_string
const char * to_string() const
Definition: rrc.cc:761
asn1::rrc::cqi_report_cfg_r15_c::setup_s_::alt_cqi_table_minus1024_qam_r15_present
bool alt_cqi_table_minus1024_qam_r15_present
Definition: phy_ded.h:3532
asn1::rrc::pusch_cfg_ded_r13_s::operator!=
bool operator!=(const pusch_cfg_ded_r13_s &other) const
Definition: phy_ded.h:6341
asn1::rrc::srs_ul_cfg_ded_aperiodic_r10_c::setup_s_::srs_cfg_ap_dci_format4_r10_l_
dyn_array< srs_cfg_ap_r10_s > srs_cfg_ap_dci_format4_r10_l_
Definition: phy_ded.h:7020
asn1::rrc::cfi_pattern_cfg_r15_s
Definition: phy_ded.h:5059
asn1::rrc::sched_request_cfg_v1530_c::setup_s_::sr_cfg_idx_subslot_r15
uint8_t sr_cfg_idx_subslot_r15
Definition: phy_ded.h:4351
asn1::rrc::phys_cfg_ded_s::cqi_report_cfg_v1430
copy_ptr< cqi_report_cfg_v1430_s > cqi_report_cfg_v1430
Definition: phy_ded.h:7953
asn1::rrc::srs_ul_cfg_ded_v1310_c::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:17243
asn1::rrc::phys_cfg_ded_s::must_cfg_r14_c_::setup_s_::k_max_r14_e_
enumerated< k_max_r14_opts > k_max_r14_e_
Definition: phy_ded.h:7635
asn1::rrc::pdsch_re_map_qcl_cfg_r11_s::codeword_one_cfg_v1530_c_::setup_s_::pdsch_start_v1530_opts::value
enum asn1::rrc::pdsch_re_map_qcl_cfg_r11_s::codeword_one_cfg_v1530_c_::setup_s_::pdsch_start_v1530_opts::options value
asn1::rrc::csi_rs_cfg_nzp_r11_s::ant_ports_count_r11_opts::an8
@ an8
Definition: phy_ded.h:187
asn1::rrc::cqi_report_periodic_r10_c::setup_s_::csi_cfg_idx_r10_c_::setup_s_
Definition: phy_ded.h:1924
asn1::rrc::csi_rs_cfg_nzp_emimo_r13_c::type_
types type_
Definition: phy_ded.h:419
asn1::rrc::csi_process_r11_s::cqi_report_aperiodic_proc2_v1310_c_::cqi_report_aperiodic_proc2_v1310_c_
cqi_report_aperiodic_proc2_v1310_c_()=default
asn1::rrc::srs_cfg_ap_r13_s::cyclic_shift_ap_r13_opts::cs0
@ cs0
Definition: phy_ded.h:4262
asn1::rrc::delta_tx_d_offset_list_pucch_r10_s::delta_tx_d_offset_pucch_format22a2b_r10_opts::nulltype
@ nulltype
Definition: phy_ded.h:3801
asn1::rrc::cqi_report_periodic_proc_ext_r11_s::csi_cfg_idx_r11_c_::type_
types type_
Definition: phy_ded.h:1223
asn1::rrc::srs_ul_cfg_ded_up_pts_ext_r13_c::set_release
void set_release()
Definition: phy_ded.cc:17896
asn1::rrc::epdcch_set_cfg_r11_s::mpdcch_cfg_r13_c_::setup_s_::csi_num_repeat_ce_r13_opts::nulltype
@ nulltype
Definition: phy_ded.h:2753
asn1::rrc::spdcch_elems_r15_c::set
void set(types::options e=types::nulltype)
Definition: phy_ded.cc:5383
asn1::rrc::spdcch_cfg_r15_c::setup_s_::spdcch_l1_reuse_ind_r15_opts::n0
@ n0
Definition: phy_ded.h:4114
asn1::rrc::srs_ul_cfg_ded_aperiodic_v1310_c::setup_s_::srs_activ_ap_v1310_present
bool srs_activ_ap_v1310_present
Definition: phy_ded.h:7138
asn1::rrc::srs_cfg_ap_r13_s::freq_domain_position_ap_r13
uint8_t freq_domain_position_ap_r13
Definition: phy_ded.h:4281
asn1::rrc::pucch_cfg_ded_r13_s::nka_pucch_param_r13_c_::set_release
void set_release()
Definition: phy_ded.cc:14334
asn1::rrc::ant_info_ded_s::codebook_subset_restrict_c_::n4_tx_ant_tm4
fixed_bitstring< 64 > & n4_tx_ant_tm4()
Definition: phy_ded.h:4646
asn1::rrc::phys_cfg_ded_s::must_cfg_r14_c_::type_
types type_
Definition: phy_ded.h:7675
asn1::rrc::phys_cfg_ded_s::ce_pdsch_pusch_enhancement_cfg_r14_present
bool ce_pdsch_pusch_enhancement_cfg_r14_present
Definition: phy_ded.h:7938
asn1::rrc::cqi_report_periodic_proc_ext_r11_s::csi_cfg_idx_r11_c_::setup_s_
Definition: phy_ded.h:1192
asn1::rrc::pdsch_cfg_ded_s::p_a_opts::db_minus1dot77
@ db_minus1dot77
Definition: phy_ded.h:5294
asn1::rrc::csi_rs_cfg_r10_s::csi_rs_r10
csi_rs_r10_c_ csi_rs_r10
Definition: phy_ded.h:2518
asn1::rrc::eimta_main_cfg_serv_cell_r12_c::set_setup
setup_s_ & set_setup()
Definition: phy_ded.cc:9889
asn1::rrc::epdcch_set_cfg_r11_s::mpdcch_cfg_r13_c_::setup_s_::mpdcch_start_sf_uess_r13_c_::fdd_r13_opts::options
options
Definition: phy_ded.h:2768
asn1::rrc::cqi_report_cfg_v1250_s::csi_sf_pattern_cfg_r12_c_::setup_s_::csi_meas_sf_sets_r12
fixed_bitstring< 10 > csi_meas_sf_sets_r12
Definition: phy_ded.h:2365
asn1::rrc::pucch_cfg_ded_s::ack_nack_repeat_c_::setup_s_::repeat_factor_e_
enumerated< repeat_factor_opts > repeat_factor_e_
Definition: phy_ded.h:5451
asn1::rrc::ant_info_ded_r10_s::ue_tx_ant_sel_c_::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:11949
asn1::rrc::csi_rs_cfg_r10_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:6549
asn1::rrc::cqi_report_periodic_r10_c::operator!=
bool operator!=(const cqi_report_periodic_r10_c &other) const
Definition: phy_ded.h:1982
asn1::rrc::csi_rs_cfg_nzp_emimo_r13_c::setup_s_::cdm_type_r13_opts::options
options
Definition: phy_ded.h:380
asn1::rrc::short_tti_len_r15_opts::to_string
const char * to_string() const
Definition: phy_ded.cc:8313
asn1::rrc::csi_rs_cfg_emimo_r13_c::setup_c_::set_bf_r13
csi_rs_cfg_bf_r13_s & set_bf_r13()
Definition: phy_ded.cc:2140
asn1::rrc::srs_ul_cfg_ded_up_pts_ext_r13_c::setup_s_::srs_hop_bw_r13_opts::number_type
uint8_t number_type
Definition: phy_ded.h:7278
asn1::rrc::csi_rs_cfg_non_precoded_r13_s::codebook_over_sampling_rate_cfg_o1_r13_opts
Definition: phy_ded.h:549
asn1::rrc::csi_rs_cfg_emimo_r13_c::setup_c_::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:2145
asn1::rrc::cqi_report_periodic_r10_c::setup_s_::cqi_format_ind_periodic_r10_c_::types_opts::nulltype
@ nulltype
Definition: phy_ded.h:1875
asn1::rrc::ul_pwr_ctrl_ded_s::delta_mcs_enabled_opts::nulltype
@ nulltype
Definition: phy_ded.h:7346
asn1::rrc::csi_rs_cfg_emimo_r13_c::setup_c_::bf_r13
csi_rs_cfg_bf_r13_s & bf_r13()
Definition: phy_ded.h:836
asn1::rrc::csi_rs_cfg_non_precoded_v1430_s::codebook_cfg_n1_v1430_opts::to_number
uint8_t to_number() const
Definition: phy_ded.cc:1534
asn1::rrc::srs_ul_cfg_ded_v1310_c::setup_s_::cyclic_shift_v1310_opts::nulltype
@ nulltype
Definition: phy_ded.h:6963
asn1::rrc::cqi_report_periodic_r10_c::setup_s_::csi_cfg_idx_r10_c_::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:5197
asn1::rrc::ant_info_ded_stti_r15_c::setup_s_::max_layers_mimo_stti_r15_opts::two_layers
@ two_layers
Definition: phy_ded.h:3440
asn1::rrc::phys_cfg_ded_s::ant_info_c_::types
enumerated< types_opts > types
Definition: phy_ded.h:7472
asn1::rrc::csi_rs_cfg_emimo_v1430_c::setup_c_::types_opts::value
enum asn1::rrc::csi_rs_cfg_emimo_v1430_c::setup_c_::types_opts::options value
asn1::rrc::csi_rs_cfg_v1250_s::zero_tx_pwr_csi_rs2_r12
zero_tx_pwr_csi_rs_conf_r12_c zero_tx_pwr_csi_rs2_r12
Definition: phy_ded.h:2571
asn1::rrc::csi_rs_cfg_emimo_v1430_c::setup_c_::types_opts::nulltype
@ nulltype
Definition: phy_ded.h:894
asn1::rrc::spucch_cfg_v1550_c::setup_s_
Definition: phy_ded.h:6741
asn1::rrc::srs_cfg_ap_v1310_s::tx_comb_num_r13_opts::to_number
uint8_t to_number() const
Definition: phy_ded.cc:10731
asn1::rrc::csi_rs_cfg_non_precoded_r13_s::codebook_cfg_n2_r13_opts::n2
@ n2
Definition: phy_ded.h:542
asn1::rrc::pusch_enhance_cfg_r14_c::setup_s_::interv_ul_hop_pusch_enh_r14_c_::interv_fdd_pusch_enh_r14_opts::nulltype
@ nulltype
Definition: phy_ded.h:6567
asn1::rrc::srs_cfg_ap_r10_s::srs_bw_ap_r10_opts::nulltype
@ nulltype
Definition: phy_ded.h:4220
asn1::rrc::pdsch_re_map_qcl_cfg_r11_s::optional_set_of_fields_r11_s_::mbsfn_sf_cfg_list_r11_c_
Definition: phy_ded.h:3006
asn1::rrc::ant_info_ul_r10_s::tx_mode_ul_r10_e_
enumerated< tx_mode_ul_r10_opts > tx_mode_ul_r10_e_
Definition: phy_ded.h:5024
asn1::rrc::epdcch_set_cfg_r11_s::res_block_assign_r11
res_block_assign_r11_s_ res_block_assign_r11
Definition: phy_ded.h:2884
asn1::rrc::ant_info_ded_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:11466
asn1::rrc::csi_rs_cfg_emimo_v1480_c::setup_c_::types_opts::bf_v1480
@ bf_v1480
Definition: phy_ded.h:976
asn1::rrc::tpc_pdcch_cfg_c::operator==
bool operator==(const tpc_pdcch_cfg_c &other) const
Definition: phy_ded.cc:8386
asn1::rrc::csi_process_r11_s::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:3518
asn1::rrc::enable256_qam_r14_c::set_release
void set_release()
Definition: phy_ded.cc:7568
asn1::rrc::phys_cfg_ded_s::blind_pdsch_repeat_cfg_r15_c_::setup_s_::mcs_restrict_slot_subslot_pdsch_repeats_r15_opts
Definition: phy_ded.h:7800
asn1::rrc::pucch_cfg_ded_v1250_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:15175
asn1::rrc::p_c_and_cbsr_r13_s::cbsr_sel_r13_c_::types_opts::bf_kn_r13
@ bf_kn_r13
Definition: phy_ded.h:72
asn1::rrc::spdcch_elems_r15_c::setup_s_::rate_matching_mode_r15_opts::number_type
uint8_t number_type
Definition: phy_ded.h:2085
asn1::rrc::epdcch_cfg_r11_s::cfg_r11_c_::setup_s_
Definition: phy_ded.h:5166
asn1::rrc::pucch_cfg_ded_r13_s::tdd_ack_nack_feedback_mode_r13_opts::options
options
Definition: phy_ded.h:5549
asn1::rrc::csi_rs_cfg_emimo2_r14_c::operator==
bool operator==(const csi_rs_cfg_emimo2_r14_c &other) const
Definition: phy_ded.cc:1320
asn1::rrc::pucch_cfg_ded_v1130_s::npucch_param_r11
npucch_param_r11_c_ npucch_param_r11
Definition: phy_ded.h:6144
asn1::rrc::cqi_report_cfg_r10_s::csi_sf_pattern_cfg_r10_c_::c
setup_s_ c
Definition: phy_ded.h:2327
asn1::rrc::pdsch_re_map_qcl_cfg_r11_s::mbsfn_sf_cfg_list_v1430_c_::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:8075
asn1::rrc::ul_pwr_ctrl_ded_v1020_s::psrs_offset_ap_r10
uint8_t psrs_offset_ap_r10
Definition: phy_ded.h:7374
asn1::rrc::pucch_cfg_ded_r13_s::pucch_format_r13_c_::format3_r13_s_::two_ant_port_activ_pucch_format3_r13_c_::operator!=
bool operator!=(const two_ant_port_activ_pucch_format3_r13_c_ &other) const
Definition: phy_ded.h:5574
asn1::rrc::csi_rs_cfg_nzp_r11_s::qcl_crs_info_r11_present
bool qcl_crs_info_r11_present
Definition: phy_ded.h:279
asn1::rrc::phys_cfg_ded_s::type_a_srs_tpc_pdcch_group_r14_c_::c
setup_l_ c
Definition: phy_ded.h:7624
asn1::rrc::spucch_cfg_r15_c::setup_s_::dummy_s_
Definition: phy_ded.h:4161
asn1::rrc::cqi_report_aperiodic_v1310_c::setup_s_
Definition: phy_ded.h:1614
asn1::rrc::srs_ul_cfg_ded_c::operator==
bool operator==(const srs_ul_cfg_ded_c &other) const
Definition: phy_ded.cc:17139
asn1::rrc::eimta_main_cfg_r12_c::operator!=
bool operator!=(const eimta_main_cfg_r12_c &other) const
Definition: phy_ded.h:3882
asn1::rrc::srs_ul_cfg_ded_v1020_s::operator!=
bool operator!=(const srs_ul_cfg_ded_v1020_s &other) const
Definition: phy_ded.h:6956
asn1::rrc::srs_ant_port_opts::spare1
@ spare1
Definition: phy_ded.h:3182
asn1::rrc::epdcch_set_cfg_r11_s::num_prb_pairs_v1310_c_
Definition: phy_ded.h:2731
asn1::rrc::eimta_main_cfg_serv_cell_r12_c::setup_s_::mbsfn_sf_cfg_list_v1250_c_::operator==
bool operator==(const mbsfn_sf_cfg_list_v1250_c_ &other) const
Definition: phy_ded.cc:10035
asn1::rrc::ul_pwr_ctrl_ded_v1250_s::set2_pwr_ctrl_param_c_::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:18265
asn1::rrc::csi_rs_cfg_zp_ap_list_r14_c::set_release
void set_release()
Definition: phy_ded.cc:9504
asn1::rrc::phys_cfg_ded_s::pucch_cfg_ded_present
bool pucch_cfg_ded_present
Definition: phy_ded.h:7861
asn1::rrc::srs_ul_cfg_ded_aperiodic_r10_c::setup_s_::srs_activ_ap_r10_c_::set_setup
setup_s_ & set_setup()
Definition: phy_ded.cc:17438
asn1::rrc::srs_ul_cfg_ded_v1310_c::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:17218
asn1::rrc::pusch_cfg_ded_r13_s
Definition: phy_ded.h:6229
asn1::rrc::srs_ant_port_opts::to_string
const char * to_string() const
Definition: phy_ded.cc:8301
asn1::rrc::spucch_elems_r15_c::setup_s_::n4_spucch_subslot_res_r15_l_
dyn_array< n4_spucch_res_r15_s > n4_spucch_subslot_res_r15_l_
Definition: phy_ded.h:2155
asn1::rrc::pusch_cfg_ded_v1130_s::pusch_dmrs_r11_c_::set_setup
setup_s_ & set_setup()
Definition: phy_ded.cc:15751
asn1::rrc::p_c_and_cbsr_r13_s::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:61
asn1::rrc::pusch_enhance_cfg_r14_c::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:16187
asn1::rrc::srs_ul_cfg_ded_up_pts_ext_r13_c::setup_s_::freq_domain_position_r13
uint8_t freq_domain_position_r13
Definition: phy_ded.h:7305
asn1::rrc::epdcch_set_cfg_r11_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:7076
asn1::rrc::pucch_cfg_ded_r13_s::pucch_format_r13_c_::format4_r13_s_::format4_res_cfg_r13_l_
std::array< format4_res_r13_s, 4 > format4_res_cfg_r13_l_
Definition: phy_ded.h:5645
asn1::rrc::cqi_report_periodic_r10_c::setup_s_::cqi_format_ind_periodic_r10_c_::wideband_cqi_r10_s_::csi_report_mode_r10_opts::nulltype
@ nulltype
Definition: phy_ded.h:1848
asn1::rrc::sched_request_cfg_v1530_c::setup_s_::dssr_trans_max_r15_opts::number_type
uint8_t number_type
Definition: phy_ded.h:4334
asn1::rrc::tpc_idx_c::types_opts::idx_of_format3_a
@ idx_of_format3_a
Definition: phy_ded.h:2212
asn1::rrc::csi_rs_cfg_r10_s::csi_rs_r10_c_::setup_s_::ant_ports_count_r10_opts::an2
@ an2
Definition: phy_ded.h:2471
asn1::rrc::ant_info_ded_stti_r15_c::setup_s_::codebook_subset_restrict_c_::~codebook_subset_restrict_c_
~codebook_subset_restrict_c_()
Definition: phy_ded.h:3280
asn1::rrc::cqi_report_periodic_v1320_s::periodicity_factor_wb_r13_opts::number_type
uint8_t number_type
Definition: phy_ded.h:2036
asn1::rrc::pusch_enhance_cfg_r14_c::setup_s_::interv_ul_hop_pusch_enh_r14_c_::set_interv_tdd_pusch_enh_r14
interv_tdd_pusch_enh_r14_e_ & set_interv_tdd_pusch_enh_r14()
Definition: phy_ded.cc:16310
asn1::rrc::pucch_cfg_ded_v1020_s::pucch_format_r10_c_::ch_sel_r10_s_::n1_pucch_an_cs_r10_c_::setup_s_::n1_pucch_an_cs_list_r10
n1_pucch_an_cs_list_r10_l_ n1_pucch_an_cs_list_r10
Definition: phy_ded.h:5973
asn1::rrc::pucch_cfg_ded_v1020_s::pucch_format_r10_c_::ch_sel_r10_s_::n1_pucch_an_cs_r10_c_::setup_s_::n1_pucch_an_cs_list_r10_l_
dyn_array< n1_pucch_an_cs_r10_l > n1_pucch_an_cs_list_r10_l_
Definition: phy_ded.h:5970
asn1::rrc::epdcch_set_cfg_r11_s::mpdcch_cfg_r13_c_::setup_s_::mpdcch_pdsch_hop_cfg_r13_opts::on
@ on
Definition: phy_ded.h:2761
asn1::rrc::pucch_cfg_ded_v1430_s::pucch_num_repeat_ce_format1_r14_opts::r128
@ r128
Definition: phy_ded.h:6198
asn1::rrc::pdsch_re_map_qcl_cfg_r11_s::optional_set_of_fields_r11_s_::pdsch_start_r11_opts::options
options
Definition: phy_ded.h:3040
asn1::rrc::spucch_cfg_v1550_c
Definition: phy_ded.h:6740
asn1::rrc::spucch_elems_r15_c::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:5683
asn1::rrc::srs_ul_cfg_ded_aperiodic_v1310_c::setup_s_::srs_activ_ap_v1310_c_
Definition: phy_ded.h:7099
asn1::rrc::cfi_cfg_r15_s::cfi_slot_subslot_mbsfn_r15
uint8_t cfi_slot_subslot_mbsfn_r15
Definition: phy_ded.h:5048
asn1::rrc::cqi_report_periodic_proc_ext_r11_s::csi_cfg_idx_r11_c_::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:3073
asn1::rrc::srs_ul_cfg_ded_aperiodic_v1310_c::setup_s_::srs_activ_ap_v1310_c_::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:17641
asn1::rrc::pucch_format3_conf_r13_s::two_ant_port_activ_pucch_format3_r13_c_::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:10230
asn1::rrc::pucch_cfg_ded_r13_s::nka_pucch_param_r13_c_::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:14343
asn1::rrc::csi_rs_cfg_emimo_v1530_c::setup_c_::types_opts::non_precoded_v1530
@ non_precoded_v1530
Definition: phy_ded.h:1058
asn1::rrc::srs_ul_cfg_ded_up_pts_ext_r13_c::setup_s_::srs_bw_r13_opts::bw3
@ bw3
Definition: phy_ded.h:7269
asn1::rrc::spucch_cfg_r15_c::setup
setup_s_ & setup()
Definition: phy_ded.h:4186
asn1::rrc::pdsch_re_map_qcl_cfg_r11_s::optional_set_of_fields_r11_s_::pdsch_start_r11_e_
enumerated< pdsch_start_r11_opts > pdsch_start_r11_e_
Definition: phy_ded.h:3046
asn1::rrc::cqi_report_both_r11_s::csi_im_cfg_to_add_mod_list_r11_present
bool csi_im_cfg_to_add_mod_list_r11_present
Definition: phy_ded.h:1796
asn1::rrc::epdcch_set_cfg_r11_s::mpdcch_cfg_r13_c_::setup_s_::mpdcch_nb_r13
uint8_t mpdcch_nb_r13
Definition: phy_ded.h:2847
asn1::rrc::phys_cfg_ded_s::must_cfg_r14_c_::setup_s_::p_a_must_r14
p_a_must_r14_e_ p_a_must_r14
Definition: phy_ded.h:7649
asn1::rrc::pusch_cfg_ded_v1250_s::uci_on_pusch_c_::setup_s_::beta_offset_mc_r12_s_
Definition: phy_ded.h:6416
asn1::rrc::csi_rs_cfg_non_precoded_r13_s::codebook_cfg_n2_r13_opts::number_type
uint8_t number_type
Definition: phy_ded.h:543
asn1::rrc::cri_report_cfg_r13_c::setup_s_::cri_cfg_idx2_r13_present
bool cri_cfg_idx2_r13_present
Definition: phy_ded.h:736
asn1::rrc::cqi_report_periodic_r10_c::setup_s_::cqi_format_ind_periodic_r10_c_::types_opts
Definition: phy_ded.h:1874
asn1::rrc::csi_process_r11_s::cqi_report_aperiodic_proc2_v1310_c_::type_
types type_
Definition: phy_ded.h:1419
asn1::rrc::pucch_cfg_ded_r13_s::codebooksize_determination_r13_e_
enumerated< codebooksize_determination_r13_opts > codebooksize_determination_r13_e_
Definition: phy_ded.h:5806
asn1::rrc::spdcch_cfg_r15_c::set_release
void set_release()
Definition: phy_ded.cc:10294
asn1::rrc::cqi_report_cfg_v920_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:12636
asn1::rrc::epdcch_set_cfg_r11_s::mpdcch_cfg_r13_c_::setup_s_::mpdcch_num_repeat_r13_opts::r4
@ r4
Definition: phy_ded.h:2834
asn1::rrc::spdcch_elems_r15_c::setup_s_::sf_type_r15_opts::all
@ all
Definition: phy_ded.h:2078
asn1::rrc::enable256_qam_r14_c::type
types type() const
Definition: phy_ded.h:2970
asn1::rrc::pucch_cfg_ded_v1430_s::pucch_num_repeat_ce_format1_r14
pucch_num_repeat_ce_format1_r14_e_ pucch_num_repeat_ce_format1_r14
Definition: phy_ded.h:6208
asn1::rrc::cqi_report_aperiodic_v1310_c::setup_s_::aperiodic_csi_trigger2_r13_c_::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:4296
asn1::rrc::csi_rs_cfg_non_precoded_v1480_s::codebook_cfg_n1_v1480_opts::options
options
Definition: phy_ded.h:627
asn1::rrc::phys_cfg_ded_s::ant_info_r10_c_::types_opts::default_value
@ default_value
Definition: phy_ded.h:7501
asn1::rrc::delta_tx_d_offset_list_spucch_r15_s::delta_tx_d_offset_spucch_format3_r15
delta_tx_d_offset_spucch_format3_r15_e_ delta_tx_d_offset_spucch_format3_r15
Definition: phy_ded.h:2668
asn1::rrc::csi_rs_cfg_v1480_s
Definition: phy_ded.h:5126
asn1::rrc::ant_info_ded_v920_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:12189
asn1::rrc::ant_info_ded_v1530_c::type
types type() const
Definition: phy_ded.h:4929
asn1::rrc::ant_info_ul_r10_s::tx_mode_ul_r10_opts::options
options
Definition: phy_ded.h:5018
asn1::rrc::csi_rs_cfg_non_precoded_v1480_s::codebook_cfg_n1_v1480_opts::n6
@ n6
Definition: phy_ded.h:627
asn1::rrc::epdcch_set_cfg_r11_s::mpdcch_cfg_r13_c_::setup_s_::mpdcch_start_sf_uess_r13_c_::types_opts::value
enum asn1::rrc::epdcch_set_cfg_r11_s::mpdcch_cfg_r13_c_::setup_s_::mpdcch_start_sf_uess_r13_c_::types_opts::options value
asn1::rrc::pdsch_re_map_qcl_cfg_r11_s::codeword_one_cfg_v1530_c_::setup_s_::mbsfn_sf_cfg_list_v1530
mbsfn_sf_cfg_list_l mbsfn_sf_cfg_list_v1530
Definition: phy_ded.h:3113
asn1::rrc::epdcch_set_cfg_r11_s::mpdcch_cfg_r13_c_::setup_s_::mpdcch_start_sf_uess_r13_c_::fdd_r13_opts::v1
@ v1
Definition: phy_ded.h:2768
asn1::rrc::csi_rs_cfg_nzp_r11_s::qcl_crs_info_r11_s_::mbsfn_sf_cfg_list_r11_c_::setup_s_
Definition: phy_ded.h:204
asn1::rrc::pucch_cfg_ded_r13_s::pucch_num_repeat_ce_r13_c_::setup_c_::mode_b_s_::pucch_num_repeat_ce_format1_r13_opts::to_number
uint8_t to_number() const
Definition: phy_ded.cc:14691
asn1::rrc::cqi_report_aperiodic_proc_v1310_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:1754
asn1::rrc::phys_cfg_ded_s::blind_pdsch_repeat_cfg_r15_c_::set_release
void set_release()
Definition: phy_ded.cc:20348
asn1::rrc::spdcch_elems_r15_c::setup_s_::spdcch_set_ref_sig_r15_opts::crs
@ crs
Definition: phy_ded.h:2059
asn1::rrc::csi_rs_cfg_r10_s::csi_rs_r10_c_::setup
setup_s_ & setup()
Definition: phy_ded.h:2497
asn1::rrc::pucch_cfg_ded_v1020_s::pucch_format_r10_c_::types
enumerated< types_opts > types
Definition: phy_ded.h:6014
asn1::rrc::cqi_report_cfg_v1320_s::operator!=
bool operator!=(const cqi_report_cfg_v1320_s &other) const
Definition: phy_ded.h:2450
asn1::rrc::epdcch_set_cfg_r11_s::mpdcch_cfg_r13_c_::setup_s_::mpdcch_num_repeat_r13_e_
enumerated< mpdcch_num_repeat_r13_opts > mpdcch_num_repeat_r13_e_
Definition: phy_ded.h:2840
asn1::rrc::csi_rs_cfg_v1530_s::operator!=
bool operator!=(const csi_rs_cfg_v1530_s &other) const
Definition: phy_ded.h:5148
asn1::rrc::csi_process_r11_s::cqi_report_aperiodic_proc_v1310_c_::setup
cqi_report_aperiodic_proc_v1310_s & setup()
Definition: phy_ded.h:1375
asn1::rrc::pusch_enhance_cfg_r14_c::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:16232
asn1::rrc::eimta_main_cfg_serv_cell_r12_c::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:9894
asn1::rrc::csi_rs_cfg_non_precoded_v1530_s
Definition: phy_ded.h:661
asn1::rrc::srs_cfg_ap_v1310_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:10673
asn1::rrc::pdsch_re_map_qcl_cfg_r11_s::codeword_one_cfg_v1530_c_::setup_s_::crs_ports_count_v1530_opts::n4
@ n4
Definition: phy_ded.h:3091
asn1::rrc::csi_rs_cfg_non_precoded_r13_s::codebook_cfg_n2_r13_opts::n3
@ n3
Definition: phy_ded.h:542
asn1::rrc::delta_tx_d_offset_list_spucch_r15_s::delta_tx_d_offset_spucch_format1b_r15_opts::db_minus2
@ db_minus2
Definition: phy_ded.h:2647
asn1::rrc::ant_info_ded_v1530_c::setup_c_::ue_tx_ant_sel_srs_minus2_t4_r_nr_of_pairs_r15_opts::to_string
const char * to_string() const
Definition: phy_ded.cc:12175
asn1::rrc::pucch_cfg_ded_r13_s::pucch_num_repeat_ce_r13_c_::setup_c_::mode_a_s_::pucch_num_repeat_ce_format1_r13
pucch_num_repeat_ce_format1_r13_e_ pucch_num_repeat_ce_format1_r13
Definition: phy_ded.h:5828
asn1::rrc::cqi_report_cfg_v1530_s::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:12602
asn1::rrc::ant_info_ded_stti_r15_c::setup_s_::tx_mode_dl_non_mbsfn_r15_opts::tm4
@ tm4
Definition: phy_ded.h:3246
asn1::rrc::pdsch_re_map_qcl_cfg_r11_s::codeword_one_cfg_v1530_c_::setup_s_::crs_ports_count_v1530_e_
enumerated< crs_ports_count_v1530_opts > crs_ports_count_v1530_e_
Definition: phy_ded.h:3097
asn1::rrc::srs_ul_cfg_ded_aperiodic_up_pts_ext_r13_c::set_setup
setup_s_ & set_setup()
Definition: phy_ded.cc:17708
asn1::rrc::ul_pwr_ctrl_ded_v1530_s::operator!=
bool operator!=(const ul_pwr_ctrl_ded_v1530_s &other) const
Definition: phy_ded.h:7461
asn1::rrc::epdcch_set_cfg_r11_s::mpdcch_cfg_r13_c_::setup_s_::mpdcch_start_sf_uess_r13_c_::mpdcch_start_sf_uess_r13_c_
mpdcch_start_sf_uess_r13_c_()=default
asn1::rrc::cqi_report_periodic_proc_ext_r11_s::csi_cfg_idx_r11_c_::setup_s_::cqi_pmi_cfg_idx2_r11
uint16_t cqi_pmi_cfg_idx2_r11
Definition: phy_ded.h:1194
asn1::rrc::srs_ul_cfg_ded_up_pts_ext_r13_c::setup_s_::srs_bw_r13_opts::value
enum asn1::rrc::srs_ul_cfg_ded_up_pts_ext_r13_c::setup_s_::srs_bw_r13_opts::options value
asn1::rrc::cfi_cfg_r15_s::cfi_sf_non_mbsfn_r15_present
bool cfi_sf_non_mbsfn_r15_present
Definition: phy_ded.h:5041
asn1::rrc::csi_rs_cfg_emimo_v1430_c::set_setup
setup_c_ & set_setup()
Definition: phy_ded.cc:2221
asn1::rrc::csi_rs_cfg_non_precoded_r13_s::codebook_over_sampling_rate_cfg_o2_r13_e_
enumerated< codebook_over_sampling_rate_cfg_o2_r13_opts > codebook_over_sampling_rate_cfg_o2_r13_e_
Definition: phy_ded.h:564
asn1::rrc::pusch_cfg_ded_v1130_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:15725
asn1::rrc::phys_cfg_ded_s::blind_pdsch_repeat_cfg_r15_c_::setup_s_::mcs_restrict_sf_pdsch_repeats_r15_e_
enumerated< mcs_restrict_sf_pdsch_repeats_r15_opts > mcs_restrict_sf_pdsch_repeats_r15_e_
Definition: phy_ded.h:7799
asn1::rrc::phys_cfg_ded_s::must_cfg_r14_c_::c
setup_s_ c
Definition: phy_ded.h:7676
asn1::rrc::ul_pwr_ctrl_ded_v1130_s::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:18181
asn1::rrc::epdcch_set_cfg_r11_s::mpdcch_cfg_r13_c_::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:7301
asn1::rrc::srs_ul_cfg_ded_aperiodic_r10_c::setup_s_::srs_activ_ap_r10_c_::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:17480
asn1::rrc::ant_info_ded_v920_s::codebook_subset_restrict_v920_c_::types_opts::value
enum asn1::rrc::ant_info_ded_v920_s::codebook_subset_restrict_v920_c_::types_opts::options value
asn1::rrc::cqi_report_periodic_v1320_s::periodicity_factor_wb_r13_opts::to_number
uint8_t to_number() const
Definition: phy_ded.cc:5376
asn1::rrc::pusch_enhance_cfg_r14_c::setup_s_::interv_ul_hop_pusch_enh_r14_c_::interv_fdd_pusch_enh_r14_opts::to_number
uint8_t to_number() const
Definition: phy_ded.cc:16376
asn1::rrc::epdcch_set_cfg_r11_s::mpdcch_cfg_r13_c_::setup_s_::mpdcch_start_sf_uess_r13_c_::set_tdd_r13
tdd_r13_e_ & set_tdd_r13()
Definition: phy_ded.cc:7444
asn1::rrc::sched_request_cfg_v1530_c::operator==
bool operator==(const sched_request_cfg_v1530_c &other) const
Definition: phy_ded.cc:10859
asn1::rrc::phys_cfg_ded_s::blind_pdsch_repeat_cfg_r15_c_::setup_s_::rv_sf_pdsch_repeats_r15_opts::number_type
uint8_t number_type
Definition: phy_ded.h:7778
asn1::rrc::cqi_report_periodic_proc_ext_r11_s::cqi_format_ind_periodic_r11_c_::subband_cqi_r11_s_::periodicity_factor_r11_opts::nulltype
@ nulltype
Definition: phy_ded.h:1130
asn1::rrc::pdsch_cfg_ded_v1530_s::ce_cqi_alt_table_cfg_r15_present
bool ce_cqi_alt_table_cfg_r15_present
Definition: phy_ded.h:5426
asn1::rrc::sched_request_cfg_c::setup_s_::sr_cfg_idx
uint8_t sr_cfg_idx
Definition: phy_ded.h:6838
asn1::rrc::srs_ul_cfg_ded_up_pts_ext_r13_c::setup_s_::cyclic_shift_r13_opts::cs11
@ cs11
Definition: phy_ded.h:7285
asn1::rrc::csi_rs_cfg_nzp_emimo_v1430_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:1044
asn1::rrc::phys_cfg_ded_s::blind_pdsch_repeat_cfg_r15_c_::setup_s_::max_num_sf_pdsch_repeats_r15_opts::options
options
Definition: phy_ded.h:7761
asn1::rrc::cqi_report_aperiodic_v1310_c::setup_s_::aperiodic_csi_trigger_v1310_s_::trigger3_r13
fixed_bitstring< 32 > trigger3_r13
Definition: phy_ded.h:1618
asn1::rrc::pucch_cfg_ded_r13_s::codebooksize_determination_r13_opts::options
options
Definition: phy_ded.h:5802
asn1::rrc::p_c_and_cbsr_r13_s::cbsr_sel_r13_c_::bf_k1a_r13
bf_k1a_r13_s_ & bf_k1a_r13()
Definition: phy_ded.h:98
asn1::rrc::cqi_report_periodic_proc_ext_r11_s::cqi_format_ind_periodic_r11_c_::types_opts::wideband_cqi_r11
@ wideband_cqi_r11
Definition: phy_ded.h:1143
asn1::rrc::csi_rs_cfg_emimo_v1480_c::type_
types type_
Definition: phy_ded.h:1050
asn1::rrc::spdcch_cfg_r15_c::setup_s_::spdcch_l1_reuse_ind_r15_present
bool spdcch_l1_reuse_ind_r15_present
Definition: phy_ded.h:4123
asn1::rrc::delta_tx_d_offset_list_pucch_r10_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:9667
asn1::rrc::pucch_cfg_ded_r13_s::pucch_format_r13_c_::destroy_
void destroy_()
Definition: phy_ded.cc:13780
asn1::rrc::csi_rs_cfg_zp_ap_list_r14_c::type_
types type_
Definition: phy_ded.h:3724
asn1::rrc::pusch_enhance_cfg_r14_c::setup_s_::interv_ul_hop_pusch_enh_r14_c_::types_opts::nulltype
@ nulltype
Definition: phy_ded.h:6583
asn1::rrc::enable256_qam_r14_c::setup_c_::setup_c_
setup_c_()=default
asn1::rrc::pdsch_re_map_qcl_cfg_r11_s::codeword_one_cfg_v1530_c_::setup_s_::pdsch_start_v1530_opts::to_string
const char * to_string() const
Definition: phy_ded.cc:8276
asn1::rrc::pusch_cfg_ded_v1530_s::ce_pusch_flex_start_prb_alloc_cfg_r15
ce_pusch_flex_start_prb_alloc_cfg_r15_c_ ce_pusch_flex_start_prb_alloc_cfg_r15
Definition: phy_ded.h:6553
asn1::rrc::csi_rs_cfg_non_precoded_v1430_s::codebook_cfg_n2_v1430_opts::nulltype
@ nulltype
Definition: phy_ded.h:601
asn1::rrc::pdsch_cfg_ded_v1430_s::ce_pdsch_max_bw_r14_opts::to_string
const char * to_string() const
Definition: phy_ded.cc:13307
asn1::rrc::srs_cfg_ap_r10_s::operator!=
bool operator!=(const srs_cfg_ap_r10_s &other) const
Definition: phy_ded.h:4248
asn1::rrc::ant_info_ded_v1430_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:12037
asn1::rrc::pucch_cfg_ded_r13_s::pucch_format_r13_c_::types_opts::ch_sel_r13
@ ch_sel_r13
Definition: phy_ded.h:5662
asn1::rrc::cqi_report_periodic_proc_ext_r11_s::cqi_format_ind_periodic_r11_c_::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:2952
asn1::rrc::phys_cfg_ded_s::type_a_srs_tpc_pdcch_group_r14_c_
Definition: phy_ded.h:7597
asn1::rrc::pucch_cfg_ded_r13_s::npucch_param_r13
npucch_param_r13_c_ npucch_param_r13
Definition: phy_ded.h:5947
asn1::rrc::srs_cfg_ap_r10_s::cyclic_shift_ap_r10_opts::cs3
@ cs3
Definition: phy_ded.h:4228
asn1::rrc::srs_ul_cfg_ded_v1310_c::setup_s_::tx_comb_num_r13_opts::to_number
uint8_t to_number() const
Definition: phy_ded.cc:17323
asn1::rrc::srs_ul_cfg_ded_c::setup_s_::srs_cfg_idx
uint16_t srs_cfg_idx
Definition: phy_ded.h:6913
asn1::rrc::pucch_cfg_ded_r13_s::pucch_num_repeat_ce_r13_c_::setup_c_::mode_a_s_::pucch_num_repeat_ce_format1_r13_opts
Definition: phy_ded.h:5810
asn1::rrc::csi_rs_cfg_emimo_r13_c::operator!=
bool operator!=(const csi_rs_cfg_emimo_r13_c &other) const
Definition: phy_ded.h:870
asn1::rrc::csi_rs_cfg_bf_r14_s::csi_rs_cfg_nzp_ap_list_r14_l_
dyn_array< csi_rs_cfg_nzp_r11_s > csi_rs_cfg_nzp_ap_list_r14_l_
Definition: phy_ded.h:347
asn1::rrc::cqi_report_cfg_v1130_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:6219
asn1::rrc::tpc_idx_c::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:5955
asn1::rrc::cqi_report_periodic_v1130_s::operator!=
bool operator!=(const cqi_report_periodic_v1130_s &other) const
Definition: phy_ded.h:2015
asn1::rrc::short_tti_r15_s::ul_stti_len_r15_present
bool ul_stti_len_r15_present
Definition: phy_ded.h:4387
asn1::rrc::delta_tx_d_offset_list_spucch_r15_s::delta_tx_d_offset_spucch_format1a_r15_opts::value
enum asn1::rrc::delta_tx_d_offset_list_spucch_r15_s::delta_tx_d_offset_spucch_format1a_r15_opts::options value
asn1::rrc::srs_cfg_ap_v1310_s::cyclic_shift_ap_v1310_opts::number_type
uint8_t number_type
Definition: phy_ded.h:4298
asn1::rrc::pusch_cfg_ded_v1530_s::ce_pusch_flex_start_prb_alloc_cfg_r15_c_::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:16074
asn1::rrc::spdcch_cfg_r15_c::set
void set(types::options e=types::nulltype)
Definition: phy_ded.cc:10290
asn1::rrc::pucch_cfg_ded_r13_s::pucch_num_repeat_ce_r13_c_::setup_c_::mode_a_s_::pucch_num_repeat_ce_format1_r13_opts::r8
@ r8
Definition: phy_ded.h:5811
asn1::rrc::phys_cfg_ded_s::blind_pdsch_repeat_cfg_r15_c_::setup_s_::max_num_slot_subslot_pdsch_repeats_r15_opts::n4
@ n4
Definition: phy_ded.h:7769
asn1::rrc::phys_cfg_ded_s::cif_presence_r10_present
bool cif_presence_r10_present
Definition: phy_ded.h:7885
asn1::rrc::cqi_report_cfg_v1250_s::operator==
bool operator==(const cqi_report_cfg_v1250_s &other) const
Definition: phy_ded.cc:6313
asn1::rrc::pucch_cfg_ded_v1250_s::nka_pucch_param_r12_c_::set_setup
setup_s_ & set_setup()
Definition: phy_ded.cc:15203
asn1::rrc::ul_pwr_ctrl_ded_v1250_s::set2_pwr_ctrl_param_c_::set
void set(types::options e=types::nulltype)
Definition: phy_ded.cc:18232
asn1::rrc::phys_cfg_ded_s::ant_info_c_::types_opts::to_string
const char * to_string() const
Definition: rrc.cc:1011
asn1::rrc::csi_rs_cfg_r15_c::setup_s_::csi_rs_cfg_v1430_present
bool csi_rs_cfg_v1430_present
Definition: phy_ded.h:3653
asn1::rrc::delta_tx_d_offset_list_spucch_r15_s::delta_tx_d_offset_spucch_format1b_r15
delta_tx_d_offset_spucch_format1b_r15_e_ delta_tx_d_offset_spucch_format1b_r15
Definition: phy_ded.h:2667
asn1::rrc::cqi_report_both_proc_r11_s::operator==
bool operator==(const cqi_report_both_proc_r11_s &other) const
Definition: phy_ded.cc:1820
asn1::rrc::srs_ul_cfg_ded_v1310_c::setup_s_::cyclic_shift_v1310_opts::to_string
const char * to_string() const
Definition: phy_ded.cc:17307
asn1::rrc::epdcch_set_cfg_r11_s::res_block_assign_r11_s_::num_prb_pairs_r11_opts::n2
@ n2
Definition: phy_ded.h:2689
asn1::rrc::epdcch_set_cfg_r11_s::mpdcch_cfg_r13_c_::setup_s_::mpdcch_num_repeat_r13_opts::r2
@ r2
Definition: phy_ded.h:2834
asn1::rrc::ant_info_ded_stti_r15_c::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:8436
asn1::rrc::p_c_and_cbsr_r13_s::cbsr_sel_r13_c_::types_opts::non_precoded_r13
@ non_precoded_r13
Definition: phy_ded.h:72
asn1::rrc::cqi_report_periodic_proc_ext_r11_s::cqi_format_ind_periodic_r11_c_::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:2928
asn1::rrc::pusch_cfg_ded_v1530_s::ce_pusch_flex_start_prb_alloc_cfg_r15_c_::type
types type() const
Definition: phy_ded.h:6494
asn1::rrc::ant_info_ded_stti_r15_c::setup_s_::tx_mode_dl_non_mbsfn_r15_present
bool tx_mode_dl_non_mbsfn_r15_present
Definition: phy_ded.h:3450
asn1::rrc::pdcch_candidate_reductions_r13_c::setup_s_::pdcch_candidate_reduction_al2_r13
pdcch_candidate_reduction_value_r13_e pdcch_candidate_reduction_al2_r13
Definition: phy_ded.h:5256
asn1::rrc::csi_im_cfg_ext_r12_s::csi_im_cfg_id_v1310
uint8_t csi_im_cfg_id_v1310
Definition: phy_ded.h:1289
asn1::rrc::srs_cfg_ap_r13_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:10592
asn1::rrc::ul_pwr_ctrl_ded_v1130_s::operator==
bool operator==(const ul_pwr_ctrl_ded_v1130_s &other) const
Definition: phy_ded.cc:18196
asn1::rrc::csi_rs_cfg_bf_r14_s::csi_rs_cfg_nzp_ap_list_r14
csi_rs_cfg_nzp_ap_list_r14_l_ csi_rs_cfg_nzp_ap_list_r14
Definition: phy_ded.h:363
asn1::rrc::ant_info_ded_r10_s::codebook_subset_restrict_r10
dyn_bitstring codebook_subset_restrict_r10
Definition: phy_ded.h:4841
asn1::rrc::short_tti_r15_s::operator==
bool operator==(const short_tti_r15_s &other) const
Definition: phy_ded.cc:10928
asn1::rrc::pusch_cfg_ded_r13_s::uci_on_pusch_c_::operator!=
bool operator!=(const uci_on_pusch_c_ &other) const
Definition: phy_ded.h:6300
asn1::rrc::pusch_cfg_ded_r13_s::uci_on_pusch_c_::setup_s_::beta_offset_mc_r12_s_::beta_offset_ri_idx_mc_sf_set2_r13
uint8_t beta_offset_ri_idx_mc_sf_set2_r13
Definition: phy_ded.h:6277
asn1::rrc::pucch_cfg_ded_r13_s::ack_nack_repeat_r13_c_::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:13703
asn1::rrc::spdcch_elems_r15_c::setup_s_::tx_type_r15_opts::distributed
@ distributed
Definition: phy_ded.h:2065
asn1::rrc::pdcch_candidate_reductions_r13_c::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:13008
asn1::rrc::cqi_report_cfg_v1530_s::alt_cqi_table_minus1024_qam_r15_opts::all_sfs
@ all_sfs
Definition: phy_ded.h:5094
asn1::rrc::cqi_report_aperiodic_hybrid_r14_s::triggers_r14_c_::operator!=
bool operator!=(const triggers_r14_c_ &other) const
Definition: phy_ded.h:1738
asn1::rrc::nzp_res_cfg_r13_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:685
asn1::rrc::cqi_report_periodic_r10_c::c
setup_s_ c
Definition: phy_ded.h:1999
asn1::rrc::csi_rs_cfg_emimo_v1530_c::setup_c_::types_opts::value
enum asn1::rrc::csi_rs_cfg_emimo_v1530_c::setup_c_::types_opts::options value
asn1::rrc::slot_or_subslot_pusch_cfg_r15_c::set_release
void set_release()
Definition: phy_ded.cc:11114
asn1::rrc::csi_rs_cfg_v1310_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:6819
asn1::rrc::pdsch_re_map_qcl_cfg_r11_s::mbsfn_sf_cfg_list_v1430_c_::set_setup
setup_s_ & set_setup()
Definition: phy_ded.cc:8070
asn1::rrc::csi_rs_cfg_nzp_r11_s::res_cfg_r11
uint8_t res_cfg_r11
Definition: phy_ded.h:282
asn1::rrc::srs_ul_cfg_ded_aperiodic_r10_c::setup_s_::srs_activ_ap_r10_c_::setup_s_::ext
bool ext
Definition: phy_ded.h:7023
asn1::rrc::ant_info_ul_r10_s::tx_mode_ul_r10_opts::spare5
@ spare5
Definition: phy_ded.h:5018
asn1::rrc::nzp_freq_density_r14_opts::d2
@ d2
Definition: phy_ded.h:62
asn1::rrc::cqi_report_periodic_c::setup_s_::cqi_format_ind_periodic_c_::set_wideband_cqi
void set_wideband_cqi()
Definition: phy_ded.cc:9319
asn1::rrc::csi_process_r11_s::csi_im_cfg_id_list_r12_c_::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:3677
asn1::rrc::pdcch_candidate_reductions_r13_c::setup_s_::pdcch_candidate_reduction_al1_r13
pdcch_candidate_reduction_value_r13_e pdcch_candidate_reduction_al1_r13
Definition: phy_ded.h:5255
asn1::rrc::eimta_main_cfg_r12_c::setup_s_::eimta_cmd_periodicity_r12_opts::sf40
@ sf40
Definition: phy_ded.h:3859
asn1::rrc::srs_ant_port_opts
Definition: phy_ded.h:3181
asn1::rrc::csi_rs_cfg_v1250_s::ds_zero_tx_pwr_csi_rs_r12_c_::type
types type() const
Definition: phy_ded.h:2543
asn1::rrc::cqi_report_both_v1310_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:4747
asn1::rrc::pucch_cfg_ded_s::ack_nack_repeat_c_::setup_s_::repeat_factor_opts::number_type
uint8_t number_type
Definition: phy_ded.h:5446
asn1::rrc::p_c_and_cbsr_r13_s::cbsr_sel_r13_c_::set
void set(types::options e=types::nulltype)
Definition: phy_ded.cc:90
asn1::rrc::phys_cfg_ded_stti_r15_c::setup_s_::csi_rs_cfg_zp_to_add_mod_list_r11_present
bool csi_rs_cfg_zp_to_add_mod_list_r11_present
Definition: phy_ded.h:6677
asn1::rrc::pdsch_re_map_qcl_cfg_r11_s::mbsfn_sf_cfg_list_v1430_c_::types
setup_e types
Definition: phy_ded.h:3059
asn1::rrc::csi_rs_cfg_nzp_r11_s::sf_cfg_r11
uint8_t sf_cfg_r11
Definition: phy_ded.h:283
asn1::rrc::cfi_cfg_r15_s::operator!=
bool operator!=(const cfi_cfg_r15_s &other) const
Definition: phy_ded.h:5055
asn1::rrc::pucch_cfg_ded_r13_s::pucch_format_r13_c_::format3_r13_s_::n3_pucch_an_list_r13
n3_pucch_an_list_r13_l_ n3_pucch_an_list_r13
Definition: phy_ded.h:5597
asn1::rrc::eimta_main_cfg_r12_c::setup_s_::eimta_cmd_periodicity_r12_opts::sf20
@ sf20
Definition: phy_ded.h:3859
asn1::rrc::spdcch_elems_r15_c::setup_s_::spdcch_no_of_symbols_r15
uint8_t spdcch_no_of_symbols_r15
Definition: phy_ded.h:2109
asn1::rrc::srs_ul_cfg_ded_aperiodic_v1310_c::setup_s_::srs_activ_ap_v1310_c_::setup_s_::srs_cfg_ap_dci_format0_v1310
srs_cfg_ap_v1310_s srs_cfg_ap_dci_format0_v1310
Definition: phy_ded.h:7103
asn1::rrc::phys_cfg_ded_s::ce_mode_r13_c_::setup_opts::options
options
Definition: phy_ded.h:7565
asn1::rrc::csi_rs_cfg_r10_s::csi_rs_r10_c_::setup_s_::ant_ports_count_r10_opts::options
options
Definition: phy_ded.h:2471
asn1::rrc::dmrs_cfg_v1310_s::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:9653
asn1::rrc::phys_cfg_ded_s::pucch_cfg_ded
pucch_cfg_ded_s pucch_cfg_ded
Definition: phy_ded.h:7871
asn1::rrc::srs_ul_cfg_ded_c::operator!=
bool operator!=(const srs_ul_cfg_ded_c &other) const
Definition: phy_ded.h:6927
asn1::rrc::pusch_cfg_ded_r13_s::pusch_dmrs_r11_c_::operator==
bool operator==(const pusch_dmrs_r11_c_ &other) const
Definition: phy_ded.cc:15521
asn1::rrc::csi_rs_cfg_emimo_v1530_c::type
types type() const
Definition: phy_ded.h:1083
asn1::rrc::epdcch_set_cfg_r11_s::mpdcch_cfg_r13_c_::setup_s_::mpdcch_start_sf_uess_r13_c_::fdd_r13_opts::v5
@ v5
Definition: phy_ded.h:2768
asn1::rrc::srs_ul_cfg_ded_v1020_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:17181
asn1::rrc::cqi_report_cfg_v1250_s::csi_sf_pattern_cfg_r12
csi_sf_pattern_cfg_r12_c_ csi_sf_pattern_cfg_r12
Definition: phy_ded.h:2410
asn1::rrc::srs_ul_cfg_ded_aperiodic_up_pts_ext_r13_c::setup_s_::srs_up_pts_add_r13_opts::sym4
@ sym4
Definition: phy_ded.h:7176
asn1::rrc::pusch_cfg_ded_v1530_s::ce_pusch_sub_prb_cfg_r15_c_::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:16130
asn1::rrc::epdcch_set_cfg_r11_s::csi_rs_cfg_zp_id2_r12_c_::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:7203
asn1::rrc::ant_info_ded_s::codebook_subset_restrict_c_::n4_tx_ant_tm6
fixed_bitstring< 16 > & n4_tx_ant_tm6()
Definition: phy_ded.h:4666
asn1::rrc::ant_info_ded_r10_s::operator!=
bool operator!=(const ant_info_ded_r10_s &other) const
Definition: phy_ded.h:4849
asn1::rrc::pusch_cfg_ded_s::beta_offset_ri_idx
uint8_t beta_offset_ri_idx
Definition: phy_ded.h:6219
asn1::rrc::phys_cfg_ded_s::ant_info
ant_info_c_ ant_info
Definition: phy_ded.h:7878
asn1::rrc::csi_process_r11_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:3407
asn1::rrc::pusch_cfg_ded_v1530_s::ce_pusch_flex_start_prb_alloc_cfg_r15_c_::c
setup_s_ c
Definition: phy_ded.h:6514
asn1::rrc::delta_tx_d_offset_list_spucch_r15_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:6951
asn1::rrc::csi_rs_cfg_zp_ap_list_r14_c::set_setup
setup_l_ & set_setup()
Definition: phy_ded.cc:9508
asn1::rrc::csi_rs_cfg_nzp_r11_s::mbsfn_sf_cfg_list_v1430_c_::mbsfn_sf_cfg_list_v1430_c_
mbsfn_sf_cfg_list_v1430_c_()=default
asn1::rrc::csi_rs_cfg_v1310_s::operator==
bool operator==(const csi_rs_cfg_v1310_s &other) const
Definition: phy_ded.cc:6838
asn1::rrc::csi_rs_cfg_emimo_v1430_c::setup_c_
Definition: phy_ded.h:892
asn1::rrc::cqi_report_periodic_r10_c::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:4852
asn1::rrc::csi_im_cfg_ext_r12_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:3248
asn1::rrc::pucch_cfg_ded_r13_s::pucch_format_r13_c_::format4_r13
format4_r13_s_ & format4_r13()
Definition: phy_ded.h:5693
asn1::rrc::pucch_cfg_ded_r13_s::ack_nack_repeat_r13_c_::setup
setup_s_ & setup()
Definition: phy_ded.h:5531
asn1::rrc::pucch_cfg_ded_r13_s::ack_nack_repeat_r13_c_::setup_s_::repeat_factor_r13_opts::value
enum asn1::rrc::pucch_cfg_ded_r13_s::ack_nack_repeat_r13_c_::setup_s_::repeat_factor_r13_opts::options value
asn1::rrc::slot_or_subslot_pdsch_cfg_r15_c::setup_s_
Definition: phy_ded.h:4401
asn1::rrc::pdsch_cfg_ded_s::p_a_opts::value
enum asn1::rrc::pdsch_cfg_ded_s::p_a_opts::options value
asn1::rrc::csi_rs_cfg_bf_r14_s::csi_rs_cfg_nzp_id_list_ext_r14_present
bool csi_rs_cfg_nzp_id_list_ext_r14_present
Definition: phy_ded.h:350
asn1::rrc::pucch_cfg_ded_v1020_s::pucch_format_r10_c_::set
void set(types::options e=types::nulltype)
Definition: phy_ded.cc:14790
asn1::rrc::ant_info_ded_r10_s::operator==
bool operator==(const ant_info_ded_r10_s &other) const
Definition: phy_ded.cc:11901
asn1::rrc::phys_cfg_ded_s::must_cfg_r14_c_::setup_s_::k_max_r14_opts::to_string
const char * to_string() const
Definition: phy_ded.cc:20125
asn1::rrc::srs_ul_cfg_ded_c::setup_s_::srs_bw_opts::to_number
uint8_t to_number() const
Definition: phy_ded.cc:17152
asn1::rrc::slot_or_subslot_pdsch_cfg_r15_c::setup_s_::alt_cqi_table_stti_r15
alt_cqi_table_stti_r15_e_ alt_cqi_table_stti_r15
Definition: phy_ded.h:4435
asn1::rrc::sched_request_cfg_v1020_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:17029
asn1::rrc::pucch_cfg_ded_s::ack_nack_repeat_c_::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:13458
asn1::rrc::csi_im_cfg_r11_s
Definition: phy_ded.h:1260
asn1::rrc::pucch_cfg_ded_r13_s::ack_nack_repeat_r13_c_::operator==
bool operator==(const ack_nack_repeat_r13_c_ &other) const
Definition: phy_ded.cc:13755
asn1::rrc::epdcch_set_cfg_r11_s::mpdcch_cfg_r13_c_::setup_s_::mpdcch_num_repeat_r13_opts::r64
@ r64
Definition: phy_ded.h:2834
asn1::rrc::phys_cfg_ded_s::blind_pdsch_repeat_cfg_r15_c_::setup_s_::max_num_slot_subslot_pdsch_repeats_r15_opts::to_number
uint8_t to_number() const
Definition: phy_ded.cc:20525
asn1::rrc::pucch_cfg_ded_v1020_s::pucch_format_r10_c_::types_opts::nulltype
@ nulltype
Definition: phy_ded.h:6008
asn1::rrc::phys_cfg_ded_s::must_cfg_r14_c_::setup_s_::p_a_must_r14_opts::db1
@ db1
Definition: phy_ded.h:7637
asn1::rrc::pucch_cfg_ded_s::ack_nack_repeat_c_::setup_s_::n1_pucch_an_rep
uint16_t n1_pucch_an_rep
Definition: phy_ded.h:5455
asn1::rrc::csi_rs_cfg_emimo_v1430_c::setup_c_::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:2356
asn1::rrc::pucch_format3_conf_r13_s::two_ant_port_activ_pucch_format3_r13_c_::set_setup
setup_s_ & set_setup()
Definition: phy_ded.cc:10225
asn1::rrc::csi_process_r11_s::cqi_report_periodic_proc_id_r11
uint8_t cqi_report_periodic_proc_id_r11
Definition: phy_ded.h:1433
asn1::rrc::pusch_cfg_ded_r13_s::beta_offset_mc_r13_s_
Definition: phy_ded.h:6230
asn1::rrc::pusch_cfg_ded_r13_s::uci_on_pusch_c_::type_
types type_
Definition: phy_ded.h:6316
asn1::rrc::pucch_cfg_ded_r13_s::tdd_ack_nack_feedback_mode_r13_opts::to_string
const char * to_string() const
Definition: phy_ded.cc:13774
asn1::rrc::epdcch_set_cfg_r11_s::mpdcch_cfg_r13_c_::setup_s_::csi_num_repeat_ce_r13_opts::to_string
const char * to_string() const
Definition: phy_ded.cc:7371
asn1::rrc::cqi_report_periodic_r10_c::setup_s_::csi_cfg_idx_r10_c_::type
types type() const
Definition: phy_ded.h:1934
asn1::rrc::pusch_enhance_cfg_r14_c::setup_s_::interv_ul_hop_pusch_enh_r14_c_::interv_tdd_pusch_enh_r14_opts::int5
@ int5
Definition: phy_ded.h:6575
asn1::rrc::spdcch_elems_r15_c::setup_s_::rate_matching_mode_r15_opts
Definition: phy_ded.h:2083
asn1::rrc::pucch_cfg_ded_v1020_s::pucch_format_r10_c_::destroy_
void destroy_()
Definition: phy_ded.cc:14777
asn1::rrc::phys_cfg_ded_stti_r15_c::setup_s_::cqi_report_cfg_r15
cqi_report_cfg_r15_c cqi_report_cfg_r15
Definition: phy_ded.h:6691
asn1::rrc::pdsch_re_map_qcl_cfg_r11_s::codeword_one_cfg_v1530_c_::operator!=
bool operator!=(const codeword_one_cfg_v1530_c_ &other) const
Definition: phy_ded.h:3129
asn1::rrc::delta_tx_d_offset_list_spucch_r15_s::delta_tx_d_offset_spucch_format1b_r15_opts::value
enum asn1::rrc::delta_tx_d_offset_list_spucch_r15_s::delta_tx_d_offset_spucch_format1b_r15_opts::options value
asn1::rrc::pucch_cfg_ded_v1530_s::codebooksize_determination_stti_r15_opts::nulltype
@ nulltype
Definition: phy_ded.h:4030
asn1::rrc::tdd_pusch_up_pts_r14_c::setup_s_::sym_pusch_up_pts_r14_opts::sym3
@ sym3
Definition: phy_ded.h:4536
asn1::rrc::pucch_cfg_ded_r13_s::pucch_num_repeat_ce_r13_c_
Definition: phy_ded.h:5807
asn1::rrc::pdsch_cfg_ded_v1430_s::ce_pdsch_max_bw_r14_e_
enumerated< ce_pdsch_max_bw_r14_opts > ce_pdsch_max_bw_r14_e_
Definition: phy_ded.h:5386
asn1::rrc::ant_info_ded_v1530_c::setup_c_::ue_tx_ant_sel_srs_minus2_t4_r_nr_of_pairs_r15
ue_tx_ant_sel_srs_minus2_t4_r_nr_of_pairs_r15_e_ & ue_tx_ant_sel_srs_minus2_t4_r_nr_of_pairs_r15()
Definition: phy_ded.h:4907
asn1::rrc::spdcch_elems_r15_c::setup_s_::rate_matching_mode_r15_opts::to_number
uint8_t to_number() const
Definition: phy_ded.cc:5663
asn1::rrc::csi_rs_cfg_non_precoded_r13_s::codebook_cfg_n2_r13_opts::value
enum asn1::rrc::csi_rs_cfg_non_precoded_r13_s::codebook_cfg_n2_r13_opts::options value
asn1::rrc::slot_or_subslot_pdsch_cfg_r15_c::setup_s_::alt_cqi_table1024_qam_stti_r15_opts::number_type
uint8_t number_type
Definition: phy_ded.h:4412
asn1::rrc::srs_ul_cfg_ded_aperiodic_up_pts_ext_r13_c::type_
types type_
Definition: phy_ded.h:7253
asn1::rrc::spdcch_elems_r15_c::setup_s_
Definition: phy_ded.h:2057
asn1::rrc::csi_rs_cfg_non_precoded_r13_s::codebook_over_sampling_rate_cfg_o1_r13_opts::to_number
uint8_t to_number() const
Definition: phy_ded.cc:1462
asn1::rrc::phys_cfg_ded_stti_r15_c::setup_s_::eimta_main_cfg_serv_cell_r15
eimta_main_cfg_serv_cell_r12_c eimta_main_cfg_serv_cell_r15
Definition: phy_ded.h:6699
asn1::rrc::pucch_cfg_ded_v1250_s::nka_pucch_param_r12_c_::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:15240
asn1::rrc::phys_cfg_ded_s::blind_pdsch_repeat_cfg_r15_c_::type
types type() const
Definition: phy_ded.h:7835
asn1::rrc::pucch_cfg_ded_v1020_s::pucch_format_r10_c_::operator=
pucch_format_r10_c_ & operator=(const pucch_format_r10_c_ &other)
Definition: phy_ded.cc:14824
asn1::rrc::pusch_cfg_ded_r13_s::pusch_dmrs_r11_c_::setup_s_
Definition: phy_ded.h:6238
asn1::rrc::spucch_elems_r15_c::setup_s_::n1_slot_spucch_fh_an_list_r15
uint16_t n1_slot_spucch_fh_an_list_r15
Definition: phy_ded.h:2169
asn1::rrc::pucch_cfg_ded_r13_s::pucch_format_r13_c_::types_opts::format3_r13
@ format3_r13
Definition: phy_ded.h:5662
asn1::rrc::cqi_report_periodic_proc_ext_r11_s::ri_cfg_idx_r11_present
bool ri_cfg_idx_r11_present
Definition: phy_ded.h:1237
asn1::rrc::srs_cfg_ap_v1310_s::cyclic_shift_ap_v1310_opts::nulltype
@ nulltype
Definition: phy_ded.h:4297
asn1::rrc::srs_ul_cfg_ded_aperiodic_up_pts_ext_r13_c::operator==
bool operator==(const srs_ul_cfg_ded_aperiodic_up_pts_ext_r13_c &other) const
Definition: phy_ded.cc:17792
asn1::rrc::phys_cfg_ded_s::ant_info_r10_c_::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:19839
asn1::rrc::pucch_cfg_ded_v1020_s::pucch_format_r10_c_::ch_sel_r10_s_::n1_pucch_an_cs_r10_c_::set
void set(types::options e=types::nulltype)
Definition: phy_ded.cc:14918
asn1::rrc::pucch_cfg_ded_r13_s::pucch_format_r13_c_::ch_sel_r13_s_::n1_pucch_an_cs_r13_c_::setup_s_::n1_pucch_an_cs_list_r13
n1_pucch_an_cs_list_r13_l_ n1_pucch_an_cs_list_r13
Definition: phy_ded.h:5607
asn1::rrc::sched_request_cfg_v1530_c::setup_s_::sr_slot_spucch_idx_no_fh_r15_present
bool sr_slot_spucch_idx_no_fh_r15_present
Definition: phy_ded.h:4343
asn1::rrc::phys_cfg_ded_s::ul_pwr_ctrl_ded_v1130
copy_ptr< ul_pwr_ctrl_ded_v1130_s > ul_pwr_ctrl_ded_v1130
Definition: phy_ded.h:7909
asn1::rrc::csi_rs_cfg_non_precoded_r13_s::codebook_cfg_n2_r13_opts::nulltype
@ nulltype
Definition: phy_ded.h:542
asn1::rrc::phys_cfg_ded_s::semi_static_cfi_cfg_r15_c_::setup_c_
Definition: phy_ded.h:7683
asn1::rrc::cqi_report_periodic_r10_c::setup_s_::csi_cfg_idx_r10_c_::operator!=
bool operator!=(const csi_cfg_idx_r10_c_ &other) const
Definition: phy_ded.h:1939
asn1::rrc::srs_ul_cfg_ded_aperiodic_v1310_c::setup_s_::srs_activ_ap_v1310_c_::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:17663
asn1::rrc::spucch_cfg_v1550_c::setup_s_::two_ant_port_activ_spucch_format3_v1550
two_ant_port_activ_spucch_format3_v1550_s_ two_ant_port_activ_spucch_format3_v1550
Definition: phy_ded.h:6750
asn1::rrc::csi_rs_cfg_non_precoded_r13_s
Definition: phy_ded.h:532
asn1::rrc::eimta_main_cfg_serv_cell_r12_c::setup_s_::mbsfn_sf_cfg_list_v1250_c_::setup_s_::sf_cfg_list_r12
mbsfn_sf_cfg_list_l sf_cfg_list_r12
Definition: phy_ded.h:3915
asn1::rrc::spucch_cfg_v1550_c::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:16827
asn1::rrc::pdsch_cfg_ded_v1130_s::re_map_qcl_cfg_to_add_mod_list_r11_present
bool re_map_qcl_cfg_to_add_mod_list_r11_present
Definition: phy_ded.h:5327
asn1::rrc::tpc_pdcch_cfg_c::setup
setup_s_ & setup()
Definition: phy_ded.h:3216
asn1::rrc::spdcch_cfg_r15_c::type
types type() const
Definition: phy_ded.h:4133
asn1::rrc::srs_ul_cfg_ded_aperiodic_v1310_c::setup_s_::srs_activ_ap_v1310_c_::operator!=
bool operator!=(const srs_activ_ap_v1310_c_ &other) const
Definition: phy_ded.h:7116
asn1::rrc::pusch_enhance_cfg_r14_c::type
types type() const
Definition: phy_ded.h:6641
asn1::rrc::csi_rs_cfg_emimo_v1430_c::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:2256
asn1::rrc::phys_cfg_ded_s::blind_pdsch_repeat_cfg_r15_c_::setup_s_::max_num_slot_subslot_pdsch_repeats_r15_opts::number_type
uint8_t number_type
Definition: phy_ded.h:7770
asn1::rrc::tpc_idx_c::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:5940
asn1::rrc::csi_rs_cfg_nzp_r11_s::mbsfn_sf_cfg_list_v1430_c_::c
setup_s_ c
Definition: phy_ded.h:274
asn1::rrc::pusch_cfg_ded_r13_s::uci_on_pusch_c_::setup_s_::beta_offset_ri_idx_sf_set2_r13
uint8_t beta_offset_ri_idx_sf_set2_r13
Definition: phy_ded.h:6286
asn1::rrc::delta_tx_d_offset_list_pucch_r10_s::delta_tx_d_offset_pucch_format3_r10_opts::to_string
const char * to_string() const
Definition: phy_ded.cc:9743
asn1::rrc::phys_cfg_ded_stti_r15_c::setup_s_::spucch_cfg_r15
spucch_cfg_r15_c spucch_cfg_r15
Definition: phy_ded.h:6704
asn1::rrc::csi_rs_cfg_nzp_r11_s::ant_ports_count_r11_opts::value
enum asn1::rrc::csi_rs_cfg_nzp_r11_s::ant_ports_count_r11_opts::options value
asn1::rrc::pusch_enhance_cfg_r14_c::setup_s_::interv_ul_hop_pusch_enh_r14_c_::types_opts::value
enum asn1::rrc::pusch_enhance_cfg_r14_c::setup_s_::interv_ul_hop_pusch_enh_r14_c_::types_opts::options value
asn1::rrc::p_c_and_cbsr_r13_s::ext
bool ext
Definition: phy_ded.h:135
asn1::rrc::phys_cfg_ded_s::pusch_cfg_ded_v1430
copy_ptr< pusch_cfg_ded_v1430_s > pusch_cfg_ded_v1430
Definition: phy_ded.h:7946
asn1::rrc::cqi_report_aperiodic_hybrid_r14_s::triggers_r14_c_::set_two_bit_r14
two_bit_r14_s_ & set_two_bit_r14()
Definition: phy_ded.cc:4473
asn1::rrc::phys_cfg_ded_s::ant_info_r10_c_::types_opts::explicit_value_r10
@ explicit_value_r10
Definition: phy_ded.h:7501
asn1::rrc::spucch_elems_r15_c::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:5741
asn1::rrc::csi_rs_cfg_non_precoded_v1530_s::operator!=
bool operator!=(const csi_rs_cfg_non_precoded_v1530_s &other) const
Definition: phy_ded.h:670
asn1::rrc::phys_cfg_ded_stti_r15_c::setup_s_::csi_rs_cfg_zp_ap_list_r15
csi_rs_cfg_zp_ap_list_r14_c csi_rs_cfg_zp_ap_list_r15
Definition: phy_ded.h:6697
asn1::rrc::csi_rs_cfg_r15_c
Definition: phy_ded.h:3648
asn1::rrc::pucch_cfg_ded_r13_s::pucch_num_repeat_ce_r13_c_::setup_c_::mode_a_s_::pucch_num_repeat_ce_format2_r13_opts::to_string
const char * to_string() const
Definition: phy_ded.cc:14657
asn1::rrc::spdcch_elems_r15_c::setup_s_::rate_matching_mode_r15_present
bool rate_matching_mode_r15_present
Definition: phy_ded.h:2105
asn1::rrc::cqi_report_cfg_r15_c::setup
setup_s_ & setup()
Definition: phy_ded.h:3553
asn1::rrc::csi_rs_cfg_v1530_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:12709
asn1::rrc::pdsch_cfg_ded_v1430_s::ce_pdsch_ten_processes_r14_present
bool ce_pdsch_ten_processes_r14_present
Definition: phy_ded.h:5398
asn1::rrc::ul_pwr_ctrl_ded_v1020_s
Definition: phy_ded.h:7370
asn1::rrc::ant_info_ded_stti_r15_c::setup_s_::codebook_subset_restrict_c_::type
types type() const
Definition: phy_ded.h:3282
asn1::rrc::csi_rs_cfg_emimo_r13_c::setup
setup_c_ & setup()
Definition: phy_ded.h:872
asn1::rrc::srs_ul_cfg_ded_aperiodic_r10_c::setup_s_::srs_activ_ap_r10_c_::setup_s_::srs_cfg_ap_dci_format1a2b2c_r10
srs_cfg_ap_r10_s srs_cfg_ap_dci_format1a2b2c_r10
Definition: phy_ded.h:7025
asn1::rrc::epdcch_cfg_r11_s::cfg_r11_c_
Definition: phy_ded.h:5165
asn1::rrc::spdcch_cfg_r15_c::setup_s_::spdcch_set_cfg_r15
spdcch_set_r15_l spdcch_set_cfg_r15
Definition: phy_ded.h:4126
asn1::rrc::srs_tpc_pdcch_cfg_r14_c::setup_s_::srs_cc_set_idxlist_r14_present
bool srs_cc_set_idxlist_r14_present
Definition: phy_ded.h:6788
asn1::rrc::csi_rs_cfg_nzp_v1430_s::freq_density_r14_present
bool freq_density_r14_present
Definition: phy_ded.h:151
asn1::rrc::pucch_cfg_ded_r13_s::pucch_format_r13_c_::format5_r13_s_::format5_res_cfg_r13_l_
std::array< format5_res_r13_s, 4 > format5_res_cfg_r13_l_
Definition: phy_ded.h:5654
asn1::rrc::csi_process_r11_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:3302
asn1::rrc::p_c_and_cbsr_r15_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:766
asn1::rrc::ant_info_ded_v920_s::codebook_subset_restrict_v920_c_::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:12313
asn1::rrc::delta_tx_d_offset_list_pucch_r10_s::delta_tx_d_offset_pucch_format22a2b_r10
delta_tx_d_offset_pucch_format22a2b_r10_e_ delta_tx_d_offset_pucch_format22a2b_r10
Definition: phy_ded.h:3821
asn1::rrc::pdsch_re_map_qcl_cfg_r11_s::optional_set_of_fields_r11_s_::crs_ports_count_r11_opts::number_type
uint8_t number_type
Definition: phy_ded.h:3000
asn1::rrc::pucch_cfg_ded_r13_s::pucch_num_repeat_ce_r13_c_::type_
types type_
Definition: phy_ded.h:5928
asn1::rrc::cqi_report_cfg_s::cqi_report_mode_aperiodic
cqi_report_mode_aperiodic_e cqi_report_mode_aperiodic
Definition: phy_ded.h:5081
asn1::rrc::epdcch_cfg_r11_s::cfg_r11_c_::set
void set(types::options e=types::nulltype)
Definition: phy_ded.cc:12759
asn1::rrc::pucch_cfg_ded_v1130_s::npucch_param_r11_c_::setup
setup_s_ & setup()
Definition: phy_ded.h:6122
asn1::rrc::csi_rs_cfg_nzp_emimo_r13_c::setup_s_::nzp_res_cfg_list_r13
nzp_res_cfg_list_r13_l_ nzp_res_cfg_list_r13
Definition: phy_ded.h:390
asn1::rrc::ant_info_ded_s::tx_mode_opts::tm1
@ tm1
Definition: phy_ded.h:4595
asn1::rrc::csi_rs_cfg_r10_s::csi_rs_r10_c_::setup_s_::ant_ports_count_r10_opts::nulltype
@ nulltype
Definition: phy_ded.h:2471
asn1::rrc::csi_rs_cfg_non_precoded_v1430_s::codebook_cfg_n1_v1430_opts::n6
@ n6
Definition: phy_ded.h:593
asn1::rrc::pusch_cfg_ded_r13_s::beta_offset_mc_r13_present
bool beta_offset_mc_r13_present
Definition: phy_ded.h:6322
asn1::rrc::epdcch_set_cfg_r11_s::mpdcch_cfg_r13_c_::setup_s_::mpdcch_pdsch_hop_cfg_r13
mpdcch_pdsch_hop_cfg_r13_e_ mpdcch_pdsch_hop_cfg_r13
Definition: phy_ded.h:2844
asn1::rrc::phys_cfg_ded_s::ce_mode_r13_c_::c
setup_e_ c
Definition: phy_ded.h:7595
asn1::rrc::cqi_report_periodic_proc_ext_r11_s::cqi_format_ind_periodic_r11
cqi_format_ind_periodic_r11_c_ cqi_format_ind_periodic_r11
Definition: phy_ded.h:1241
asn1::rrc::phys_cfg_ded_stti_r15_c::setup_s_::eimta_main_cfg_serv_cell_r15_present
bool eimta_main_cfg_serv_cell_r15_present
Definition: phy_ded.h:6680
asn1::rrc::pucch_format3_conf_r13_s::two_ant_port_activ_pucch_format3_r13
two_ant_port_activ_pucch_format3_r13_c_ two_ant_port_activ_pucch_format3_r13
Definition: phy_ded.h:4094
asn1::rrc::csi_rs_cfg_r15_c::csi_rs_cfg_r15_c
csi_rs_cfg_r15_c()=default
asn1::rrc::pdsch_re_map_qcl_cfg_r11_s::codeword_one_cfg_v1530_c_::setup_s_::csi_rs_cfg_zp_id_v1530
uint8_t csi_rs_cfg_zp_id_v1530
Definition: phy_ded.h:3116
asn1::rrc::csi_rs_cfg_emimo_v1480_c::setup_c_::destroy_
void destroy_()
Definition: phy_ded.cc:2489
asn1::rrc::spucch_elems_r15_c::setup_s_
Definition: phy_ded.h:2152
asn1::rrc::pdsch_re_map_qcl_cfg_r11_s::codeword_one_cfg_v1530_c_::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:8214
asn1::rrc::pdsch_cfg_ded_s::p_a_opts::db_minus3
@ db_minus3
Definition: phy_ded.h:5294
asn1::rrc::cqi_report_cfg_r10_s::cqi_report_aperiodic_r10_present
bool cqi_report_aperiodic_r10_present
Definition: phy_ded.h:2331
asn1::rrc::epdcch_set_cfg_r11_s::num_prb_pairs_v1310_c_::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:7271
asn1::rrc::pdsch_re_map_qcl_cfg_r11_s::optional_set_of_fields_r11_s_::mbsfn_sf_cfg_list_r11_c_::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:7975
asn1::rrc::csi_rs_cfg_emimo_v1530_c::setup_c_
Definition: phy_ded.h:1056
asn1::rrc::phys_cfg_ded_s::blind_pdsch_repeat_cfg_r15_c_::setup_s_::nof_processes_slot_subslot_pdsch_repeats_r15
uint8_t nof_processes_slot_subslot_pdsch_repeats_r15
Definition: phy_ded.h:7826
asn1::rrc::cqi_report_periodic_c::set_release
void set_release()
Definition: phy_ded.cc:9235
asn1::rrc::epdcch_set_cfg_r11_s::csi_rs_cfg_zp_id2_r12_c_::operator==
bool operator==(const csi_rs_cfg_zp_id2_r12_c_ &other) const
Definition: phy_ded.cc:7249
asn1::rrc::ant_info_ded_stti_r15_c::setup_s_::codebook_subset_restrict_c_::types_opts::n2_tx_ant_tm8_r15
@ n2_tx_ant_tm8_r15
Definition: phy_ded.h:3264
asn1::rrc::pdsch_re_map_qcl_cfg_r11_s::codeword_one_cfg_v1530_c_::setup_s_::crs_ports_count_v1530_opts::nulltype
@ nulltype
Definition: phy_ded.h:3091
asn1::rrc::ant_info_ded_s::ue_tx_ant_sel_c_::ue_tx_ant_sel_c_
ue_tx_ant_sel_c_()=default
asn1::rrc::srs_ul_cfg_ded_up_pts_ext_r13_c::setup_s_::srs_hop_bw_r13_opts::to_number
uint8_t to_number() const
Definition: phy_ded.cc:18018
asn1::rrc::cqi_report_aperiodic_proc_r11_s::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:1725
asn1::rrc::cqi_report_periodic_v1320_s::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:5357
asn1::rrc::p_c_and_cbsr_r13_s::cbsr_sel_r13_c_::types_opts::options
options
Definition: phy_ded.h:72
asn1::rrc::srs_cfg_ap_r13_s::srs_bw_ap_r13_opts::to_number
uint8_t to_number() const
Definition: phy_ded.cc:10626
asn1::rrc::csi_rs_cfg_zp_ap_list_r14_c::set
void set(types::options e=types::nulltype)
Definition: phy_ded.cc:9500
asn1::rrc::pucch_cfg_ded_r13_s::npucch_param_r13_c_::npucch_param_r13_c_
npucch_param_r13_c_()=default
asn1::rrc::epdcch_set_cfg_r11_s::mpdcch_cfg_r13_c_::setup_s_::mpdcch_start_sf_uess_r13_c_::tdd_r13_opts::v4
@ v4
Definition: phy_ded.h:2777
asn1::rrc::spdcch_elems_r15_c::setup_s_::tx_type_r15_opts::to_string
const char * to_string() const
Definition: phy_ded.cc:5646
asn1::rrc::cqi_report_cfg_v1250_s::csi_sf_pattern_cfg_r12_c_::set_setup
setup_s_ & set_setup()
Definition: phy_ded.cc:6334
asn1::rrc::pucch_cfg_ded_r13_s::pucch_format_r13_c_::format3_r13_s_::two_ant_port_activ_pucch_format3_r13_c_::set
void set(types::options e=types::nulltype)
Definition: phy_ded.cc:14086
asn1::rrc::pucch_cfg_ded_r13_s::pucch_num_repeat_ce_r13_c_::setup_c_::mode_a_s_::pucch_num_repeat_ce_format2_r13_e_
enumerated< pucch_num_repeat_ce_format2_r13_opts > pucch_num_repeat_ce_format2_r13_e_
Definition: phy_ded.h:5825
asn1::rrc::sched_request_cfg_v1530_c::setup_s_::sr_cfg_idx_slot_r15
uint8_t sr_cfg_idx_slot_r15
Definition: phy_ded.h:4350
asn1::rrc::ul_pwr_ctrl_ded_s::delta_mcs_enabled_opts::to_string
const char * to_string() const
Definition: phy_ded.cc:18091
asn1::rrc::cqi_report_cfg_v1320_s::operator==
bool operator==(const cqi_report_cfg_v1320_s &other) const
Definition: phy_ded.cc:6505
asn1::rrc::srs_ul_cfg_ded_aperiodic_v1310_c::c
setup_s_ c
Definition: phy_ded.h:7169
asn1::rrc::srs_cfg_ap_v1310_s::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:10691
asn1::rrc::csi_rs_cfg_nzp_r11_s::qcl_crs_info_r11_s_::crs_ports_count_r11_opts::value
enum asn1::rrc::csi_rs_cfg_nzp_r11_s::qcl_crs_info_r11_s_::crs_ports_count_r11_opts::options value
asn1::rrc::csi_process_r11_s::csi_im_cfg_id_list_r12_c_::type
types type() const
Definition: phy_ded.h:1308
asn1::rrc::pusch_cfg_ded_r13_s::pusch_dmrs_r11_c_::pusch_dmrs_r11_c_
pusch_dmrs_r11_c_()=default
asn1::rrc::epdcch_set_cfg_r11_s::mpdcch_cfg_r13_c_::setup_s_::mpdcch_start_sf_uess_r13_c_::fdd_r13_opts::v2dot5
@ v2dot5
Definition: phy_ded.h:2768
asn1::rrc::srs_ul_cfg_ded_up_pts_ext_r13_c::setup_s_::srs_hop_bw_r13_opts::options
options
Definition: phy_ded.h:7277
asn1::rrc::cqi_report_periodic_r10_c::setup_s_::csi_cfg_idx_r10_c_::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:5158
asn1::rrc::epdcch_set_cfg_r11_s::mpdcch_cfg_r13_c_::setup_s_::mpdcch_start_sf_uess_r13_c_::fdd_r13_opts::v1dot5
@ v1dot5
Definition: phy_ded.h:2768
asn1::rrc::epdcch_cfg_r11_s::cfg_r11_c_::setup_s_::start_symbol_r11_present
bool start_symbol_r11_present
Definition: phy_ded.h:5203
asn1::rrc::pusch_cfg_ded_v1530_s::ce_pusch_flex_start_prb_alloc_cfg_r15_c_::setup_s_::offset_ce_mode_b_r15_present
bool offset_ce_mode_b_r15_present
Definition: phy_ded.h:6486
asn1::rrc::cqi_report_cfg_v1250_s::alt_cqi_table_r12_e_
enumerated< alt_cqi_table_r12_opts > alt_cqi_table_r12_e_
Definition: phy_ded.h:2403
asn1::rrc::epdcch_set_cfg_r11_s::mpdcch_cfg_r13_c_::set
void set(types::options e=types::nulltype)
Definition: phy_ded.cc:7288
asn1::rrc::dmrs_cfg_r11_c::setup_s_::scrambling_id_r11
uint16_t scrambling_id_r11
Definition: phy_ded.h:3737
asn1::rrc::n4_spucch_res_r15_s::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:3912
asn1::rrc::sched_request_cfg_v1530_c::setup_s_::sr_cfg_idx_subslot_r15_present
bool sr_cfg_idx_subslot_r15_present
Definition: phy_ded.h:4346
asn1::rrc::sched_request_cfg_v1530_c::set_setup
setup_s_ & set_setup()
Definition: phy_ded.cc:10746
asn1::rrc::pdsch_cfg_ded_v1130_s::qcl_operation_opts::options
options
Definition: phy_ded.h:5317
asn1::rrc::pusch_cfg_ded_r13_s::pusch_dmrs_r11_c_::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:15487
asn1::rrc::ant_info_ul_r10_s::tx_mode_ul_r10_opts::tm2
@ tm2
Definition: phy_ded.h:5018
asn1::rrc::spucch_cfg_v1550_c::setup_s_::two_ant_port_activ_spucch_format3_v1550_s_::n3_spucch_an_list_v1550
n3_spucch_an_list_v1550_l_ n3_spucch_an_list_v1550
Definition: phy_ded.h:6746
asn1::rrc::spdcch_elems_r15_c::setup_s_::dci7_candidate_sets_per_al_spdcch_r15_present
bool dci7_candidate_sets_per_al_spdcch_r15_present
Definition: phy_ded.h:2100
asn1::rrc::srs_ul_cfg_ded_up_pts_ext_r13_c::setup_s_::srs_bw_r13_opts::to_string
const char * to_string() const
Definition: phy_ded.cc:18002
asn1::rrc::enable256_qam_r14_c::setup_c_::tpc_sf_set_not_cfgured_r14_s_::dci_format4_r14
bool dci_format4_r14
Definition: phy_ded.h:2914
asn1::rrc::pucch_cfg_ded_r13_s::npucch_param_r13_c_::setup_s_::n1_pucch_an_r13
uint16_t n1_pucch_an_r13
Definition: phy_ded.h:5737
asn1::rrc::pucch_cfg_ded_r13_s::pucch_num_repeat_ce_r13_c_::setup_c_::mode_b_s_::pucch_num_repeat_ce_format2_r13_opts::r32
@ r32
Definition: phy_ded.h:5841
asn1::rrc::pusch_cfg_ded_v1530_s::ce_pusch_flex_start_prb_alloc_cfg_r15_c_::setup
setup_s_ & setup()
Definition: phy_ded.h:6499
asn1::rrc::epdcch_set_cfg_r11_s::mpdcch_cfg_r13_c_::setup_s_::csi_num_repeat_ce_r13_e_
enumerated< csi_num_repeat_ce_r13_opts > csi_num_repeat_ce_r13_e_
Definition: phy_ded.h:2759
asn1::rrc::pdsch_re_map_qcl_cfg_r11_s::optional_set_of_fields_r11_s_::mbsfn_sf_cfg_list_r11_present
bool mbsfn_sf_cfg_list_r11_present
Definition: phy_ded.h:3049
asn1::rrc::zero_tx_pwr_csi_rs_r12_s::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:3939
asn1::rrc::pucch_cfg_ded_r13_s::pucch_num_repeat_ce_r13_c_::setup_c_::mode_b
mode_b_s_ & mode_b()
Definition: phy_ded.h:5878
asn1::rrc::pusch_cfg_ded_r13_s::pusch_dmrs_r11_c_::setup_s_::ndmrs_csh_id_r13
uint16_t ndmrs_csh_id_r13
Definition: phy_ded.h:6240
asn1::rrc::phys_cfg_ded_s::blind_pdsch_repeat_cfg_r15_c_::setup_s_::rv_slotsublot_pdsch_repeats_r15_opts::to_number
uint8_t to_number() const
Definition: phy_ded.cc:20555
asn1::rrc::csi_im_cfg_r11_s::res_cfg_r11
uint8_t res_cfg_r11
Definition: phy_ded.h:1263
asn1::rrc::csi_rs_cfg_non_precoded_v1430_s::operator==
bool operator==(const csi_rs_cfg_non_precoded_v1430_s &other) const
Definition: phy_ded.cc:1520
asn1::rrc::pucch_cfg_ded_v1530_s::codebooksize_determination_stti_r15_e_
enumerated< codebooksize_determination_stti_r15_opts > codebooksize_determination_stti_r15_e_
Definition: phy_ded.h:4034
asn1::rrc::spdcch_elems_r15_c::setup_s_::rate_matching_mode_r15_opts::m2
@ m2
Definition: phy_ded.h:2084
asn1::rrc::csi_rs_cfg_nzp_r11_s::qcl_crs_info_r11_s_::mbsfn_sf_cfg_list_r11_c_::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:589
asn1::rrc::phys_cfg_ded_s::add_spec_emission_ca_r10_c_::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:19902
asn1::rrc::pucch_cfg_ded_r13_s::ack_nack_repeat_r13_c_::setup_s_::repeat_factor_r13_opts::n2
@ n2
Definition: phy_ded.h:5507
asn1::rrc::pucch_cfg_ded_v1020_s::pucch_format_r10_c_::set_ch_sel_r10
ch_sel_r10_s_ & set_ch_sel_r10()
Definition: phy_ded.cc:14850
asn1::rrc::srs_ul_cfg_ded_aperiodic_up_pts_ext_r13_c::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:17713
asn1::rrc::slot_or_subslot_pdsch_cfg_r15_c::c
setup_s_ c
Definition: phy_ded.h:4467
asn1::rrc::cqi_report_periodic_c::type_
types type_
Definition: phy_ded.h:3643
asn1::rrc::csi_rs_cfg_non_precoded_r13_s::p_c_and_cbsr_list_r13_present
bool p_c_and_cbsr_list_r13_present
Definition: phy_ded.h:568
asn1::rrc::srs_cfg_ap_r13_s::srs_bw_ap_r13_opts::options
options
Definition: phy_ded.h:4254
asn1::rrc::spucch_elems_r15_c::setup_s_::n4max_coderate_multi_res_slot_pucch_r15
uint8_t n4max_coderate_multi_res_slot_pucch_r15
Definition: phy_ded.h:2176
asn1::rrc::pucch_cfg_ded_r13_s::tdd_ack_nack_feedback_mode_r13_present
bool tdd_ack_nack_feedback_mode_r13_present
Definition: phy_ded.h:5933
asn1::rrc::srs_ul_cfg_ded_c::set_release
void set_release()
Definition: phy_ded.cc:17063
asn1::rrc::ant_info_ded_r10_s::tx_mode_r10_opts::spare1
@ spare1
Definition: phy_ded.h:4792
asn1::rrc::pdsch_re_map_qcl_cfg_r11_s::mbsfn_sf_cfg_list_v1430_c_::type
types type() const
Definition: phy_ded.h:3064
asn1::rrc::pucch_cfg_ded_r13_s::pucch_num_repeat_ce_r13_c_::setup_c_::mode_a_s_::pucch_num_repeat_ce_format1_r13_opts::to_number
uint8_t to_number() const
Definition: phy_ded.cc:14645
asn1::rrc::csi_rs_cfg_v1480_s::emimo_type_v1480_present
bool emimo_type_v1480_present
Definition: phy_ded.h:5127
asn1::rrc::epdcch_set_cfg_r11_s::mpdcch_cfg_r13_c_::setup_s_::csi_num_repeat_ce_r13
csi_num_repeat_ce_r13_e_ csi_num_repeat_ce_r13
Definition: phy_ded.h:2843
asn1::rrc::enable256_qam_r14_c::setup_c_::types_opts::tpc_sf_set_cfgured_r14
@ tpc_sf_set_cfgured_r14
Definition: phy_ded.h:2917
asn1::rrc::phys_cfg_ded_s::semi_static_cfi_cfg_r15_c_::setup_c_::types_opts::nulltype
@ nulltype
Definition: phy_ded.h:7685
asn1::rrc::csi_rs_cfg_emimo_v1530_c::set_release
void set_release()
Definition: phy_ded.cc:2639
asn1::rrc::csi_rs_cfg_emimo2_r14_c::operator!=
bool operator!=(const csi_rs_cfg_emimo2_r14_c &other) const
Definition: phy_ded.h:511
asn1::rrc::csi_rs_cfg_v1250_s::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:6715
asn1::rrc::nzp_freq_density_r14_opts::number_type
uint8_t number_type
Definition: phy_ded.h:57
asn1::rrc::n4_spucch_res_r15_s::n4start_prb_r15
uint8_t n4start_prb_r15
Definition: phy_ded.h:1493
asn1::rrc::pdcch_candidate_reduction_value_r13_opts::number_type
uint8_t number_type
Definition: phy_ded.h:4020
asn1::rrc::csi_rs_cfg_r15_c::operator!=
bool operator!=(const csi_rs_cfg_r15_c &other) const
Definition: phy_ded.h:3669
asn1::rrc::csi_rs_cfg_zp_r11_s::ext
bool ext
Definition: phy_ded.h:2614
asn1::rrc::srs_cfg_ap_r10_s::cyclic_shift_ap_r10_opts::cs0
@ cs0
Definition: phy_ded.h:4228
asn1::rrc::epdcch_set_cfg_r11_s::mpdcch_cfg_r13_c_::setup_s_::mpdcch_start_sf_uess_r13_c_::set
void set(types::options e=types::nulltype)
Definition: phy_ded.cc:7392
asn1::rrc::srs_ul_cfg_ded_aperiodic_r10_c::setup_s_
Definition: phy_ded.h:7019
asn1::rrc::ant_info_ul_r10_s::tx_mode_ul_r10_opts::tm1
@ tm1
Definition: phy_ded.h:5018
asn1::rrc::cqi_report_aperiodic_proc_v1310_s::trigger001_r13
bool trigger001_r13
Definition: phy_ded.h:703
asn1::rrc::nzp_res_cfg_r13_s::freq_density_r14
nzp_freq_density_r14_e freq_density_r14
Definition: phy_ded.h:315
asn1::rrc::cqi_report_periodic_r10_c::setup_s_::csi_cfg_idx_r10_c_::operator==
bool operator==(const csi_cfg_idx_r10_c_ &other) const
Definition: phy_ded.cc:5218
asn1::rrc::cqi_report_aperiodic_hybrid_r14_s::triggers_r14_c_::types_opts::one_bit_r14
@ one_bit_r14
Definition: phy_ded.h:1719
asn1::rrc::cqi_report_periodic_proc_ext_r11_s::cqi_report_periodic_proc_ext_id_r11
uint8_t cqi_report_periodic_proc_ext_id_r11
Definition: phy_ded.h:1239
asn1::rrc::cqi_report_cfg_r10_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:6092
asn1::rrc::cqi_report_aperiodic_r10_c::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:4010
asn1::rrc::eimta_main_cfg_r12_c::setup_s_::eimta_cmd_periodicity_r12_opts::sf80
@ sf80
Definition: phy_ded.h:3859
asn1::rrc::pdsch_cfg_ded_v1430_s::ce_pdsch_max_bw_r14_opts::nulltype
@ nulltype
Definition: phy_ded.h:5380
asn1::rrc::cqi_report_both_proc_r11_s::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:1809
asn1::rrc::pucch_cfg_ded_r13_s::pucch_num_repeat_ce_r13_c_::setup_c_::set_mode_b
mode_b_s_ & set_mode_b()
Definition: phy_ded.cc:14545
asn1::rrc::pusch_enhance_cfg_r14_c::setup_s_::interv_ul_hop_pusch_enh_r14_c_::types
enumerated< types_opts > types
Definition: phy_ded.h:6587
asn1::rrc::ant_info_ded_stti_r15_c::set_release
void set_release()
Definition: phy_ded.cc:8396
asn1::rrc::srs_ul_cfg_ded_aperiodic_up_pts_ext_r13_c::setup_s_::srs_activ_ap_r13_c_::type
types type() const
Definition: phy_ded.h:7194
asn1::rrc::csi_rs_cfg_nzp_emimo_r13_c::c
setup_s_ c
Definition: phy_ded.h:420
asn1::rrc::pucch_cfg_ded_s::ack_nack_repeat_c_::setup_s_::repeat_factor_opts::to_number
uint8_t to_number() const
Definition: phy_ded.cc:13516
asn1::rrc::pdsch_re_map_qcl_cfg_r11_s::codeword_one_cfg_v1530_c_::setup_s_::crs_ports_count_v1530_opts::spare1
@ spare1
Definition: phy_ded.h:3091
asn1::rrc::epdcch_set_cfg_r11_s::mpdcch_cfg_r13_c_::setup_s_::mpdcch_num_repeat_r13_opts
Definition: phy_ded.h:2833
asn1::rrc::cqi_report_periodic_r10_c::setup_s_::cqi_format_ind_periodic_r10_c_::~cqi_format_ind_periodic_r10_c_
~cqi_format_ind_periodic_r10_c_()
Definition: phy_ded.h:1885
asn1::rrc::tdd_pusch_up_pts_r14_c::setup_s_::sym_pusch_up_pts_r14_opts::sym2
@ sym2
Definition: phy_ded.h:4536
asn1::rrc::csi_rs_cfg_nzp_r11_s::qcl_crs_info_r11_s_::mbsfn_sf_cfg_list_r11_c_::set_setup
setup_s_ & set_setup()
Definition: phy_ded.cc:548
asn1::rrc::sched_request_cfg_c::c
setup_s_ c
Definition: phy_ded.h:6866
asn1::rrc::csi_rs_cfg_nzp_r11_s::qcl_crs_info_r11_s_::crs_ports_count_r11_opts::nulltype
@ nulltype
Definition: phy_ded.h:196
asn1::rrc::pucch_format3_conf_r13_s::two_ant_port_activ_pucch_format3_r13_c_::setup_s_
Definition: phy_ded.h:4054
asn1::rrc::csi_rs_cfg_emimo_v1480_c::setup_c_::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:2600
asn1::rrc::pusch_cfg_ded_v1530_s::ce_pusch_flex_start_prb_alloc_cfg_r15_c_::ce_pusch_flex_start_prb_alloc_cfg_r15_c_
ce_pusch_flex_start_prb_alloc_cfg_r15_c_()=default
asn1::rrc::srs_ul_cfg_ded_v1020_s::srs_ant_port_r10
srs_ant_port_e srs_ant_port_r10
Definition: phy_ded.h:6949
asn1::rrc::pdsch_cfg_ded_v1130_s::dmrs_cfg_pdsch_r11_present
bool dmrs_cfg_pdsch_r11_present
Definition: phy_ded.h:5324
asn1::rrc::pdsch_cfg_ded_v1310_s::dmrs_cfg_pdsch_v1310_present
bool dmrs_cfg_pdsch_v1310_present
Definition: phy_ded.h:5366
asn1::rrc::cqi_report_periodic_c::setup_s_::cqi_format_ind_periodic_c_::set
void set(types::options e=types::nulltype)
Definition: phy_ded.cc:9315
asn1::rrc::epdcch_set_cfg_r11_s::mpdcch_cfg_r13_c_::setup_s_::mpdcch_start_sf_uess_r13_c_::fdd_r13_opts::to_number
float to_number() const
Definition: phy_ded.cc:7522
asn1::rrc::csi_rs_cfg_nzp_r11_s::ant_ports_count_r11_opts::to_number
uint8_t to_number() const
Definition: phy_ded.cc:522
asn1::rrc::pucch_cfg_ded_v1130_s::n1_pucch_an_cs_v1130_c_::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:15054
asn1::rrc::enable256_qam_r14_c::setup_c_::operator!=
bool operator!=(const setup_c_ &other) const
Definition: phy_ded.h:2934
asn1::rrc::csi_rs_cfg_non_precoded_v1480_s::codebook_cfg_n1_v1480_opts::n5
@ n5
Definition: phy_ded.h:627
asn1::rrc::cri_report_cfg_r13_c::set_setup
setup_s_ & set_setup()
Definition: phy_ded.cc:1836
asn1::rrc::ant_info_ded_r10_s::tx_mode_r10_opts::spare4
@ spare4
Definition: phy_ded.h:4789
asn1::rrc::spucch_cfg_v1550_c::set_release
void set_release()
Definition: phy_ded.cc:16775
asn1::rrc::phys_cfg_ded_s::must_cfg_r14_c_::setup_s_::p_a_must_r14_opts::db0
@ db0
Definition: phy_ded.h:7637
asn1::rrc::pdsch_re_map_qcl_cfg_r11_s::codeword_one_cfg_v1530_c_
Definition: phy_ded.h:3088
asn1::rrc::pdcch_candidate_reduction_value_r13_opts::options
options
Definition: phy_ded.h:4019
asn1::rrc::spucch_cfg_r15_c::type
types type() const
Definition: phy_ded.h:4179
asn1::rrc::csi_rs_cfg_nzp_r11_s::qcl_crs_info_r11_s_::crs_ports_count_r11_e_
enumerated< crs_ports_count_r11_opts > crs_ports_count_r11_e_
Definition: phy_ded.h:202
asn1::rrc::phys_cfg_ded_s::blind_pdsch_repeat_cfg_r15_c_::setup_s_::max_num_sf_pdsch_repeats_r15_opts::number_type
uint8_t number_type
Definition: phy_ded.h:7762
asn1::rrc::p_c_and_cbsr_r15_s::operator!=
bool operator!=(const p_c_and_cbsr_r15_s &other) const
Definition: phy_ded.h:338
asn1::rrc::srs_ant_port_opts::an4
@ an4
Definition: phy_ded.h:3182
asn1::rrc::csi_rs_cfg_non_precoded_r13_s::codebook_over_sampling_rate_cfg_o2_r13_present
bool codebook_over_sampling_rate_cfg_o2_r13_present
Definition: phy_ded.h:570
asn1::rrc::csi_rs_cfg_non_precoded_r13_s::csi_rs_cfg_nzp_emimo_r13_present
bool csi_rs_cfg_nzp_emimo_r13_present
Definition: phy_ded.h:572
asn1::rrc::ant_info_ded_r10_s::ue_tx_ant_sel_c_::ue_tx_ant_sel_c_
ue_tx_ant_sel_c_()=default
asn1::rrc::ant_info_ul_stti_r15_s::tx_mode_ul_stti_r15_opts::to_number
uint8_t to_number() const
Definition: phy_ded.cc:9043
asn1::rrc::p_c_and_cbsr_r13_s::cbsr_sel_r13_c_::types_opts::to_number
uint8_t to_number() const
Definition: rrc.cc:721
asn1::rrc::pucch_cfg_ded_r13_s::nka_pucch_param_r13_c_::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:14375
asn1::rrc::srs_cc_set_idx_r14_s::operator==
bool operator==(const srs_cc_set_idx_r14_s &other) const
Definition: phy_ded.cc:10515
asn1::rrc::ul_pwr_ctrl_ded_v1250_s::set2_pwr_ctrl_param_c_::set2_pwr_ctrl_param_c_
set2_pwr_ctrl_param_c_()=default
asn1::rrc::ant_info_ded_stti_r15_c::setup_s_::codebook_subset_restrict_c_
Definition: phy_ded.h:3253
asn1::rrc::slot_or_subslot_pdsch_cfg_r15_c::operator!=
bool operator!=(const slot_or_subslot_pdsch_cfg_r15_c &other) const
Definition: phy_ded.h:4450
asn1::rrc::srs_ul_cfg_ded_aperiodic_r10_c::setup_s_::srs_activ_ap_r10_c_::operator==
bool operator==(const srs_activ_ap_r10_c_ &other) const
Definition: phy_ded.cc:17499
asn1::rrc::tdd_pusch_up_pts_r14_c::type
types type() const
Definition: phy_ded.h:4554
asn1::rrc::tdd_pusch_up_pts_r14_c::setup_s_::sym_pusch_up_pts_r14_present
bool sym_pusch_up_pts_r14_present
Definition: phy_ded.h:4545
asn1::rrc::cqi_report_aperiodic_hybrid_r14_s::triggers_r14_c_::two_bit_r14_s_::trigger10_ind_r14
fixed_bitstring< 8 > trigger10_ind_r14
Definition: phy_ded.h:1706
asn1::rrc::csi_rs_cfg_emimo_v1530_c::setup_c_::types_opts::to_string
const char * to_string() const
Definition: rrc.cc:748
asn1::rrc::cqi_report_both_proc_r11_s::ri_ref_csi_process_id_r11_present
bool ri_ref_csi_process_id_r11_present
Definition: phy_ded.h:721
asn1::rrc::srs_ul_cfg_ded_v1310_c::setup_s_::tx_comb_num_r13_opts
Definition: phy_ded.h:6970
asn1::rrc::eimta_main_cfg_serv_cell_r12_c::setup_s_::eimta_harq_ref_cfg_r12_opts::sa2
@ sa2
Definition: phy_ded.h:3906
asn1::rrc::csi_im_cfg_ext_r12_s::sf_cfg_r12
uint8_t sf_cfg_r12
Definition: phy_ded.h:1283
asn1::rrc::csi_rs_cfg_non_precoded_v1480_s
Definition: phy_ded.h:625
asn1::rrc::p_c_and_cbsr_r15_s::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:773
asn1::rrc::phys_cfg_ded_s::must_cfg_r14_c_::setup_s_::p_a_must_r14_e_
enumerated< p_a_must_r14_opts > p_a_must_r14_e_
Definition: phy_ded.h:7644
asn1::rrc::phys_cfg_ded_s::blind_pdsch_repeat_cfg_r15_c_::setup_s_::max_num_sf_pdsch_repeats_r15_opts::to_number
uint8_t to_number() const
Definition: phy_ded.cc:20507
asn1::rrc::pucch_cfg_ded_r13_s::npucch_param_r13_c_::type
types type() const
Definition: phy_ded.h:5744
asn1::rrc::spucch_cfg_r15_c::set_release
void set_release()
Definition: phy_ded.cc:10399
asn1::rrc::delta_tx_d_offset_list_pucch_v1130_s::delta_tx_d_offset_pucch_format1b_cs_r11_opts::value
enum asn1::rrc::delta_tx_d_offset_list_pucch_v1130_s::delta_tx_d_offset_pucch_format1b_cs_r11_opts::options value
asn1::rrc::pucch_cfg_ded_r13_s::tdd_ack_nack_feedback_mode_r13_opts::mux
@ mux
Definition: phy_ded.h:5549
asn1::rrc::epdcch_set_cfg_r11_s::mpdcch_cfg_r13_c_::setup_s_::mpdcch_start_sf_uess_r13_c_::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:7449
asn1::rrc::cqi_report_aperiodic_v1310_c::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:4190
asn1::rrc::epdcch_set_cfg_r11_s::num_prb_pairs_v1310
copy_ptr< num_prb_pairs_v1310_c_ > num_prb_pairs_v1310
Definition: phy_ded.h:2892
asn1::rrc::csi_process_r11_s::cqi_report_aperiodic_proc_v1310_c_::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:3808
asn1::rrc::srs_ul_cfg_ded_aperiodic_r10_c::c
setup_s_ c
Definition: phy_ded.h:7092
asn1::rrc::spucch_cfg_r15_c::operator==
bool operator==(const spucch_cfg_r15_c &other) const
Definition: phy_ded.cc:10484
asn1::rrc::cqi_report_cfg_v1250_s::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:6293
asn1::rrc::epdcch_set_cfg_r11_s::tx_type_r11_opts::options
options
Definition: phy_ded.h:2682
asn1::rrc::srs_ul_cfg_ded_up_pts_ext_r13_c::set_setup
setup_s_ & set_setup()
Definition: phy_ded.cc:17900
asn1::rrc::ant_info_ded_v1530_c::set
void set(types::options e=types::nulltype)
Definition: phy_ded.cc:12053
asn1::rrc::pucch_cfg_ded_v1250_s::nka_pucch_param_r12_c_::setup_s_::nka_pucch_an_r12
uint16_t nka_pucch_an_r12
Definition: phy_ded.h:6156
asn1::rrc::eimta_main_cfg_serv_cell_r12_c::setup_s_::mbsfn_sf_cfg_list_v1250_c_::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:10018
asn1::rrc::epdcch_set_cfg_r11_s::mpdcch_cfg_r13_c_::mpdcch_cfg_r13_c_
mpdcch_cfg_r13_c_()=default
asn1::rrc::csi_rs_cfg_r10_s::csi_rs_r10_c_::set_setup
setup_s_ & set_setup()
Definition: phy_ded.cc:6606
asn1::rrc::csi_rs_cfg_v1480_s::operator==
bool operator==(const csi_rs_cfg_v1480_s &other) const
Definition: phy_ded.cc:12692
asn1::rrc::pusch_enhance_cfg_r14_c::set
void set(types::options e=types::nulltype)
Definition: phy_ded.cc:16174
asn1::rrc::pdsch_cfg_ded_v1310_s::operator!=
bool operator!=(const pdsch_cfg_ded_v1310_s &other) const
Definition: phy_ded.h:5374
asn1::rrc::spdcch_elems_r15_c::setup_s_::dci7_candidate_sets_per_al_spdcch_r15
dci7_candidate_sets_per_al_spdcch_r15_l_ dci7_candidate_sets_per_al_spdcch_r15
Definition: phy_ded.h:2112
asn1::rrc::srs_ul_cfg_ded_aperiodic_r10_c::operator==
bool operator==(const srs_ul_cfg_ded_aperiodic_r10_c &other) const
Definition: phy_ded.cc:17419
asn1::rrc::short_tti_len_r15_opts::slot
@ slot
Definition: phy_ded.h:3192
asn1::rrc::pusch_cfg_ded_v1250_s::uci_on_pusch_c_::setup_s_
Definition: phy_ded.h:6415
asn1::rrc::ant_info_ded_s::codebook_subset_restrict_c_::types_opts::n2_tx_ant_tm6
@ n2_tx_ant_tm6
Definition: phy_ded.h:4611
asn1::rrc::cqi_report_periodic_r10_c::setup_s_::cqi_format_ind_periodic_r10_c_::wideband_cqi_r10_s_::csi_report_mode_r10_opts::submode2
@ submode2
Definition: phy_ded.h:1848
asn1::rrc::cqi_report_periodic_proc_ext_r11_s::cqi_format_ind_periodic_r11_c_::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:2972
asn1::rrc::srs_ul_cfg_ded_up_pts_ext_r13_c::setup_s_::srs_up_pts_add_r13_opts::number_type
uint8_t number_type
Definition: phy_ded.h:7262
asn1::rrc::slot_or_subslot_pdsch_cfg_r15_c::operator==
bool operator==(const slot_or_subslot_pdsch_cfg_r15_c &other) const
Definition: phy_ded.cc:11046
asn1::rrc::enable256_qam_r14_c::setup_c_::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:7707
asn1::rrc::pucch_cfg_ded_v1430_s
Definition: phy_ded.h:6196
asn1::rrc::csi_rs_cfg_emimo_v1480_c::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:2467
asn1::rrc::nzp_res_cfg_r13_s::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:735
asn1::rrc::srs_cc_set_idx_r14_s::cc_set_idx_r14
uint8_t cc_set_idx_r14
Definition: phy_ded.h:4206
asn1::rrc::csi_rs_cfg_emimo_v1530_c
Definition: phy_ded.h:1055
asn1::rrc::csi_rs_cfg_emimo_r13_c::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:2030
asn1::rrc::p_c_and_cbsr_r13_s::cbsr_sel_r13_c_::types_opts::value
enum asn1::rrc::p_c_and_cbsr_r13_s::cbsr_sel_r13_c_::types_opts::options value
asn1::rrc::pucch_cfg_ded_r13_s::nka_pucch_param_r13_c_::setup_s_::nka_pucch_an_r13
uint16_t nka_pucch_an_r13
Definition: phy_ded.h:5770
asn1::rrc::csi_rs_cfg_v1250_s::ds_zero_tx_pwr_csi_rs_r12
ds_zero_tx_pwr_csi_rs_r12_c_ ds_zero_tx_pwr_csi_rs_r12
Definition: phy_ded.h:2572
asn1::rrc::pucch_cfg_ded_v1250_s::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:15187
asn1::rrc::cqi_report_periodic_proc_ext_r11_s::cqi_format_ind_periodic_r11_c_::set
void set(types::options e=types::nulltype)
Definition: phy_ded.cc:2859
asn1::rrc::phys_cfg_ded_s::semi_static_cfi_cfg_r15_c_::setup_c_::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:20292
asn1::rrc::phys_cfg_ded_s::semi_static_cfi_cfg_r15_c_::setup_c_::types_opts::value
enum asn1::rrc::phys_cfg_ded_s::semi_static_cfi_cfg_r15_c_::setup_c_::types_opts::options value
asn1::rrc::srs_cfg_ap_r13_s
Definition: phy_ded.h:4252
asn1::rrc::cqi_report_aperiodic_v1310_c::setup_s_::aperiodic_csi_trigger2_r13_c_::setup_s_::trigger6_sf_set_ind_r13
fixed_bitstring< 32 > trigger6_sf_set_ind_r13
Definition: phy_ded.h:1630
asn1::rrc::csi_process_r11_s::cqi_report_aperiodic_proc2_v1310_c_::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:3874
asn1::rrc::pucch_cfg_ded_v1530_s::codebooksize_determination_stti_r15_opts::value
enum asn1::rrc::pucch_cfg_ded_v1530_s::codebooksize_determination_stti_r15_opts::options value
asn1::rrc::cqi_report_cfg_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:12552
asn1::rrc::csi_rs_cfg_bf_r14_s::nzp_res_cfg_original_v1430
csi_rs_cfg_nzp_v1430_s nzp_res_cfg_original_v1430
Definition: phy_ded.h:364
asn1::rrc::srs_tpc_pdcch_cfg_r14_c::srs_tpc_pdcch_cfg_r14_c
srs_tpc_pdcch_cfg_r14_c()=default
asn1::rrc::csi_rs_cfg_non_precoded_v1430_s::codebook_cfg_n1_v1430_e_
enumerated< codebook_cfg_n1_v1430_opts > codebook_cfg_n1_v1430_e_
Definition: phy_ded.h:599
asn1::rrc::phys_cfg_ded_s::add_spec_emission_ca_r10_c_::set_release
void set_release()
Definition: phy_ded.cc:19861
asn1::rrc::enable256_qam_r14_c::set_setup
setup_c_ & set_setup()
Definition: phy_ded.cc:7572
asn1::rrc::epdcch_set_cfg_r11_s::mpdcch_cfg_r13_c_::operator!=
bool operator!=(const mpdcch_cfg_r13_c_ &other) const
Definition: phy_ded.h:2859
asn1::rrc::csi_rs_cfg_v1530_s::emimo_type_v1530_present
bool emimo_type_v1530_present
Definition: phy_ded.h:5140
asn1::rrc::dmrs_cfg_r11_c::dmrs_cfg_r11_c
dmrs_cfg_r11_c()=default
asn1::rrc::csi_rs_cfg_nzp_v1430_s::tx_comb_r14
uint8_t tx_comb_r14
Definition: phy_ded.h:152
asn1::rrc::csi_rs_cfg_emimo_r13_c::setup_c_::types_opts::options
options
Definition: phy_ded.h:812
asn1::rrc::p_c_and_cbsr_r11_s
Definition: phy_ded.h:674
asn1::rrc::pucch_cfg_ded_v1130_s::n1_pucch_an_cs_v1130_c_::set_setup
setup_s_ & set_setup()
Definition: phy_ded.cc:15049
asn1::rrc::eimta_main_cfg_r12_c::c
setup_s_ c
Definition: phy_ded.h:3899
asn1::rrc::pucch_cfg_ded_r13_s::pucch_format_r13_c_::format3_r13_s_::two_ant_port_activ_pucch_format3_r13_c_::set_setup
setup_s_ & set_setup()
Definition: phy_ded.cc:14096
asn1::rrc::srs_ul_cfg_ded_c::setup_s_::cyclic_shift_opts::cs5
@ cs5
Definition: phy_ded.h:6900
asn1::rrc::cqi_report_periodic_proc_ext_r11_s::operator!=
bool operator!=(const cqi_report_periodic_proc_ext_r11_s &other) const
Definition: phy_ded.h:1256
asn1::rrc::ant_info_ded_v1530_c::setup_c_::types_opts::to_string
const char * to_string() const
Definition: rrc.cc:884
asn1::rrc::phys_cfg_ded_s::csi_rs_cfg_v1250
copy_ptr< csi_rs_cfg_v1250_s > csi_rs_cfg_v1250
Definition: phy_ded.h:7918
asn1::rrc::csi_rs_cfg_nzp_r11_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:346
asn1::rrc::pucch_cfg_ded_r13_s::pucch_format_r13_c_::format4_r13_s_::format4_multi_csi_res_cfg_r13
format4_multi_csi_res_cfg_r13_l_ format4_multi_csi_res_cfg_r13
Definition: phy_ded.h:5651
asn1::rrc::srs_ul_cfg_ded_aperiodic_v1310_c::setup_s_::srs_activ_ap_v1310_c_::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:17617
asn1::rrc::spucch_cfg_r15_c::setup_s_
Definition: phy_ded.h:4160
asn1::rrc::csi_rs_cfg_emimo_v1480_c::setup_c_::set
void set(types::options e=types::nulltype)
Definition: phy_ded.cc:2502
asn1::rrc::ul_pwr_ctrl_ded_v1530_s::operator==
bool operator==(const ul_pwr_ctrl_ded_v1530_s &other) const
Definition: phy_ded.cc:18351
asn1::rrc::srs_ul_cfg_ded_c::setup_s_::srs_bw_opts::bw0
@ bw0
Definition: phy_ded.h:6884
asn1::rrc::epdcch_set_cfg_r11_s::num_prb_pairs_v1310_c_::set_release
void set_release()
Definition: phy_ded.cc:7258
asn1::rrc::cri_report_cfg_r13_c::type
types type() const
Definition: phy_ded.h:745
asn1::rrc::pusch_cfg_ded_v1250_s::uci_on_pusch_c_::type_
types type_
Definition: phy_ded.h:6453
asn1::rrc::pucch_cfg_ded_r13_s::pucch_format_r13_c_::operator!=
bool operator!=(const pucch_format_r13_c_ &other) const
Definition: phy_ded.h:5681
asn1::rrc::pdsch_re_map_qcl_cfg_r11_s::operator!=
bool operator!=(const pdsch_re_map_qcl_cfg_r11_s &other) const
Definition: phy_ded.h:3168
asn1::rrc::ul_pwr_ctrl_ded_s::delta_mcs_enabled_opts::value
enum asn1::rrc::ul_pwr_ctrl_ded_s::delta_mcs_enabled_opts::options value
asn1::rrc::pusch_cfg_ded_r13_s::beta_offset_mc_r13_s_::beta_offset2_ack_idx_mc_r13
uint8_t beta_offset2_ack_idx_mc_r13
Definition: phy_ded.h:6233
asn1::rrc::csi_rs_cfg_non_precoded_v1430_s::codebook_cfg_n1_v1430_opts::n16
@ n16
Definition: phy_ded.h:593
asn1::rrc::zero_tx_pwr_csi_rs_conf_r12_c::c
zero_tx_pwr_csi_rs_r12_s c
Definition: phy_ded.h:2290
asn1::rrc::sched_request_cfg_c::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:16997
asn1::rrc::ant_info_ul_stti_r15_s::operator==
bool operator==(const ant_info_ul_stti_r15_s &other) const
Definition: phy_ded.cc:9032
asn1::rrc::cqi_report_periodic_proc_ext_r11_s::cqi_format_ind_periodic_r11_c_::types_opts::to_string
const char * to_string() const
Definition: rrc.cc:754
asn1::rrc::pdsch_re_map_qcl_cfg_r11_s::codeword_one_cfg_v1530_c_::setup_s_::crs_ports_count_v1530_opts::to_number
uint8_t to_number() const
Definition: phy_ded.cc:8269
asn1::rrc::epdcch_set_cfg_r11_s::csi_rs_cfg_zp_id2_r12_c_::set_release
void set_release()
Definition: phy_ded.cc:7194
asn1::rrc::csi_rs_cfg_v1480_s::emimo_type_v1480
csi_rs_cfg_emimo_v1480_c emimo_type_v1480
Definition: phy_ded.h:5128
asn1::rrc::pdsch_cfg_ded_v1130_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:13079
asn1::rrc::format5_res_r13_s::operator==
bool operator==(const format5_res_r13_s &other) const
Definition: phy_ded.cc:10090
asn1::rrc::ul_pwr_ctrl_ded_v1250_s::set2_pwr_ctrl_param
set2_pwr_ctrl_param_c_ set2_pwr_ctrl_param
Definition: phy_ded.h:7439
asn1::rrc::pucch_cfg_ded_r13_s::pucch_num_repeat_ce_r13_c_::setup_c_::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:14550
asn1::rrc::csi_rs_cfg_bf_r13_s
Definition: phy_ded.h:453
asn1::rrc::pdsch_re_map_qcl_cfg_r11_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:7847
asn1::rrc::enable256_qam_r14_c::setup_c_::tpc_sf_set_not_cfgured_r14_s_
Definition: phy_ded.h:2912
asn1::rrc::pucch_cfg_ded_r13_s::nka_pucch_param_r13_c_::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:14360
asn1::rrc::pucch_cfg_ded_r13_s
Definition: phy_ded.h:5503
asn1::rrc::ant_info_ded_r10_s::tx_mode_r10_opts::tm6
@ tm6
Definition: phy_ded.h:4782
asn1::rrc::cqi_report_periodic_r10_c::setup_s_::cqi_mask_r9_present
bool cqi_mask_r9_present
Definition: phy_ded.h:1962
asn1::rrc::phys_cfg_ded_s::ant_info_r10
copy_ptr< ant_info_r10_c_ > ant_info_r10
Definition: phy_ded.h:7886
asn1::rrc::pdsch_cfg_ded_v1430_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:13269
asn1::rrc::pdsch_cfg_ded_v1310_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:13226
asn1::rrc::csi_rs_cfg_nzp_r11_s
Definition: phy_ded.h:185
asn1::rrc::cqi_report_cfg_v1250_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:6271
asn1::rrc::pucch_cfg_ded_r13_s::npucch_param_r13_c_::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:14306
asn1::rrc::csi_rs_cfg_emimo2_r14_c::set_setup
csi_rs_cfg_bf_r14_s & set_setup()
Definition: phy_ded.cc:1268
asn1::rrc::srs_ul_cfg_ded_aperiodic_v1310_c::type
types type() const
Definition: phy_ded.h:7147
asn1::rrc::pucch_cfg_ded_r13_s::pucch_format_r13_c_::types_opts::to_number
uint8_t to_number() const
Definition: rrc.cc:949
asn1::rrc::cqi_report_mode_aperiodic_opts::rm11_v1310
@ rm11_v1310
Definition: phy_ded.h:444
asn1::rrc::p_c_and_cbsr_r13_s::p_c_r13
int8_t p_c_r13
Definition: phy_ded.h:136
asn1::rrc::pucch_cfg_ded_v1020_s::pucch_format_r10_c_::types_opts::to_number
uint8_t to_number() const
Definition: rrc.cc:975
asn1::rrc::cqi_report_periodic_r10_c::type_
types type_
Definition: phy_ded.h:1998
asn1::rrc::p_c_and_cbsr_r13_s::cbsr_sel_r13_c_::operator==
bool operator==(const cbsr_sel_r13_c_ &other) const
Definition: phy_ded.cc:241
asn1::rrc::ul_pwr_ctrl_ded_v1130_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:18145
asn1::rrc::pdsch_re_map_qcl_cfg_r11_s::codeword_one_cfg_v1530_c_::setup_s_::crs_ports_count_v1530_opts::to_string
const char * to_string() const
Definition: phy_ded.cc:8263
asn1::rrc::ant_info_ded_stti_r15_c::setup_s_::max_layers_mimo_stti_r15_opts::to_number
uint8_t to_number() const
Definition: phy_ded.cc:8997
asn1::rrc::epdcch_set_cfg_r11_s::mpdcch_cfg_r13_c_::setup_s_::mpdcch_start_sf_uess_r13_c_::tdd_r13_opts::value
enum asn1::rrc::epdcch_set_cfg_r11_s::mpdcch_cfg_r13_c_::setup_s_::mpdcch_start_sf_uess_r13_c_::tdd_r13_opts::options value
asn1::rrc::srs_tpc_pdcch_cfg_r14_c::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:16868
asn1::rrc::pucch_cfg_ded_r13_s::codebooksize_determination_r13_opts::dai
@ dai
Definition: phy_ded.h:5802
asn1::rrc::eimta_main_cfg_serv_cell_r12_c::setup_s_::mbsfn_sf_cfg_list_v1250_c_::set_setup
setup_s_ & set_setup()
Definition: phy_ded.cc:9977
asn1::rrc::pucch_cfg_ded_r13_s::pucch_format_r13_c_::format5_r13_s_
Definition: phy_ded.h:5653
asn1::rrc::ant_info_ded_stti_r15_c::setup_s_::codebook_subset_restrict_c_::n4_tx_ant_tm4_r15
fixed_bitstring< 64 > & n4_tx_ant_tm4_r15()
Definition: phy_ded.h:3304
asn1::rrc::tpc_pdcch_cfg_c::type_
types type_
Definition: phy_ded.h:3230
asn1::rrc::cqi_report_periodic_r10_c::setup_s_::cqi_format_ind_periodic_r10_c_::types
enumerated< types_opts > types
Definition: phy_ded.h:1879
asn1::rrc::csi_process_r11_s::csi_im_cfg_id_list_r12_c_
Definition: phy_ded.h:1301
asn1::rrc::srs_cc_set_idx_r14_s::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:10508
asn1::rrc::csi_rs_cfg_emimo_v1480_c::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:2452
asn1::rrc::pucch_cfg_ded_r13_s::pucch_format_r13_c_::format5_r13
format5_r13_s_ & format5_r13()
Definition: phy_ded.h:5698
asn1::rrc::pucch_cfg_ded_r13_s::pucch_format_r13
pucch_format_r13_c_ pucch_format_r13
Definition: phy_ded.h:5945
asn1::rrc::slot_or_subslot_pdsch_cfg_r15_c::setup_s_::alt_cqi_table_stti_r15_opts::number_type
uint8_t number_type
Definition: phy_ded.h:4404
asn1::rrc::ant_info_ded_s::codebook_subset_restrict
codebook_subset_restrict_c_ codebook_subset_restrict
Definition: phy_ded.h:4764
asn1::rrc::pucch_cfg_ded_r13_s::maximum_payload_coderate_r13
uint8_t maximum_payload_coderate_r13
Definition: phy_ded.h:5953
asn1::rrc::format4_res_r13_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:10049
asn1::rrc::csi_rs_cfg_bf_r13_s::ace_for4_tx_per_res_cfg_list_r13_present
bool ace_for4_tx_per_res_cfg_list_r13_present
Definition: phy_ded.h:463
asn1::rrc::csi_rs_cfg_non_precoded_v1430_s::codebook_cfg_n1_v1430_opts::nulltype
@ nulltype
Definition: phy_ded.h:593
asn1::rrc::csi_rs_cfg_emimo_v1530_c::setup_c_::types_opts::nulltype
@ nulltype
Definition: phy_ded.h:1058
asn1::rrc::cfi_pattern_cfg_r15_s::cfi_pattern_slot_subslot_r15_present
bool cfi_pattern_slot_subslot_r15_present
Definition: phy_ded.h:5065
asn1::rrc::csi_rs_cfg_emimo2_r14_c::set_release
void set_release()
Definition: phy_ded.cc:1264
asn1::rrc::csi_rs_cfg_emimo_v1480_c::setup_c_::non_precoded_v1480
csi_rs_cfg_non_precoded_v1480_s & non_precoded_v1480()
Definition: phy_ded.h:995
asn1::rrc::format5_res_r13_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:10076
asn1::rrc::csi_im_cfg_r11_s::interference_meas_restrict_r13
bool interference_meas_restrict_r13
Definition: phy_ded.h:1268
asn1::rrc::csi_rs_cfg_bf_v1430_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:1193
asn1::rrc::csi_rs_cfg_r10_s::csi_rs_r10_c_::setup_s_::ant_ports_count_r10_opts::number_type
uint8_t number_type
Definition: phy_ded.h:2472
asn1::rrc::ant_info_ded_stti_r15_c::setup_s_::tx_mode_dl_mbsfn_r15
tx_mode_dl_mbsfn_r15_e_ tx_mode_dl_mbsfn_r15
Definition: phy_ded.h:3453
asn1::rrc::srs_cfg_ap_r10_s
Definition: phy_ded.h:4218
asn1::rrc::phys_cfg_ded_stti_r15_c
Definition: phy_ded.h:6665
asn1::rrc::ant_info_ded_stti_r15_c::setup_s_::codebook_subset_restrict_c_::types_opts::n8_tx_ant_tm9and10_r15
@ n8_tx_ant_tm9and10_r15
Definition: phy_ded.h:3268
asn1::rrc::ant_info_ded_v1250_s::operator!=
bool operator!=(const ant_info_ded_v1250_s &other) const
Definition: phy_ded.h:4861
asn1::rrc::cqi_report_periodic_c::setup_s_::cqi_format_ind_periodic_c_::c
subband_cqi_s_ c
Definition: phy_ded.h:3608
asn1::rrc::pucch_cfg_ded_r13_s::pucch_num_repeat_ce_r13_c_::setup_c_::operator==
bool operator==(const setup_c_ &other) const
Definition: phy_ded.cc:14611
asn1::rrc::pdsch_cfg_ded_v1430_s::ce_sched_enhancement_r14_present
bool ce_sched_enhancement_r14_present
Definition: phy_ded.h:5400
asn1::rrc::csi_rs_cfg_v1250_s::ds_zero_tx_pwr_csi_rs_r12_c_::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:6786
asn1::rrc::csi_process_r11_s::cqi_report_aperiodic_proc2_v1310
copy_ptr< cqi_report_aperiodic_proc2_v1310_c_ > cqi_report_aperiodic_proc2_v1310
Definition: phy_ded.h:1442
asn1::rrc::csi_rs_cfg_nzp_r11_s::tx_comb_r14
uint8_t tx_comb_r14
Definition: phy_ded.h:293
asn1::rrc::phys_cfg_ded_s::pucch_cfg_ded_v1250
copy_ptr< pucch_cfg_ded_v1250_s > pucch_cfg_ded_v1250
Definition: phy_ded.h:7914
asn1::rrc::srs_ul_cfg_ded_c::setup_s_::cyclic_shift_opts::to_string
const char * to_string() const
Definition: phy_ded.cc:17169
asn1::rrc::pusch_cfg_ded_v1530_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:16000
asn1::rrc::pucch_cfg_ded_r13_s::tdd_ack_nack_feedback_mode_r13_e_
enumerated< tdd_ack_nack_feedback_mode_r13_opts > tdd_ack_nack_feedback_mode_r13_e_
Definition: phy_ded.h:5553
asn1::rrc::phys_cfg_ded_stti_r15_c::setup_s_::slot_or_subslot_pusch_cfg_r15
slot_or_subslot_pusch_cfg_r15_c slot_or_subslot_pusch_cfg_r15
Definition: phy_ded.h:6702
asn1::rrc::csi_process_r11_s::csi_im_cfg_id_list_r12_c_::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:3644
asn1::rrc::ant_info_ded_s
Definition: phy_ded.h:4593
asn1::rrc::csi_rs_cfg_nzp_r11_s::mbsfn_sf_cfg_list_v1430_c_::operator==
bool operator==(const mbsfn_sf_cfg_list_v1430_c_ &other) const
Definition: phy_ded.cc:679
asn1::rrc::pucch_cfg_ded_r13_s::pucch_format_r13_c_::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:14000
asn1::rrc::phys_cfg_ded_stti_r15_c::setup_s_::sched_request_cfg_v1530
sched_request_cfg_v1530_c sched_request_cfg_v1530
Definition: phy_ded.h:6689
asn1::rrc::csi_rs_cfg_nzp_v1430_s::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:293
asn1::rrc::pucch_cfg_ded_v1250_s::nka_pucch_param_r12_c_::types
setup_e types
Definition: phy_ded.h:6158
asn1::rrc::pucch_cfg_ded_s::ack_nack_repeat_c_::set
void set(types::options e=types::nulltype)
Definition: phy_ded.cc:13445
asn1::rrc::csi_rs_cfg_r10_s::csi_rs_r10_c_::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:6649
asn1::rrc::cqi_report_aperiodic_v1310_c::setup_s_::aperiodic_csi_trigger_v1310_s_::trigger2_r13
fixed_bitstring< 32 > trigger2_r13
Definition: phy_ded.h:1617
asn1::rrc::ant_info_ded_stti_r15_c::setup_s_::tx_mode_dl_mbsfn_r15_opts::tm9
@ tm9
Definition: phy_ded.h:3238
asn1::rrc::pucch_cfg_ded_r13_s::pucch_format_r13_c_::ch_sel_r13_s_::n1_pucch_an_cs_r13_present
bool n1_pucch_an_cs_r13_present
Definition: phy_ded.h:5641
asn1::rrc::slot_or_subslot_pusch_cfg_r15_c::setup_s_
Definition: phy_ded.h:4472
asn1::rrc::srs_ul_cfg_ded_v1310_c::set_setup
setup_s_ & set_setup()
Definition: phy_ded.cc:17213
asn1::rrc::ant_info_ded_stti_r15_c::setup_s_::codebook_subset_restrict_c_::operator==
bool operator==(const codebook_subset_restrict_c_ &other) const
Definition: phy_ded.cc:8953
asn1::rrc::slot_or_subslot_pdsch_cfg_r15_c::setup_s_::alt_cqi_table1024_qam_stti_r15_opts::to_string
const char * to_string() const
Definition: phy_ded.cc:11079
asn1::rrc::tdd_pusch_up_pts_r14_c::setup_s_::sym_pusch_up_pts_r14_opts::sym4
@ sym4
Definition: phy_ded.h:4536
asn1::rrc::cqi_report_aperiodic_r10_c::operator!=
bool operator!=(const cqi_report_aperiodic_r10_c &other) const
Definition: phy_ded.h:1540
asn1::rrc::pucch_cfg_ded_r13_s::pucch_format_r13_c_::types_opts::format4_r13
@ format4_r13
Definition: phy_ded.h:5662
asn1::rrc::pucch_cfg_ded_v1130_s::npucch_param_r11_c_::set_setup
setup_s_ & set_setup()
Definition: phy_ded.cc:15116
asn1::rrc::pusch_cfg_ded_r13_s::uci_on_pusch_c_::setup_s_::beta_offset_mc_r12
beta_offset_mc_r12_s_ beta_offset_mc_r12
Definition: phy_ded.h:6288
asn1::rrc::cqi_report_periodic_c::setup_s_::cqi_format_ind_periodic_c_::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:9329
asn1::rrc::csi_process_r11_s::cqi_report_aperiodic_proc2_r12_c_::setup
cqi_report_aperiodic_proc_r11_s & setup()
Definition: phy_ded.h:1345
asn1::rrc::p_c_and_cbsr_r13_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:53
asn1::rrc::epdcch_set_cfg_r11_s::csi_rs_cfg_zp_id2_r12_c_::operator!=
bool operator!=(const csi_rs_cfg_zp_id2_r12_c_ &other) const
Definition: phy_ded.h:2712
asn1::rrc::spucch_cfg_r15_c::spucch_cfg_r15_c
spucch_cfg_r15_c()=default
asn1::rrc::csi_rs_cfg_v1250_s::ds_zero_tx_pwr_csi_rs_r12_c_::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:6750
asn1::rrc::phys_cfg_ded_s::semi_static_cfi_cfg_r15_c_::set
void set(types::options e=types::nulltype)
Definition: phy_ded.cc:20152
asn1::rrc::pdsch_re_map_qcl_cfg_r11_s::optional_set_of_fields_r11_s_::pdsch_start_r11_opts::to_string
const char * to_string() const
Definition: phy_ded.cc:8038
asn1::rrc::pusch_cfg_ded_r13_s::uci_on_pusch_c_
Definition: phy_ded.h:6271
asn1::rrc::spdcch_elems_r15_c::setup_s_::spdcch_set_ref_sig_r15_present
bool spdcch_set_ref_sig_r15_present
Definition: phy_ded.h:2095
asn1::rrc::phys_cfg_ded_s::srs_ul_cfg_ded_up_pts_ext_r13
copy_ptr< srs_ul_cfg_ded_up_pts_ext_r13_c > srs_ul_cfg_ded_up_pts_ext_r13
Definition: phy_ded.h:7928
asn1::rrc::csi_rs_cfg_zp_r11_s::csi_rs_cfg_zp_id_r11
uint8_t csi_rs_cfg_zp_id_r11
Definition: phy_ded.h:2615
asn1::rrc::cfi_cfg_r15_s::cfi_slot_subslot_non_mbsfn_r15
uint8_t cfi_slot_subslot_non_mbsfn_r15
Definition: phy_ded.h:5046
asn1::rrc::pusch_cfg_ded_v1130_s::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:15731
asn1::rrc::pdsch_re_map_qcl_cfg_r11_s::optional_set_of_fields_r11_s_::mbsfn_sf_cfg_list_r11_c_::setup_s_
Definition: phy_ded.h:3007
asn1::rrc::cqi_report_periodic_proc_ext_r11_s::periodicity_factor_wb_r13_opts
Definition: phy_ded.h:1226
asn1::rrc::cqi_report_periodic_proc_ext_r11_s::csi_cfg_idx_r11_c_
Definition: phy_ded.h:1191
asn1::rrc::csi_rs_cfg_nzp_emimo_r13_c::setup_s_::cdm_type_r13_opts::to_number
uint8_t to_number() const
Definition: phy_ded.cc:1029
asn1::rrc::csi_rs_cfg_emimo_hybrid_r14_c::setup
setup_s_ & setup()
Definition: phy_ded.h:790
asn1::rrc::cqi_report_periodic_v1320_s::periodicity_factor_wb_r13_opts::n4
@ n4
Definition: phy_ded.h:2035
asn1::rrc::phys_cfg_ded_s::ant_info_r10_c_::set
void set(types::options e=types::nulltype)
Definition: phy_ded.cc:19796
asn1::rrc::cqi_report_periodic_proc_ext_r11_s::cqi_format_ind_periodic_r11_c_::types_opts::options
options
Definition: phy_ded.h:1143
asn1::rrc::cqi_report_cfg_v920_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:12643
asn1::rrc::enable256_qam_r14_c::setup_c_::tpc_sf_set_cfgured_r14
tpc_sf_set_cfgured_r14_s_ & tpc_sf_set_cfgured_r14()
Definition: phy_ded.h:2936
asn1::rrc::csi_rs_cfg_emimo_hybrid_r14_c::setup_s_::emimo_type2_r14
csi_rs_cfg_emimo2_r14_c emimo_type2_r14
Definition: phy_ded.h:776
asn1::rrc::csi_rs_cfg_zp_ap_list_r14_c::operator==
bool operator==(const csi_rs_cfg_zp_ap_list_r14_c &other) const
Definition: phy_ded.cc:9563
asn1::rrc::pdsch_cfg_ded_v1430_s::ce_sched_enhancement_r14_e_
enumerated< ce_sched_enhancement_r14_opts > ce_sched_enhancement_r14_e_
Definition: phy_ded.h:5394
asn1::rrc::phys_cfg_ded_s::blind_pdsch_repeat_cfg_r15_c_::setup_s_::mcs_restrict_slot_subslot_pdsch_repeats_r15_opts::to_number
uint8_t to_number() const
Definition: phy_ded.cc:20595
asn1::rrc::pdsch_re_map_qcl_cfg_r11_s::optional_set_of_fields_r11_s_::mbsfn_sf_cfg_list_r11_c_::c
setup_s_ c
Definition: phy_ded.h:3037
asn1::rrc::csi_rs_cfg_emimo_hybrid_r14_c::set_setup
setup_s_ & set_setup()
Definition: phy_ded.cc:1917
asn1::rrc::phys_cfg_ded_s::must_cfg_r14_c_::setup_s_::k_max_r14_opts::l1
@ l1
Definition: phy_ded.h:7629
asn1::rrc::csi_rs_cfg_nzp_emimo_r13_c::set_release
void set_release()
Definition: phy_ded.cc:944
asn1::rrc::csi_rs_cfg_emimo_v1430_c::setup_c_::operator==
bool operator==(const setup_c_ &other) const
Definition: phy_ded.cc:2407
asn1::rrc::phys_cfg_ded_s::ce_mode_r13_c_::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:19962
asn1::rrc::ul_pwr_ctrl_ded_v1250_s::set2_pwr_ctrl_param_c_
Definition: phy_ded.h:7401
asn1::rrc::pucch_cfg_ded_v1430_s::pucch_num_repeat_ce_format1_r14_present
bool pucch_num_repeat_ce_format1_r14_present
Definition: phy_ded.h:6207
asn1::rrc::pucch_cfg_ded_r13_s::pucch_num_repeat_ce_r13_c_::setup_c_::types_opts::mode_a
@ mode_a
Definition: phy_ded.h:5854
asn1::rrc::phys_cfg_ded_s::pdsch_cfg_ded_v1310
copy_ptr< pdsch_cfg_ded_v1310_s > pdsch_cfg_ded_v1310
Definition: phy_ded.h:7922
asn1::rrc::spucch_cfg_v1550_c::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:16784
asn1::rrc::phys_cfg_ded_stti_r15_c::setup_s_::ant_info_ded_stti_r15_present
bool ant_info_ded_stti_r15_present
Definition: phy_ded.h:6667
asn1::rrc::pucch_cfg_ded_r13_s::ack_nack_repeat_r13_c_::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:13737
asn1::rrc::ant_info_ded_r10_s::tx_mode_r10_opts::to_number
uint8_t to_number() const
Definition: phy_ded.cc:11930
asn1::rrc::delta_tx_d_offset_list_spucch_r15_s::operator!=
bool operator!=(const delta_tx_d_offset_list_spucch_r15_s &other) const
Definition: phy_ded.h:2676
asn1::rrc::cqi_report_periodic_proc_ext_r11_s::cqi_format_ind_periodic_r11_c_::subband_cqi_r11_s_::periodicity_factor_r11_opts::options
options
Definition: phy_ded.h:1130
asn1::rrc::short_tti_len_r15_opts::subslot
@ subslot
Definition: phy_ded.h:3192
asn1::rrc::srs_ul_cfg_ded_c::set_setup
setup_s_ & set_setup()
Definition: phy_ded.cc:17067
asn1::rrc::phys_cfg_ded_stti_r15_c::setup_s_::spdcch_cfg_r15
spdcch_cfg_r15_c spdcch_cfg_r15
Definition: phy_ded.h:6703
asn1::rrc::spucch_cfg_r15_c::setup_s_::spucch_set_r15
spucch_set_r15_l spucch_set_r15
Definition: phy_ded.h:4171
asn1::rrc::eimta_main_cfg_serv_cell_r12_c::setup_s_::mbsfn_sf_cfg_list_v1250_c_::type
types type() const
Definition: phy_ded.h:3922
asn1::rrc::csi_rs_cfg_emimo_hybrid_r14_c::csi_rs_cfg_emimo_hybrid_r14_c
csi_rs_cfg_emimo_hybrid_r14_c()=default
asn1::rrc::enable256_qam_r14_c::setup_c_::types_opts
Definition: phy_ded.h:2916
asn1::rrc::phys_cfg_ded_s::ul_pwr_ctrl_ded_v1020
copy_ptr< ul_pwr_ctrl_ded_v1020_s > ul_pwr_ctrl_ded_v1020
Definition: phy_ded.h:7896
asn1::rrc::srs_ul_cfg_ded_c::setup_s_::srs_hop_bw_opts::hbw1
@ hbw1
Definition: phy_ded.h:6892
asn1::rrc::pucch_cfg_ded_r13_s::npucch_param_r13_c_::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:14290
asn1::rrc::cqi_report_periodic_c::cqi_report_periodic_c
cqi_report_periodic_c()=default
asn1::rrc::pucch_cfg_ded_r13_s::pucch_num_repeat_ce_r13_c_::setup_c_::types_opts::mode_b
@ mode_b
Definition: phy_ded.h:5854
asn1::rrc::ant_info_ded_s::codebook_subset_restrict_c_::operator=
codebook_subset_restrict_c_ & operator=(const codebook_subset_restrict_c_ &other)
Definition: phy_ded.cc:11616
asn1::rrc::csi_rs_cfg_emimo_v1480_c::setup_c_::c
choice_buffer_t< csi_rs_cfg_bf_v1430_s, csi_rs_cfg_non_precoded_v1480_s > c
Definition: phy_ded.h:1020
asn1::rrc::pdsch_cfg_ded_v1130_s::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:13123
asn1::rrc::cqi_report_periodic_c::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:9290
asn1::rrc::slot_or_subslot_pusch_cfg_r15_c::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:11123
asn1::rrc::cqi_report_periodic_r10_c::setup_s_::cqi_format_ind_periodic_r10_c_::wideband_cqi_r10_s_::csi_report_mode_r10_opts::to_string
const char * to_string() const
Definition: phy_ded.cc:5103
asn1::rrc::srs_ul_cfg_ded_up_pts_ext_r13_c::setup_s_::cyclic_shift_r13_opts::cs3
@ cs3
Definition: phy_ded.h:7285
asn1::rrc::ant_info_ded_stti_r15_c::setup_s_::codebook_subset_restrict_c_::set_n4_tx_ant_tm9and10_r15
fixed_bitstring< 96 > & set_n4_tx_ant_tm9and10_r15()
Definition: phy_ded.cc:8795
asn1::rrc::p_c_and_cbsr_r13_s::cbsr_sel_r13_c_::bf_kn_r13
bf_kn_r13_s_ & bf_kn_r13()
Definition: phy_ded.h:103
asn1::rrc::ant_info_ded_s::ue_tx_ant_sel_c_::setup_opts::to_string
const char * to_string() const
Definition: phy_ded.cc:11859
asn1::rrc::csi_rs_cfg_bf_r14_s::p_c_and_cbsr_per_res_cfg_list_r14_present
bool p_c_and_cbsr_per_res_cfg_list_r14_present
Definition: phy_ded.h:352
asn1::rrc::csi_process_r11_s::csi_im_cfg_id_list_r12_c_::csi_im_cfg_id_list_r12_c_
csi_im_cfg_id_list_r12_c_()=default
asn1::rrc::srs_ul_cfg_ded_up_pts_ext_r13_c::setup_s_::dur_r13
bool dur_r13
Definition: phy_ded.h:7306
asn1::rrc::spucch_cfg_r15_c::type_
types type_
Definition: phy_ded.h:4200
asn1::rrc::spdcch_elems_r15_c::setup_s_::tx_type_r15_opts::nulltype
@ nulltype
Definition: phy_ded.h:2065
asn1::rrc::srs_ul_cfg_ded_up_pts_ext_r13_c::setup_s_::cyclic_shift_r13_opts::nulltype
@ nulltype
Definition: phy_ded.h:7285
asn1::rrc::spucch_elems_r15_c::operator==
bool operator==(const spucch_elems_r15_c &other) const
Definition: phy_ded.cc:5851
asn1::rrc::cqi_report_cfg_v1530_s::alt_cqi_table_minus1024_qam_r15_opts::number_type
uint8_t number_type
Definition: phy_ded.h:5095
asn1::rrc::epdcch_set_cfg_r11_s::csi_rs_cfg_zp_id2_r12_c_::csi_rs_cfg_zp_id2_r12_c_
csi_rs_cfg_zp_id2_r12_c_()=default
asn1::rrc::pucch_cfg_ded_v1020_s::pucch_format_r10_c_::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:14855
asn1::rrc::pucch_cfg_ded_r13_s::pucch_format_r13_c_::format3_r13_s_::two_ant_port_activ_pucch_format3_r13_c_::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:14101
asn1::rrc::cqi_report_aperiodic_v1310_c::setup_s_::aperiodic_csi_trigger2_r13_c_::set_release
void set_release()
Definition: phy_ded.cc:4264
asn1::rrc::ant_info_ded_stti_r15_c::setup_s_::codebook_subset_restrict_c_::c
choice_buffer_t< fixed_bitstring< 109 > > c
Definition: phy_ded.h:3435
asn1::rrc::sched_request_cfg_c::setup_s_::dsr_trans_max_opts::n16
@ n16
Definition: phy_ded.h:6828
asn1::rrc::pdcch_candidate_reductions_r13_c::setup
setup_s_ & setup()
Definition: phy_ded.h:5273
asn1::rrc::csi_rs_cfg_non_precoded_v1430_s::codebook_cfg_n1_v1430
codebook_cfg_n1_v1430_e_ codebook_cfg_n1_v1430
Definition: phy_ded.h:612
asn1::rrc::nzp_freq_density_r14_opts::options
options
Definition: phy_ded.h:56
asn1::rrc::phys_cfg_ded_s::blind_pdsch_repeat_cfg_r15_c_::setup_s_::nof_processes_slot_subslot_pdsch_repeats_r15_present
bool nof_processes_slot_subslot_pdsch_repeats_r15_present
Definition: phy_ded.h:7816
asn1::rrc::phys_cfg_ded_s::add_spec_emission_ca_r10_c_::set_setup
setup_s_ & set_setup()
Definition: phy_ded.cc:19865
asn1::rrc::sched_request_cfg_v1530_c::sched_request_cfg_v1530_c
sched_request_cfg_v1530_c()=default
asn1::rrc::cqi_report_periodic_r10_c::setup_s_::cqi_format_ind_periodic_r10_c_::subband_cqi_r10_s_::periodicity_factor_r10_opts::nulltype
@ nulltype
Definition: phy_ded.h:1862
asn1::rrc::csi_rs_cfg_nzp_r11_s::scrambling_id_r11
uint16_t scrambling_id_r11
Definition: phy_ded.h:284
asn1::rrc::pusch_enhance_cfg_r14_c::setup_s_::interv_ul_hop_pusch_enh_r14_c_::interv_tdd_pusch_enh_r14_opts::int20
@ int20
Definition: phy_ded.h:6575
asn1::rrc::slot_or_subslot_pdsch_cfg_r15_c::setup_s_::res_alloc_r15_opts::to_string
const char * to_string() const
Definition: phy_ded.cc:11098
asn1::rrc::pdsch_cfg_ded_v1430_s::ce_sched_enhancement_r14_opts::value
enum asn1::rrc::pdsch_cfg_ded_v1430_s::ce_sched_enhancement_r14_opts::options value
asn1::rrc::pusch_cfg_ded_v1020_s
Definition: phy_ded.h:6345
asn1::rrc::epdcch_set_cfg_r11_s::csi_rs_cfg_zp_id2_r12_c_::type
types type() const
Definition: phy_ded.h:2707
asn1::rrc::pusch_enhance_cfg_r14_c::setup_s_::interv_ul_hop_pusch_enh_r14_c_::types_opts::interv_fdd_pusch_enh_r14
@ interv_fdd_pusch_enh_r14
Definition: phy_ded.h:6583
asn1::rrc::cqi_report_aperiodic_hybrid_r14_s::triggers_r14_c_::types_opts::to_number
uint8_t to_number() const
Definition: rrc.cc:766
asn1::rrc::cqi_report_aperiodic_proc_r11_s::operator==
bool operator==(const cqi_report_aperiodic_proc_r11_s &other) const
Definition: phy_ded.cc:1734
asn1::rrc::phys_cfg_ded_s::semi_static_cfi_cfg_r15_c_::setup_c_::types_opts::cfi_cfg_r15
@ cfi_cfg_r15
Definition: phy_ded.h:7685
asn1::rrc::cqi_report_aperiodic_hybrid_r14_s::operator!=
bool operator!=(const cqi_report_aperiodic_hybrid_r14_s &other) const
Definition: phy_ded.h:1790
asn1::rrc::epdcch_set_cfg_r11_s::operator!=
bool operator!=(const epdcch_set_cfg_r11_s &other) const
Definition: phy_ded.h:2900
asn1::rrc::csi_rs_cfg_v1250_s::ds_zero_tx_pwr_csi_rs_r12_c_::setup
setup_s_ & setup()
Definition: phy_ded.h:2550
asn1::rrc::csi_rs_cfg_emimo_r13_c::set_setup
setup_c_ & set_setup()
Definition: phy_ded.cc:2010
asn1::rrc::phys_cfg_ded_s::blind_pdsch_repeat_cfg_r15_c_::setup_s_::rv_slotsublot_pdsch_repeats_r15_opts::to_string
const char * to_string() const
Definition: phy_ded.cc:20549
asn1::rrc::phys_cfg_ded_s::ant_info_r10_c_
Definition: phy_ded.h:7499
asn1::rrc::phys_cfg_ded_s::semi_static_cfi_cfg_r15_c_::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:20165
asn1::rrc::pucch_cfg_ded_r13_s::pucch_num_repeat_ce_r13_c_::setup_c_::mode_b_s_
Definition: phy_ded.h:5831
asn1::rrc::p_c_and_cbsr_r13_s
Definition: phy_ded.h:59
asn1::rrc::pucch_cfg_ded_r13_s::pucch_format_r13_c_::format3_r13_s_::two_ant_port_activ_pucch_format3_r13_present
bool two_ant_port_activ_pucch_format3_r13_present
Definition: phy_ded.h:5596
asn1::rrc::pucch_cfg_ded_r13_s::pucch_format_r13_c_::~pucch_format_r13_c_
~pucch_format_r13_c_()
Definition: phy_ded.h:5674
asn1::rrc::delta_tx_d_offset_list_spucch_r15_s::delta_tx_d_offset_spucch_format1_r15_opts::number_type
int8_t number_type
Definition: phy_ded.h:2632
asn1::rrc::pucch_cfg_ded_v1130_s::npucch_param_r11_c_::type
types type() const
Definition: phy_ded.h:6117
asn1::rrc::srs_ul_cfg_ded_aperiodic_r10_c::setup_s_::srs_cfg_ap_dci_format4_r10
srs_cfg_ap_dci_format4_r10_l_ srs_cfg_ap_dci_format4_r10
Definition: phy_ded.h:7062
asn1::rrc::pucch_cfg_ded_v1530_s
Definition: phy_ded.h:4028
asn1::rrc::srs_tpc_pdcch_cfg_r14_c::set_setup
setup_s_ & set_setup()
Definition: phy_ded.cc:16863
asn1::rrc::enable256_qam_r14_c::setup_c_::tpc_sf_set_cfgured_r14_s_::sf_set2_dci_format0_r14
bool sf_set2_dci_format0_r14
Definition: phy_ded.h:2909
asn1::rrc::cqi_report_aperiodic_v1250_c::setup_s_::aperiodic_csi_trigger_v1250_s_::trigger_sf_set_ind_r12_opts::s2
@ s2
Definition: phy_ded.h:1565
asn1::rrc::csi_im_cfg_r11_s::interference_meas_restrict_r13_present
bool interference_meas_restrict_r13_present
Definition: phy_ded.h:1267
asn1::rrc::csi_rs_cfg_r10_s::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:6577
asn1::rrc::srs_ul_cfg_ded_c::setup_s_::srs_hop_bw_e_
enumerated< srs_hop_bw_opts > srs_hop_bw_e_
Definition: phy_ded.h:6898
asn1::rrc::delta_tx_d_offset_list_spucch_r15_s::delta_tx_d_offset_spucch_format1a_r15_opts::db0
@ db0
Definition: phy_ded.h:2639
asn1::rrc::delta_tx_d_offset_list_pucch_r10_s::delta_tx_d_offset_pucch_format3_r10_opts::db0
@ db0
Definition: phy_ded.h:3809
asn1::rrc::cqi_report_periodic_proc_ext_r11_s::csi_cfg_idx_r11_c_::set_setup
setup_s_ & set_setup()
Definition: phy_ded.cc:3068
asn1::rrc::epdcch_set_cfg_r11_s::mpdcch_cfg_r13_c_::setup_s_::mpdcch_start_sf_uess_r13_c_::tdd_r13_opts::number_type
uint8_t number_type
Definition: phy_ded.h:2778
asn1::rrc::cqi_report_periodic_proc_ext_r11_s::periodicity_factor_wb_r13_opts::options
options
Definition: phy_ded.h:1227
asn1::rrc::pusch_cfg_ded_v1250_s::uci_on_pusch_c_::type
types type() const
Definition: phy_ded.h:6434
asn1::rrc::phys_cfg_ded_s::semi_static_cfi_cfg_r15_c_::setup_c_::set_cfi_cfg_r15
cfi_cfg_r15_s & set_cfi_cfg_r15()
Definition: phy_ded.cc:20282
asn1::rrc::srs_ul_cfg_ded_aperiodic_up_pts_ext_r13_c::setup_s_::srs_activ_ap_r13_c_::c
setup_s_ c
Definition: phy_ded.h:7216
asn1::rrc::sched_request_cfg_v1530_c::setup_s_::sr_subslot_spucch_res_list_r15_present
bool sr_subslot_spucch_res_list_r15_present
Definition: phy_ded.h:4344
asn1::rrc::ant_info_ded_v1530_c::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:12066
asn1::rrc::csi_rs_cfg_emimo_r13_c::setup_c_::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:2162
asn1::rrc::cqi_report_periodic_v1320_s::periodicity_factor_wb_r13_present
bool periodicity_factor_wb_r13_present
Definition: phy_ded.h:2044
asn1::rrc::pusch_cfg_ded_v1130_s::pusch_dmrs_r11_c_::types
setup_e types
Definition: phy_ded.h:6371
asn1::rrc::cqi_report_cfg_v1250_s::alt_cqi_table_r12_opts::csi_sf_set1
@ csi_sf_set1
Definition: phy_ded.h:2397
asn1::rrc::pucch_cfg_ded_v1130_s::n1_pucch_an_cs_v1130_present
bool n1_pucch_an_cs_v1130_present
Definition: phy_ded.h:6141
asn1::rrc::epdcch_set_cfg_r11_s::mpdcch_cfg_r13_c_::setup_s_::mpdcch_start_sf_uess_r13_c_::tdd_r13_opts::to_string
const char * to_string() const
Definition: phy_ded.cc:7537
asn1::rrc::nzp_res_cfg_r13_s::freq_density_r14_present
bool freq_density_r14_present
Definition: phy_ded.h:313
asn1::rrc::srs_cfg_ap_r10_s::srs_ant_port_ap_r10
srs_ant_port_e srs_ant_port_ap_r10
Definition: phy_ded.h:4237
asn1::rrc::ant_info_ded_s::tx_mode_opts::tm8_v920
@ tm8_v920
Definition: phy_ded.h:4595
asn1::rrc::srs_cc_set_idx_r14_s::operator!=
bool operator!=(const srs_cc_set_idx_r14_s &other) const
Definition: phy_ded.h:4214
asn1::rrc::pusch_cfg_ded_v1530_s::ce_pusch_flex_start_prb_alloc_cfg_r15_c_::set
void set(types::options e=types::nulltype)
Definition: phy_ded.cc:16023
asn1::rrc::csi_rs_cfg_r10_s::csi_rs_r10_c_::type_
types type_
Definition: phy_ded.h:2511
asn1::rrc::csi_rs_cfg_nzp_r11_s::csi_rs_cfg_nzp_id_r11
uint8_t csi_rs_cfg_nzp_id_r11
Definition: phy_ded.h:280
asn1::rrc::csi_process_r11_s::cqi_report_periodic_proc_id_r11_present
bool cqi_report_periodic_proc_id_r11_present
Definition: phy_ded.h:1426
asn1::rrc::pusch_cfg_ded_v1530_s::ce_pusch_sub_prb_cfg_r15_c_::setup_s_::three_tone_cyclic_shift_r15
uint8_t three_tone_cyclic_shift_r15
Definition: phy_ded.h:6521
asn1::rrc::pucch_cfg_ded_v1020_s::pucch_format_r10_c_::ch_sel_r10_s_::n1_pucch_an_cs_r10_c_::type
types type() const
Definition: phy_ded.h:5980
asn1::rrc::epdcch_cfg_r11_s::cfg_r11_c_::setup
setup_s_ & setup()
Definition: phy_ded.h:5223
asn1::rrc::srs_ant_port_opts::options
options
Definition: phy_ded.h:3182
asn1::rrc::csi_rs_cfg_nzp_activation_r14_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:313
asn1::rrc::slot_or_subslot_pdsch_cfg_r15_c::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:10984
asn1::rrc::pucch_cfg_ded_r13_s::pucch_format_r13_c_::ch_sel_r13_s_::n1_pucch_an_cs_r13_c_::set_release
void set_release()
Definition: phy_ded.cc:14170
asn1::rrc::cfi_cfg_r15_s::cfi_slot_subslot_non_mbsfn_r15_present
bool cfi_slot_subslot_non_mbsfn_r15_present
Definition: phy_ded.h:5042
asn1::rrc::srs_ul_cfg_ded_aperiodic_r10_c::set_setup
setup_s_ & set_setup()
Definition: phy_ded.cc:17338
asn1::rrc::pucch_cfg_ded_v1250_s::nka_pucch_param_r12_c_
Definition: phy_ded.h:6154
asn1::rrc::pdsch_cfg_ded_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:13039
asn1::rrc::sched_request_cfg_c::setup_s_::dsr_trans_max_opts::n8
@ n8
Definition: phy_ded.h:6828
asn1::rrc::spucch_elems_r15_c::type
types type() const
Definition: phy_ded.h:2184
asn1::rrc::cqi_report_cfg_r10_s::csi_sf_pattern_cfg_r10_c_::setup_s_::csi_meas_sf_set1_r10
meas_sf_pattern_r10_c csi_meas_sf_set1_r10
Definition: phy_ded.h:2297
asn1::rrc::srs_cfg_ap_r13_s::srs_bw_ap_r13_opts::bw0
@ bw0
Definition: phy_ded.h:4254
asn1::rrc::csi_rs_cfg_bf_r13_s::ace_for4_tx_per_res_cfg_list_r13
ace_for4_tx_per_res_cfg_list_r13_l_ ace_for4_tx_per_res_cfg_list_r13
Definition: phy_ded.h:469
asn1::rrc::csi_rs_cfg_nzp_r11_s::ant_ports_count_r11_opts::options
options
Definition: phy_ded.h:187
asn1::rrc::pusch_cfg_ded_v1250_s::uci_on_pusch_c_::c
setup_s_ c
Definition: phy_ded.h:6454
asn1
Definition: asn1_utils.h:34
asn1::rrc::srs_ul_cfg_ded_up_pts_ext_r13_c::setup_s_::srs_up_pts_add_r13
srs_up_pts_add_r13_e_ srs_up_pts_add_r13
Definition: phy_ded.h:7302
asn1::rrc::csi_rs_cfg_non_precoded_r13_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:1326
asn1::rrc::phys_cfg_ded_s::add_spec_emission_ca_r10_c_::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:19887
asn1::rrc::pucch_cfg_ded_r13_s::harq_timing_tdd_r13
bool harq_timing_tdd_r13
Definition: phy_ded.h:5951
asn1::rrc::enable256_qam_r14_c::type_
types type_
Definition: phy_ded.h:2991
asn1::rrc::epdcch_cfg_r11_s::cfg_r11_c_::setup_s_::sf_pattern_cfg_r11_c_::type_
types type_
Definition: phy_ded.h:5197
asn1::rrc::csi_rs_cfg_emimo_v1530_c::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:2678
asn1::rrc::pucch_cfg_ded_v1130_s::npucch_param_r11_c_::type_
types type_
Definition: phy_ded.h:6136
asn1::rrc::pusch_cfg_ded_v1130_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:15719
asn1::rrc::pucch_cfg_ded_r13_s::pucch_format_r13_c_::format4_r13_s_
Definition: phy_ded.h:5644
asn1::rrc::eimta_main_cfg_r12_c::setup_s_::eimta_cmd_sf_set_r12
fixed_bitstring< 10 > eimta_cmd_sf_set_r12
Definition: phy_ded.h:3870
asn1::rrc::csi_rs_cfg_zp_ap_list_r14_c::setup
setup_l_ & setup()
Definition: phy_ded.h:3710
asn1::rrc::csi_rs_cfg_nzp_emimo_v1430_s::nzp_res_cfg_list_ext_r14_l_
dyn_array< nzp_res_cfg_r13_s > nzp_res_cfg_list_ext_r14_l_
Definition: phy_ded.h:425
asn1::rrc::phys_cfg_ded_s::semi_static_cfi_cfg_r15_c_::setup_c_::destroy_
void destroy_()
Definition: phy_ded.cc:20213
asn1::rrc::epdcch_set_cfg_r11_s::num_prb_pairs_v1310_c_::set
void set(types::options e=types::nulltype)
Definition: phy_ded.cc:7254
asn1::rrc::ant_info_ded_s::tx_mode_opts::tm7
@ tm7
Definition: phy_ded.h:4595
asn1::rrc::cqi_report_periodic_r10_c::setup_s_::csi_cfg_idx_r10_present
bool csi_cfg_idx_r10_present
Definition: phy_ded.h:1963
asn1::rrc::format4_res_r13_s::start_prb_format4_r13
uint8_t start_prb_format4_r13
Definition: phy_ded.h:3990
asn1::rrc::srs_ul_cfg_ded_v1310_c::setup_s_::tx_comb_num_r13_present
bool tx_comb_num_r13_present
Definition: phy_ded.h:6982
asn1::rrc::cri_report_cfg_r13_c
Definition: phy_ded.h:734
asn1::rrc::spdcch_elems_r15_c::setup_s_::rate_matching_mode_r15_opts::nulltype
@ nulltype
Definition: phy_ded.h:2084
asn1::rrc::pusch_enhance_cfg_r14_c::setup_s_::interv_ul_hop_pusch_enh_r14_c_::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:16346
asn1::rrc::cri_report_cfg_r13_c::cri_report_cfg_r13_c
cri_report_cfg_r13_c()=default
asn1::rrc::slot_or_subslot_pdsch_cfg_r15_c::setup_s_::alt_cqi_table_stti_r15_opts::csi_sf_set1
@ csi_sf_set1
Definition: phy_ded.h:4403
asn1::rrc::srs_ul_cfg_ded_up_pts_ext_r13_c::setup_s_::srs_hop_bw_r13_opts::value
enum asn1::rrc::srs_ul_cfg_ded_up_pts_ext_r13_c::setup_s_::srs_hop_bw_r13_opts::options value
asn1::rrc::pucch_cfg_ded_s::tdd_ack_nack_feedback_mode_opts::value
enum asn1::rrc::pucch_cfg_ded_s::tdd_ack_nack_feedback_mode_opts::options value
asn1::rrc::csi_rs_cfg_emimo_v1430_c::operator==
bool operator==(const csi_rs_cfg_emimo_v1430_c &other) const
Definition: phy_ded.cc:2273
asn1::rrc::csi_rs_cfg_r10_s::operator==
bool operator==(const csi_rs_cfg_r10_s &other) const
Definition: phy_ded.cc:6590
asn1::rrc::phys_cfg_ded_s::semi_static_cfi_cfg_r15_c_::type
types type() const
Definition: phy_ded.h:7736
asn1::rrc::srs_ul_cfg_ded_v1020_s
Definition: phy_ded.h:6948
asn1::rrc::phys_cfg_ded_s::blind_pdsch_repeat_cfg_r15_c_::setup_s_::rv_slotsublot_pdsch_repeats_r15_opts::dlrvseq2
@ dlrvseq2
Definition: phy_ded.h:7785
asn1::rrc::csi_rs_cfg_nzp_r11_s::mbsfn_sf_cfg_list_v1430_c_::type_
types type_
Definition: phy_ded.h:273
asn1::rrc::phys_cfg_ded_stti_r15_c::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:16621
asn1::rrc::srs_ul_cfg_ded_up_pts_ext_r13_c::setup_s_::srs_hop_bw_r13_opts::nulltype
@ nulltype
Definition: phy_ded.h:7277
asn1::rrc::ant_info_ded_stti_r15_c::setup_s_::slot_subslot_pdsch_tx_div_minus4_layer_r15
bool slot_subslot_pdsch_tx_div_minus4_layer_r15
Definition: phy_ded.h:3458
asn1::rrc::tpc_idx_c::operator!=
bool operator!=(const tpc_idx_c &other) const
Definition: phy_ded.h:2229
asn1::rrc::csi_rs_cfg_v1430_s::advanced_codebook_enabled_r14_present
bool advanced_codebook_enabled_r14_present
Definition: phy_ded.h:2599
asn1::rrc::srs_ul_cfg_ded_c::setup_s_::cyclic_shift_e_
enumerated< cyclic_shift_opts > cyclic_shift_e_
Definition: phy_ded.h:6906
asn1::rrc::phys_cfg_ded_s::must_cfg_r14_c_::setup_s_::p_a_must_r14_opts::db2
@ db2
Definition: phy_ded.h:7637
asn1::rrc::csi_rs_cfg_non_precoded_r13_s::csi_im_cfg_id_list_r13_present
bool csi_im_cfg_id_list_r13_present
Definition: phy_ded.h:571
asn1::rrc::ant_info_ded_s::codebook_subset_restrict_c_::codebook_subset_restrict_c_
codebook_subset_restrict_c_()=default
asn1::rrc::cqi_report_periodic_r10_c::type
types type() const
Definition: phy_ded.h:1977
asn1::rrc::phys_cfg_ded_stti_r15_c::type_
types type_
Definition: phy_ded.h:6735
asn1::rrc::csi_rs_cfg_bf_r13_s::alt_codebook_enabled_bf_r13_present
bool alt_codebook_enabled_bf_r13_present
Definition: phy_ded.h:464
asn1::rrc::cqi_report_cfg_v1250_s::alt_cqi_table_r12_opts::options
options
Definition: phy_ded.h:2397
asn1::rrc::pusch_cfg_ded_v1130_s::operator==
bool operator==(const pusch_cfg_ded_v1130_s &other) const
Definition: phy_ded.cc:15738
asn1::rrc::cqi_report_both_v1310_s::csi_im_cfg_to_add_mod_list_ext_r13
csi_im_cfg_to_add_mod_list_ext_r13_l csi_im_cfg_to_add_mod_list_ext_r13
Definition: phy_ded.h:1832
asn1::rrc::ant_info_ded_stti_r15_c::setup_s_::codebook_subset_restrict_c_::n2_tx_ant_tm8_r15
fixed_bitstring< 6 > & n2_tx_ant_tm8_r15()
Definition: phy_ded.h:3329
asn1::rrc::pucch_cfg_ded_r13_s::pucch_format_r13_c_::c
choice_buffer_t< ch_sel_r13_s_, format3_r13_s_, format4_r13_s_, format5_r13_s_ > c
Definition: phy_ded.h:5730
asn1::rrc::zero_tx_pwr_csi_rs_r12_s::zero_tx_pwr_res_cfg_list_r12
fixed_bitstring< 16 > zero_tx_pwr_res_cfg_list_r12
Definition: phy_ded.h:1506
asn1::rrc::pusch_enhance_cfg_r14_c::setup_s_::interv_ul_hop_pusch_enh_r14_c_::types_opts::to_string
const char * to_string() const
Definition: rrc.cc:981
asn1::rrc::ant_info_ded_s::codebook_subset_restrict_c_::types_opts::to_string
const char * to_string() const
Definition: rrc.cc:871
asn1::rrc::tdd_pusch_up_pts_r14_c::setup_s_::sym_pusch_up_pts_r14_opts::number_type
uint8_t number_type
Definition: phy_ded.h:4537
asn1::rrc::pucch_cfg_ded_s::ack_nack_repeat_c_::set_release
void set_release()
Definition: phy_ded.cc:13449
asn1::rrc::cqi_report_cfg_r15_c::setup_s_::cqi_report_cfg_pcell_v1250
cqi_report_cfg_v1250_s cqi_report_cfg_pcell_v1250
Definition: phy_ded.h:3535
asn1::rrc::cqi_report_periodic_v1310_s
Definition: phy_ded.h:2019
asn1::rrc::phys_cfg_ded_s::semi_static_cfi_cfg_r15_c_::semi_static_cfi_cfg_r15_c_
semi_static_cfi_cfg_r15_c_()=default
asn1::rrc::cqi_report_aperiodic_hybrid_r14_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:4350
asn1::rrc::srs_ul_cfg_ded_v1310_c::type
types type() const
Definition: phy_ded.h:6992
asn1::rrc::pucch_cfg_ded_r13_s::pucch_format_r13_c_::types_opts::value
enum asn1::rrc::pucch_cfg_ded_r13_s::pucch_format_r13_c_::types_opts::options value
asn1::rrc::pusch_cfg_ded_v1130_s::pusch_dmrs_r11_c_::setup_s_
Definition: phy_ded.h:6367
asn1::rrc::epdcch_set_cfg_r11_s::num_prb_pairs_v1310_c_::type
types type() const
Definition: phy_ded.h:2737
asn1::rrc::p_c_and_cbsr_r13_s::cbsr_sel_r13_c_::bf_k1a_r13_s_
Definition: phy_ded.h:65
asn1::rrc::csi_rs_cfg_r15_c::set_release
void set_release()
Definition: phy_ded.cc:9384
asn1::rrc::pucch_cfg_ded_r13_s::n1_pucch_an_rep_p1_r13
uint16_t n1_pucch_an_rep_p1_r13
Definition: phy_ded.h:5946
asn1::rrc::srs_ul_cfg_ded_c::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:17072
asn1::rrc::epdcch_cfg_r11_s::cfg_r11
cfg_r11_c_ cfg_r11
Definition: phy_ded.h:5242
asn1::rrc::ant_info_ded_stti_r15_c::setup_s_::codebook_subset_restrict_c_::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:8902
asn1::rrc::csi_rs_cfg_non_precoded_v1480_s::codebook_cfg_n2_r1480_opts::to_string
const char * to_string() const
Definition: phy_ded.cc:1629
asn1::rrc::epdcch_set_cfg_r11_s::num_prb_pairs_v1310_c_::type_
types type_
Definition: phy_ded.h:2748
asn1::rrc::pucch_cfg_ded_r13_s::ack_nack_repeat_r13_c_::type
types type() const
Definition: phy_ded.h:5524
asn1::rrc::srs_ul_cfg_ded_aperiodic_r10_c::setup_s_::srs_activ_ap_r10_c_::setup_s_::srs_cfg_ap_dci_format0_r10
srs_cfg_ap_r10_s srs_cfg_ap_dci_format0_r10
Definition: phy_ded.h:7024
asn1::rrc::phys_cfg_ded_s::must_cfg_r14_c_::setup_s_::p_a_must_r14_present
bool p_a_must_r14_present
Definition: phy_ded.h:7647
asn1::rrc::tdd_pusch_up_pts_r14_c::c
setup_s_ c
Definition: phy_ded.h:4574
asn1::rrc::cqi_report_periodic_c::setup_s_::cqi_format_ind_periodic_c_::types_opts::options
options
Definition: phy_ded.h:3579
asn1::rrc::cqi_report_aperiodic_proc_r11_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:1707
asn1::rrc::pusch_cfg_ded_r13_s::group_hop_disabled_r13_present
bool group_hop_disabled_r13_present
Definition: phy_ded.h:6323
asn1::rrc::csi_rs_cfg_nzp_emimo_v1430_s::cdm_type_v1430_present
bool cdm_type_v1430_present
Definition: phy_ded.h:428
asn1::rrc::slot_or_subslot_pusch_cfg_r15_c::setup_s_::beta_offset_subslot_ri_idx_r15_l_
bounded_array< uint8_t, 2 > beta_offset_subslot_ri_idx_r15_l_
Definition: phy_ded.h:4475
asn1::rrc::srs_cfg_ap_r10_s::srs_bw_ap_r10_opts::value
enum asn1::rrc::srs_cfg_ap_r10_s::srs_bw_ap_r10_opts::options value
asn1::rrc::cqi_report_aperiodic_r10_c::operator==
bool operator==(const cqi_report_aperiodic_r10_c &other) const
Definition: phy_ded.cc:4032
asn1::rrc::srs_cfg_ap_v1310_s::operator!=
bool operator!=(const srs_cfg_ap_v1310_s &other) const
Definition: phy_ded.h:4326
asn1::rrc::pdsch_cfg_ded_s::p_a_opts::to_string
const char * to_string() const
Definition: phy_ded.cc:13062
asn1::rrc::eimta_main_cfg_serv_cell_r12_c::setup_s_::mbsfn_sf_cfg_list_v1250
mbsfn_sf_cfg_list_v1250_c_ mbsfn_sf_cfg_list_v1250
Definition: phy_ded.h:3950
asn1::rrc::csi_rs_cfg_bf_r14_s::csi_im_cfg_id_list_r14_present
bool csi_im_cfg_id_list_r14_present
Definition: phy_ded.h:351
asn1::rrc::enable256_qam_r14_c::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:7607
asn1::rrc::spucch_cfg_v1550_c::operator!=
bool operator!=(const spucch_cfg_v1550_c &other) const
Definition: phy_ded.h:6762
asn1::rrc::cqi_report_periodic_r10_c::setup_s_::cqi_pucch_res_idx_r10
uint16_t cqi_pucch_res_idx_r10
Definition: phy_ded.h:1964
asn1::rrc::srs_ul_cfg_ded_up_pts_ext_r13_c::setup_s_::cyclic_shift_r13_opts::cs5
@ cs5
Definition: phy_ded.h:7285
asn1::rrc::pucch_cfg_ded_s::ack_nack_repeat_c_::setup_s_::repeat_factor_opts::spare1
@ spare1
Definition: phy_ded.h:5445
asn1::rrc::phys_cfg_ded_s::blind_pdsch_repeat_cfg_r15_c_::setup_s_::rv_sf_pdsch_repeats_r15_opts::value
enum asn1::rrc::phys_cfg_ded_s::blind_pdsch_repeat_cfg_r15_c_::setup_s_::rv_sf_pdsch_repeats_r15_opts::options value
asn1::rrc::spdcch_cfg_r15_c::setup_s_::spdcch_l1_reuse_ind_r15_e_
enumerated< spdcch_l1_reuse_ind_r15_opts > spdcch_l1_reuse_ind_r15_e_
Definition: phy_ded.h:4120
asn1::rrc::csi_rs_cfg_bf_r13_s::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:1132
asn1::rrc::ant_info_ul_r10_s::tx_mode_ul_r10_opts::to_string
const char * to_string() const
Definition: phy_ded.cc:12389
asn1::rrc::cqi_report_both_v1250_s
Definition: phy_ded.h:1813
asn1::rrc::srs_cfg_ap_r10_s::cyclic_shift_ap_r10_e_
enumerated< cyclic_shift_ap_r10_opts > cyclic_shift_ap_r10_e_
Definition: phy_ded.h:4234
asn1::rrc::delta_tx_d_offset_list_pucch_r10_s::delta_tx_d_offset_pucch_format1_r10
delta_tx_d_offset_pucch_format1_r10_e_ delta_tx_d_offset_pucch_format1_r10
Definition: phy_ded.h:3819
asn1::rrc::cqi_report_periodic_r10_c::setup_s_::csi_cfg_idx_r10_c_
Definition: phy_ded.h:1923
asn1::rrc::cqi_report_periodic_r10_c::setup_s_::csi_cfg_idx_r10_c_::type_
types type_
Definition: phy_ded.h:1955
asn1::rrc::ant_info_ded_stti_r15_c::setup_s_::codebook_subset_restrict_c_::set_n8_tx_ant_tm9and10_r15
fixed_bitstring< 109 > & set_n8_tx_ant_tm9and10_r15()
Definition: phy_ded.cc:8800
asn1::rrc::ant_info_ded_stti_r15_c::setup_s_::codebook_subset_restrict_c_::types_opts::nulltype
@ nulltype
Definition: phy_ded.h:3269
asn1::rrc::srs_ul_cfg_ded_v1310_c::set
void set(types::options e=types::nulltype)
Definition: phy_ded.cc:17205
asn1::rrc::phys_cfg_ded_stti_r15_c::set_release
void set_release()
Definition: phy_ded.cc:16412
asn1::rrc::ant_info_ded_r10_s::tx_mode_r10_opts::spare3
@ spare3
Definition: phy_ded.h:4790
asn1::rrc::delta_tx_d_offset_list_pucch_r10_s
Definition: phy_ded.h:3783
asn1::rrc::slot_or_subslot_pdsch_cfg_r15_c::type_
types type_
Definition: phy_ded.h:4466
asn1::rrc::srs_tpc_pdcch_cfg_r14_c::setup_s_
Definition: phy_ded.h:6784
asn1::rrc::delta_tx_d_offset_list_pucch_r10_s::delta_tx_d_offset_pucch_format1a1b_r10_opts::to_string
const char * to_string() const
Definition: phy_ded.cc:9717
asn1::rrc::epdcch_set_cfg_r11_s::mpdcch_cfg_r13_c_::setup_s_::mpdcch_start_sf_uess_r13_c_::fdd_r13_opts::value
enum asn1::rrc::epdcch_set_cfg_r11_s::mpdcch_cfg_r13_c_::setup_s_::mpdcch_start_sf_uess_r13_c_::fdd_r13_opts::options value
asn1::rrc::cqi_report_aperiodic_r10_c
Definition: phy_ded.h:1518
asn1::rrc::pucch_cfg_ded_r13_s::pucch_format_r13_c_::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:13957
asn1::rrc::ant_info_ded_s::codebook_subset_restrict_c_::~codebook_subset_restrict_c_
~codebook_subset_restrict_c_()
Definition: phy_ded.h:4624
asn1::rrc::phys_cfg_ded_stti_r15_c::setup_s_::csi_rs_cfg_r15_present
bool csi_rs_cfg_r15_present
Definition: phy_ded.h:6673
asn1::rrc::ul_pwr_ctrl_ded_v1250_s::set2_pwr_ctrl_param_c_::setup
setup_s_ & setup()
Definition: phy_ded.h:7420
asn1::rrc::pucch_cfg_ded_r13_s::npucch_param_r13_c_::c
setup_s_ c
Definition: phy_ded.h:5766
asn1::rrc::pusch_enhance_cfg_r14_c::setup_s_::interv_ul_hop_pusch_enh_r14_c_::type_
types type_
Definition: phy_ded.h:6624
asn1::rrc::ant_info_ded_stti_r15_c::setup_s_::codebook_subset_restrict_c_::types_opts::n2_tx_ant_tm6_r15
@ n2_tx_ant_tm6_r15
Definition: phy_ded.h:3262
asn1::rrc::dmrs_cfg_v1310_s::operator!=
bool operator!=(const dmrs_cfg_v1310_s &other) const
Definition: phy_ded.h:3779
asn1::rrc::cqi_report_aperiodic_hybrid_r14_s::triggers_r14_c_::three_bit_r14_s_::trigger101_ind_r14
fixed_bitstring< 32 > trigger101_ind_r14
Definition: phy_ded.h:1714
asn1::rrc::srs_ul_cfg_ded_aperiodic_up_pts_ext_r13_c::setup_s_::srs_activ_ap_r13_c_::operator==
bool operator==(const srs_activ_ap_r13_c_ &other) const
Definition: phy_ded.cc:17884
asn1::rrc::csi_process_r11_s::csi_im_cfg_id_list_r12_c_::set_release
void set_release()
Definition: phy_ded.cc:3635
asn1::rrc::pucch_cfg_ded_s::tdd_ack_nack_feedback_mode_opts::bundling
@ bundling
Definition: phy_ded.h:5485
asn1::rrc::csi_rs_cfg_non_precoded_v1480_s::codebook_cfg_n1_v1480_e_
enumerated< codebook_cfg_n1_v1480_opts > codebook_cfg_n1_v1480_e_
Definition: phy_ded.h:633
asn1::rrc::csi_rs_cfg_bf_r14_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:822
asn1::rrc::delta_tx_d_offset_list_pucch_r10_s::delta_tx_d_offset_pucch_format1_r10_opts::number_type
int8_t number_type
Definition: phy_ded.h:3786
asn1::rrc::srs_cc_set_idx_r14_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:10494
asn1::rrc::csi_rs_cfg_non_precoded_r13_s::codebook_over_sampling_rate_cfg_o2_r13_opts::n8
@ n8
Definition: phy_ded.h:558
asn1::rrc::csi_rs_cfg_emimo_v1480_c::setup_c_::types
enumerated< types_opts > types
Definition: phy_ded.h:980
asn1::rrc::srs_ul_cfg_ded_aperiodic_r10_c::setup_s_::srs_activ_ap_r10_c_::srs_activ_ap_r10_c_
srs_activ_ap_r10_c_()=default
asn1::rrc::tdd_pusch_up_pts_r14_c::set
void set(types::options e=types::nulltype)
Definition: phy_ded.cc:11333
asn1::rrc::pucch_cfg_ded_r13_s::pucch_num_repeat_ce_r13_c_::setup_c_::set
void set(types::options e=types::nulltype)
Definition: phy_ded.cc:14481
asn1::rrc::pdsch_re_map_qcl_cfg_r11_s::codeword_one_cfg_v1530_c_::setup_s_::crs_ports_count_v1530
crs_ports_count_v1530_e_ crs_ports_count_v1530
Definition: phy_ded.h:3111
asn1::rrc::ant_info_ded_s::codebook_subset_restrict_c_::types
enumerated< types_opts > types
Definition: phy_ded.h:4618
asn1::rrc::srs_ul_cfg_ded_v1310_c::setup_s_::tx_comb_v1310_present
bool tx_comb_v1310_present
Definition: phy_ded.h:6980
asn1::rrc::slot_or_subslot_pdsch_cfg_r15_c::setup_s_::alt_cqi_table_stti_r15_opts::csi_sf_set2
@ csi_sf_set2
Definition: phy_ded.h:4403
asn1::rrc::pdsch_cfg_ded_v1310_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:13216
asn1::rrc::csi_rs_cfg_bf_r14_s::nzp_res_cfg_original_v1430_present
bool nzp_res_cfg_original_v1430_present
Definition: phy_ded.h:357
asn1::rrc::srs_ul_cfg_ded_c::setup_s_::srs_hop_bw_opts::to_number
uint8_t to_number() const
Definition: phy_ded.cc:17163
asn1::rrc::srs_cfg_ap_r10_s::cyclic_shift_ap_r10_opts::cs6
@ cs6
Definition: phy_ded.h:4228
asn1::rrc::pucch_cfg_ded_v1130_s::npucch_param_r11_c_::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:15139
asn1::rrc::csi_rs_cfg_emimo_r13_c::setup_c_::set_non_precoded_r13
csi_rs_cfg_non_precoded_r13_s & set_non_precoded_r13()
Definition: phy_ded.cc:2135
asn1::rrc::ant_info_ded_s::codebook_subset_restrict_c_::set_n4_tx_ant_tm6
fixed_bitstring< 16 > & set_n4_tx_ant_tm6()
Definition: phy_ded.cc:11690
asn1::rrc::dmrs_cfg_r11_c::setup_s_::scrambling_id2_r11
uint16_t scrambling_id2_r11
Definition: phy_ded.h:3738
asn1::rrc::ant_info_ded_stti_r15_c::setup_s_::codebook_subset_restrict_present
bool codebook_subset_restrict_present
Definition: phy_ded.h:3451
asn1::rrc::csi_rs_cfg_v1250_s::ds_zero_tx_pwr_csi_rs_r12_c_::set
void set(types::options e=types::nulltype)
Definition: phy_ded.cc:6736
asn1::rrc::pucch_cfg_ded_r13_s::pucch_format_r13_c_::type
types type() const
Definition: phy_ded.h:5676
asn1::rrc::csi_im_cfg_r11_s::ext
bool ext
Definition: phy_ded.h:1261
asn1::rrc::cqi_report_cfg_v1310_s
Definition: phy_ded.h:2424
asn1::rrc::phys_cfg_ded_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:18360
asn1::rrc::csi_rs_cfg_emimo_v1530_c::c
setup_c_ c
Definition: phy_ded.h:1105
asn1::rrc::pucch_cfg_ded_r13_s::pucch_format_r13_c_::format3_r13_s_::two_ant_port_activ_pucch_format3_r13_c_::type
types type() const
Definition: phy_ded.h:5569
asn1::rrc::srs_cfg_ap_r13_s::tx_comb_num_r13_e_
enumerated< tx_comb_num_r13_opts > tx_comb_num_r13_e_
Definition: phy_ded.h:4276
asn1::rrc::csi_rs_cfg_non_precoded_v1430_s::codebook_cfg_n1_v1430_opts::n14
@ n14
Definition: phy_ded.h:593
asn1::rrc::cqi_report_cfg_v1320_s::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:6496
asn1::rrc::sched_request_cfg_c::setup_s_::dsr_trans_max_e_
enumerated< dsr_trans_max_opts > dsr_trans_max_e_
Definition: phy_ded.h:6834
asn1::rrc::pusch_enhance_cfg_r14_c::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:16210
asn1::rrc::ul_pwr_ctrl_ded_v1530_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:18326
asn1::rrc::srs_ul_cfg_ded_up_pts_ext_r13_c::setup_s_::srs_up_pts_add_r13_opts::to_number
uint8_t to_number() const
Definition: phy_ded.cc:17996
asn1::rrc::srs_ul_cfg_ded_aperiodic_v1310_c::setup_s_::srs_activ_ap_v1310_c_::set_setup
setup_s_ & set_setup()
Definition: phy_ded.cc:17612
asn1::rrc::enable256_qam_r14_c::setup_c_::operator=
setup_c_ & operator=(const setup_c_ &other)
Definition: phy_ded.cc:7675
asn1::rrc::phys_cfg_ded_s::blind_pdsch_repeat_cfg_r15_c_::setup_s_::rv_sf_pdsch_repeats_r15_opts
Definition: phy_ded.h:7776
asn1::rrc::eimta_main_cfg_serv_cell_r12_c::setup_s_::eimta_harq_ref_cfg_r12_opts::to_string
const char * to_string() const
Definition: phy_ded.cc:9957
asn1::rrc::phys_cfg_ded_s::pdsch_cfg_ded_v1530
copy_ptr< pdsch_cfg_ded_v1530_s > pdsch_cfg_ded_v1530
Definition: phy_ded.h:7959
asn1::rrc::csi_rs_cfg_r10_s::csi_rs_r10_c_::setup_s_::ant_ports_count_r10_e_
enumerated< ant_ports_count_r10_opts > ant_ports_count_r10_e_
Definition: phy_ded.h:2477
asn1::rrc::csi_rs_cfg_non_precoded_r13_s::codebook_cfg_n2_r13
codebook_cfg_n2_r13_e_ codebook_cfg_n2_r13
Definition: phy_ded.h:575
asn1::rrc::csi_rs_cfg_non_precoded_v1430_s::codebook_cfg_n1_v1430_opts::options
options
Definition: phy_ded.h:593
asn1::rrc::csi_rs_cfg_bf_r13_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:1084
asn1::rrc::csi_rs_cfg_r10_s::csi_rs_r10_c_::operator==
bool operator==(const csi_rs_r10_c_ &other) const
Definition: phy_ded.cc:6669
asn1::rrc::epdcch_cfg_r11_s::operator!=
bool operator!=(const epdcch_cfg_r11_s &other) const
Definition: phy_ded.h:5249
asn1::rrc::delta_tx_d_offset_list_pucch_r10_s::ext
bool ext
Definition: phy_ded.h:3818
asn1::rrc::sched_request_cfg_v1530_c::setup_s_::dssr_trans_max_r15_opts::to_number
uint8_t to_number() const
Definition: phy_ded.cc:10882
asn1::rrc::pusch_cfg_ded_v1130_s::pusch_dmrs_r11_c_
Definition: phy_ded.h:6366
asn1::rrc::pdsch_re_map_qcl_cfg_r11_s::qcl_csi_rs_cfg_nzp_id_r11_present
bool qcl_csi_rs_cfg_nzp_id_r11_present
Definition: phy_ded.h:3152
asn1::rrc::pdsch_re_map_qcl_cfg_r11_s::mbsfn_sf_cfg_list_v1430_c_::mbsfn_sf_cfg_list_v1430_c_
mbsfn_sf_cfg_list_v1430_c_()=default
asn1::rrc::csi_rs_cfg_zp_ap_list_r14_c::type
types type() const
Definition: phy_ded.h:3703
asn1::rrc::csi_im_cfg_r11_s::csi_im_cfg_id_r11
uint8_t csi_im_cfg_id_r11
Definition: phy_ded.h:1262
asn1::rrc::pucch_cfg_ded_r13_s::pucch_format_r13_c_::format3_r13_s_::two_ant_port_activ_pucch_format3_r13_c_::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:14124
asn1::rrc::pucch_cfg_ded_v1250_s::nka_pucch_param_r12
nka_pucch_param_r12_c_ nka_pucch_param_r12
Definition: phy_ded.h:6187
asn1::rrc::srs_ul_cfg_ded_aperiodic_v1310_c::setup_s_::srs_activ_ap_v1310_c_::set_release
void set_release()
Definition: phy_ded.cc:17607
asn1::rrc::ul_pwr_ctrl_ded_v1250_s::set2_pwr_ctrl_param_c_::types
setup_e types
Definition: phy_ded.h:7408
asn1::rrc::ant_info_ded_stti_r15_c::setup_s_::max_layers_mimo_stti_r15_opts::to_string
const char * to_string() const
Definition: phy_ded.cc:8992
asn1::rrc::pusch_cfg_ded_v1250_s::uci_on_pusch_c_::setup_s_::beta_offset_ack_idx_sf_set2_r12
uint8_t beta_offset_ack_idx_sf_set2_r12
Definition: phy_ded.h:6424
asn1::rrc::epdcch_cfg_r11_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:12741
asn1::rrc::phys_cfg_ded_s::pdsch_cfg_ded_present
bool pdsch_cfg_ded_present
Definition: phy_ded.h:7860
asn1::rrc::epdcch_cfg_r11_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:12735
asn1::rrc::pucch_cfg_ded_v1530_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:10108
asn1::rrc::srs_cfg_ap_v1310_s::cyclic_shift_ap_v1310_opts::cs11
@ cs11
Definition: phy_ded.h:4297
asn1::rrc::csi_rs_cfg_non_precoded_r13_s::codebook_cfg_n1_r13_opts::n3
@ n3
Definition: phy_ded.h:534
asn1::rrc::ant_info_ded_s::codebook_subset_restrict_c_::n2_tx_ant_tm4
fixed_bitstring< 6 > & n2_tx_ant_tm4()
Definition: phy_ded.h:4641
asn1::rrc::csi_rs_cfg_nzp_v1430_s::tx_comb_r14_present
bool tx_comb_r14_present
Definition: phy_ded.h:150
asn1::rrc::pdsch_cfg_ded_v1430_s::ce_sched_enhancement_r14_opts::range1
@ range1
Definition: phy_ded.h:5388
asn1::rrc::cqi_report_both_r11_s::csi_im_cfg_to_release_list_r11_present
bool csi_im_cfg_to_release_list_r11_present
Definition: phy_ded.h:1795
asn1::rrc::cqi_report_periodic_r10_c::setup_s_::csi_cfg_idx_r10_c_::set_setup
setup_s_ & set_setup()
Definition: phy_ded.cc:5153
asn1::rrc::csi_im_cfg_ext_r12_s::interference_meas_restrict_r13_present
bool interference_meas_restrict_r13_present
Definition: phy_ded.h:1286
asn1::rrc::delta_tx_d_offset_list_spucch_r15_s::delta_tx_d_offset_spucch_format1a_r15
delta_tx_d_offset_spucch_format1a_r15_e_ delta_tx_d_offset_spucch_format1a_r15
Definition: phy_ded.h:2666
asn1::rrc::csi_rs_cfg_r15_c::setup_s_
Definition: phy_ded.h:3649
asn1::rrc::p_c_and_cbsr_r15_s
Definition: phy_ded.h:329
asn1::rrc::epdcch_set_cfg_r11_s::num_prb_pairs_v1310_c_::num_prb_pairs_v1310_c_
num_prb_pairs_v1310_c_()=default
asn1::rrc::csi_rs_cfg_nzp_r11_s::csi_rs_cfg_nzp_id_v1310
uint8_t csi_rs_cfg_nzp_id_v1310
Definition: phy_ded.h:289
asn1::rrc::cqi_report_both_r11_s::csi_process_to_add_mod_list_r11
csi_process_to_add_mod_list_r11_l csi_process_to_add_mod_list_r11
Definition: phy_ded.h:1802
asn1::rrc::cqi_report_periodic_proc_ext_r11_s::cqi_format_ind_periodic_r11_c_::operator==
bool operator==(const cqi_format_ind_periodic_r11_c_ &other) const
Definition: phy_ded.cc:2994
asn1::rrc::cqi_report_aperiodic_hybrid_r14_s::triggers_r14_c_::destroy_
void destroy_()
Definition: phy_ded.cc:4385
asn1::rrc::srs_ul_cfg_ded_c::set
void set(types::options e=types::nulltype)
Definition: phy_ded.cc:17059
asn1::rrc::srs_ul_cfg_ded_aperiodic_r10_c::srs_ul_cfg_ded_aperiodic_r10_c
srs_ul_cfg_ded_aperiodic_r10_c()=default
asn1::rrc::pdsch_cfg_ded_v1280_s
Definition: phy_ded.h:5342
asn1::rrc::delta_tx_d_offset_list_pucch_r10_s::delta_tx_d_offset_pucch_format3_r10_opts
Definition: phy_ded.h:3808
asn1::rrc::phys_cfg_ded_stti_r15_c::setup
setup_s_ & setup()
Definition: phy_ded.h:6721
asn1::rrc::ant_info_ded_v1530_c::setup_c_::set_ue_tx_ant_sel_srs_minus2_t4_r_nr_of_pairs_r15
ue_tx_ant_sel_srs_minus2_t4_r_nr_of_pairs_r15_e_ & set_ue_tx_ant_sel_srs_minus2_t4_r_nr_of_pairs_r15()
Definition: phy_ded.cc:12123
asn1::rrc::phys_cfg_ded_s::blind_pdsch_repeat_cfg_r15_c_::set_setup
setup_s_ & set_setup()
Definition: phy_ded.cc:20352
asn1::rrc::cqi_report_cfg_v1310_s::cqi_report_both_v1310_present
bool cqi_report_both_v1310_present
Definition: phy_ded.h:2425
asn1::rrc::sched_request_cfg_c::setup_s_
Definition: phy_ded.h:6826
asn1::rrc::pusch_cfg_ded_v1530_s::ce_pusch_sub_prb_cfg_r15_c_::c
setup_s_ c
Definition: phy_ded.h:6548
asn1::rrc::ant_info_ded_r10_s::ue_tx_ant_sel_c_
Definition: phy_ded.h:4801
asn1::rrc::csi_rs_cfg_bf_v1430_s::operator!=
bool operator!=(const csi_rs_cfg_bf_v1430_s &other) const
Definition: phy_ded.h:496
asn1::rrc::cqi_report_periodic_c::setup_s_
Definition: phy_ded.h:3573
asn1::rrc::csi_im_cfg_r11_s::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:3197
asn1::rrc::ant_info_ded_v1530_c::setup_c_::ue_tx_ant_sel_srs_minus2_t4_r_nr_of_pairs_r15_opts::nulltype
@ nulltype
Definition: phy_ded.h:4878
asn1::rrc::phys_cfg_ded_s::csi_rs_cfg_r10
copy_ptr< csi_rs_cfg_r10_s > csi_rs_cfg_r10
Definition: phy_ded.h:7890
asn1::rrc::ant_info_ded_r10_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:11866
asn1::rrc::cqi_report_periodic_proc_ext_r11_s::cqi_format_ind_periodic_r11_c_::subband_cqi_r11_s_::periodicity_factor_r11
periodicity_factor_r11_e_ periodicity_factor_r11
Definition: phy_ded.h:1140
asn1::rrc::pucch_cfg_ded_r13_s::ack_nack_repeat_r13_c_::setup_s_::repeat_factor_r13_opts::number_type
uint8_t number_type
Definition: phy_ded.h:5508
asn1::rrc::cqi_report_cfg_v1250_s::csi_sf_pattern_cfg_r12_c_::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:6371
asn1::rrc::phys_cfg_ded_s::ant_info_v1430
copy_ptr< ant_info_ded_v1430_s > ant_info_v1430
Definition: phy_ded.h:7943
asn1::rrc::eimta_main_cfg_serv_cell_r12_c::eimta_main_cfg_serv_cell_r12_c
eimta_main_cfg_serv_cell_r12_c()=default
asn1::rrc::pdsch_re_map_qcl_cfg_r11_s::optional_set_of_fields_r11_s_::crs_ports_count_r11_opts::options
options
Definition: phy_ded.h:2999
asn1::rrc::csi_rs_cfg_r10_s::zero_tx_pwr_csi_rs_r10
zero_tx_pwr_csi_rs_conf_r12_c zero_tx_pwr_csi_rs_r10
Definition: phy_ded.h:2519
asn1::rrc::ant_info_ded_v1530_c::setup_c_::type
types type() const
Definition: phy_ded.h:4902
asn1::rrc::epdcch_set_cfg_r11_s::mpdcch_cfg_r13_c_::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:7323
asn1::rrc::phys_cfg_ded_s::type_a_srs_tpc_pdcch_group_r14_c_::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:20000
asn1::rrc::pucch_cfg_ded_r13_s::pucch_num_repeat_ce_r13_c_::setup_c_::mode_b_s_::pucch_num_repeat_ce_format1_r13_opts::options
options
Definition: phy_ded.h:5833
asn1::rrc::p_c_and_cbsr_r13_s::cbsr_sel_r13_c_::types
enumerated< types_opts > types
Definition: phy_ded.h:78
asn1::rrc::pdsch_re_map_qcl_cfg_r11_s::mbsfn_sf_cfg_list_v1430_c_
Definition: phy_ded.h:3055
asn1::rrc::csi_rs_cfg_emimo2_r14_c::c
csi_rs_cfg_bf_r14_s c
Definition: phy_ded.h:528
asn1::rrc::pdsch_cfg_ded_v1430_s::ce_pdsch_max_bw_r14_opts::value
enum asn1::rrc::pdsch_cfg_ded_v1430_s::ce_pdsch_max_bw_r14_opts::options value
asn1::rrc::cqi_report_cfg_v1250_s::alt_cqi_table_r12_opts::to_string
const char * to_string() const
Definition: phy_ded.cc:6393
asn1::rrc::ant_info_ded_s::ue_tx_ant_sel_c_::setup_opts::nulltype
@ nulltype
Definition: phy_ded.h:4728
asn1::rrc::pusch_enhance_cfg_r14_c::setup_s_::interv_ul_hop_pusch_enh_r14_c_::interv_tdd_pusch_enh_r14_e_
enumerated< interv_tdd_pusch_enh_r14_opts > interv_tdd_pusch_enh_r14_e_
Definition: phy_ded.h:6581
asn1::rrc::csi_process_r11_s::cqi_report_aperiodic_proc_v1310_c_::set_setup
cqi_report_aperiodic_proc_v1310_s & set_setup()
Definition: phy_ded.cc:3773
asn1::rrc::csi_rs_cfg_emimo_r13_c::setup_c_::types_opts::bf_r13
@ bf_r13
Definition: phy_ded.h:812
asn1::rrc::pdsch_cfg_ded_s
Definition: phy_ded.h:5292
asn1::rrc::cqi_report_periodic_proc_ext_r11_s::cqi_format_ind_periodic_r11_c_::wideband_cqi_r11_s_::csi_report_mode_r11
csi_report_mode_r11_e_ csi_report_mode_r11
Definition: phy_ded.h:1126
asn1::rrc::cqi_report_aperiodic_hybrid_r14_s::triggers_r14_c_::two_bit_r14_s_
Definition: phy_ded.h:1704
asn1::rrc::pucch_cfg_ded_r13_s::pucch_format_r13_c_::format3_r13_s_::two_ant_port_activ_pucch_format3_r13_c_::setup
setup_s_ & setup()
Definition: phy_ded.h:5576
asn1::rrc::pdsch_re_map_qcl_cfg_r11_s::codeword_one_cfg_v1530_c_::setup_s_::pdsch_start_v1530_opts::n3
@ n3
Definition: phy_ded.h:3099
asn1::rrc::cqi_report_aperiodic_r10_c::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:3966
asn1::rrc::pusch_cfg_ded_v1430_s::enable256_qam_r14
enable256_qam_r14_c enable256_qam_r14
Definition: phy_ded.h:6474
asn1::rrc::pucch_cfg_ded_v1020_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:14742
asn1::rrc::pdsch_cfg_ded_v1430_s::ce_sched_enhancement_r14_opts::nulltype
@ nulltype
Definition: phy_ded.h:5388
asn1::rrc::srs_ul_cfg_ded_aperiodic_v1310_c::setup_s_::srs_activ_ap_v1310_c_::set
void set(types::options e=types::nulltype)
Definition: phy_ded.cc:17603
asn1::rrc::pucch_cfg_ded_r13_s::ack_nack_repeat_r13_c_::setup_s_::repeat_factor_r13_opts::n6
@ n6
Definition: phy_ded.h:5507
asn1::rrc::srs_ul_cfg_ded_up_pts_ext_r13_c::setup_s_::srs_hop_bw_r13_e_
enumerated< srs_hop_bw_r13_opts > srs_hop_bw_r13_e_
Definition: phy_ded.h:7283
asn1::rrc::cqi_report_cfg_v1250_s::alt_cqi_table_r12_opts::nulltype
@ nulltype
Definition: phy_ded.h:2397
asn1::rrc::cqi_report_periodic_r10_c::setup_s_::cqi_format_ind_periodic_r10_c_::set
void set(types::options e=types::nulltype)
Definition: phy_ded.cc:4944
asn1::rrc::phys_cfg_ded_s::blind_pdsch_repeat_cfg_r15_c_::setup_s_::mcs_restrict_slot_subslot_pdsch_repeats_r15_opts::value
enum asn1::rrc::phys_cfg_ded_s::blind_pdsch_repeat_cfg_r15_c_::setup_s_::mcs_restrict_slot_subslot_pdsch_repeats_r15_opts::options value
asn1::rrc::csi_im_cfg_ext_r12_s::operator==
bool operator==(const csi_im_cfg_ext_r12_s &other) const
Definition: phy_ded.cc:3290
common.h
asn1::rrc::pdsch_cfg_ded_v1430_s::ce_sched_enhancement_r14_opts::range2
@ range2
Definition: phy_ded.h:5388
asn1::rrc::pusch_enhance_cfg_r14_c::set_setup
setup_s_ & set_setup()
Definition: phy_ded.cc:16182
asn1::rrc::eimta_main_cfg_serv_cell_r12_c::setup_s_::eimta_harq_ref_cfg_r12_opts::to_number
uint8_t to_number() const
Definition: phy_ded.cc:9962
asn1::rrc::pucch_cfg_ded_r13_s::pucch_num_repeat_ce_r13_c_::operator!=
bool operator!=(const pucch_num_repeat_ce_r13_c_ &other) const
Definition: phy_ded.h:5912
asn1::rrc::cfi_pattern_cfg_r15_s::cfi_pattern_slot_subslot_r15
cfi_pattern_slot_subslot_r15_l_ cfi_pattern_slot_subslot_r15
Definition: phy_ded.h:5067
asn1::rrc::pdsch_re_map_qcl_cfg_r11_s::optional_set_of_fields_r11_s_::mbsfn_sf_cfg_list_r11_c_::setup_s_::sf_cfg_list
mbsfn_sf_cfg_list_l sf_cfg_list
Definition: phy_ded.h:3008
asn1::rrc::cqi_report_periodic_proc_ext_r11_s::periodicity_factor_wb_r13_opts::nulltype
@ nulltype
Definition: phy_ded.h:1227
asn1::rrc::cqi_report_cfg_v1250_s::csi_sf_pattern_cfg_r12_c_::operator==
bool operator==(const csi_sf_pattern_cfg_r12_c_ &other) const
Definition: phy_ded.cc:6388
asn1::rrc::phys_cfg_ded_s::must_cfg_r14_c_::setup_s_::p_a_must_r14_opts::db_minus4dot77
@ db_minus4dot77
Definition: phy_ded.h:7637
asn1::rrc::srs_ul_cfg_ded_aperiodic_v1310_c::setup_s_::srs_activ_ap_v1310_c_::setup_s_::srs_cfg_ap_dci_format0_v1310_present
bool srs_cfg_ap_dci_format0_v1310_present
Definition: phy_ded.h:7101
asn1::rrc::phys_cfg_ded_stti_r15_c::c
setup_s_ c
Definition: phy_ded.h:6736
asn1::rrc::enable256_qam_r14_c::setup_c_::type_
types type_
Definition: phy_ded.h:2960
asn1::rrc::pdsch_re_map_qcl_cfg_r11_s::optional_set_of_fields_r11_s_::mbsfn_sf_cfg_list_r11_c_::set_setup
setup_s_ & set_setup()
Definition: phy_ded.cc:7970
asn1::rrc::csi_rs_cfg_nzp_r11_s::mbsfn_sf_cfg_list_v1430_c_::setup_s_
Definition: phy_ded.h:244
asn1::rrc::cqi_report_periodic_c::set
void set(types::options e=types::nulltype)
Definition: phy_ded.cc:9231
asn1::rrc::p_c_and_cbsr_r11_s::operator==
bool operator==(const p_c_and_cbsr_r11_s &other) const
Definition: phy_ded.cc:1701
asn1::rrc::srs_ul_cfg_ded_aperiodic_up_pts_ext_r13_c::setup_s_::srs_activ_ap_r13_c_::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:17850
asn1::rrc::sched_request_cfg_c::type
types type() const
Definition: phy_ded.h:6846
asn1::rrc::srs_ul_cfg_ded_aperiodic_v1310_c::setup_s_::srs_cfg_ap_dci_format4_v1310
srs_cfg_ap_dci_format4_v1310_l_ srs_cfg_ap_dci_format4_v1310
Definition: phy_ded.h:7139
asn1::rrc::phys_cfg_ded_s::blind_pdsch_repeat_cfg_r15_c_::setup_s_::mcs_restrict_sf_pdsch_repeats_r15
mcs_restrict_sf_pdsch_repeats_r15_e_ mcs_restrict_sf_pdsch_repeats_r15
Definition: phy_ded.h:7827
asn1::rrc::spucch_elems_r15_c::operator!=
bool operator!=(const spucch_elems_r15_c &other) const
Definition: phy_ded.h:2189
asn1::rrc::srs_ul_cfg_ded_aperiodic_v1310_c::srs_ul_cfg_ded_aperiodic_v1310_c
srs_ul_cfg_ded_aperiodic_v1310_c()=default
asn1::rrc::srs_ul_cfg_ded_up_pts_ext_r13_c::setup_s_::srs_hop_bw_r13_opts::to_string
const char * to_string() const
Definition: phy_ded.cc:18013
asn1::rrc::csi_rs_cfg_r15_c::set_setup
setup_s_ & set_setup()
Definition: phy_ded.cc:9388
asn1::rrc::pdsch_cfg_ded_s::p_a_opts::db0
@ db0
Definition: phy_ded.h:5294
asn1::rrc::ant_info_ded_stti_r15_c::setup_s_::tx_mode_dl_non_mbsfn_r15_opts::tm10
@ tm10
Definition: phy_ded.h:3246
asn1::rrc::pucch_cfg_ded_r13_s::pucch_format_r13_c_::ch_sel_r13_s_::n1_pucch_an_cs_r13_c_::type
types type() const
Definition: phy_ded.h:5615
asn1::rrc::cqi_report_cfg_r15_c::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:9063
asn1::rrc::csi_rs_cfg_non_precoded_r13_s::codebook_cfg_n1_r13_opts::value
enum asn1::rrc::csi_rs_cfg_non_precoded_r13_s::codebook_cfg_n1_r13_opts::options value
asn1::rrc::spdcch_elems_r15_c::setup_s_::res_block_assign_r15_s_::num_rb_in_freq_domain_r15
uint8_t num_rb_in_freq_domain_r15
Definition: phy_ded.h:2073
asn1::rrc::csi_rs_cfg_non_precoded_v1430_s::codebook_cfg_n2_v1430_opts::n7
@ n7
Definition: phy_ded.h:601
asn1::rrc::ant_info_ded_v1530_c::setup_c_::setup_c_
setup_c_()=default
asn1::rrc::pdsch_re_map_qcl_cfg_r11_s::codeword_one_cfg_v1530_c_::type_
types type_
Definition: phy_ded.h:3145
asn1::rrc::ul_pwr_ctrl_ded_v1250_s::operator!=
bool operator!=(const ul_pwr_ctrl_ded_v1250_s &other) const
Definition: phy_ded.h:7446
asn1::rrc::pusch_enhance_cfg_r14_c::setup_s_::interv_ul_hop_pusch_enh_r14_c_::interv_fdd_pusch_enh_r14_opts::options
options
Definition: phy_ded.h:6567
asn1::rrc::srs_ul_cfg_ded_aperiodic_r10_c
Definition: phy_ded.h:7018
asn1::rrc::spdcch_elems_r15_c::setup_s_::rate_matching_mode_r15
rate_matching_mode_r15_e_ rate_matching_mode_r15
Definition: phy_ded.h:2117
asn1::rrc::pusch_cfg_ded_v1020_s::beta_offset_mc_r10
beta_offset_mc_r10_s_ beta_offset_mc_r10
Definition: phy_ded.h:6356
asn1::rrc::csi_rs_cfg_non_precoded_r13_s::codebook_over_sampling_rate_cfg_o1_r13_opts::n8
@ n8
Definition: phy_ded.h:550
asn1::rrc::csi_rs_cfg_zp_ap_list_r14_c::operator!=
bool operator!=(const csi_rs_cfg_zp_ap_list_r14_c &other) const
Definition: phy_ded.h:3708
asn1::rrc::phys_cfg_ded_s::blind_pdsch_repeat_cfg_r15_c_::setup_s_::mcs_restrict_sf_pdsch_repeats_r15_opts::nulltype
@ nulltype
Definition: phy_ded.h:7793
asn1::rrc::ant_info_ded_stti_r15_c::setup_s_::codebook_subset_restrict_c_::set_n4_tx_ant_tm8_r15
fixed_bitstring< 64 > & set_n4_tx_ant_tm8_r15()
Definition: phy_ded.cc:8785
asn1::rrc::cqi_report_aperiodic_hybrid_r14_s::triggers_r14_c_::two_bit_r14_s_::trigger11_ind_r14
fixed_bitstring< 8 > trigger11_ind_r14
Definition: phy_ded.h:1707
asn1::rrc::delta_tx_d_offset_list_spucch_r15_s::delta_tx_d_offset_spucch_format1_r15_opts::to_string
const char * to_string() const
Definition: phy_ded.cc:6978
asn1::rrc::zero_tx_pwr_csi_rs_conf_r12_c::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:6019
asn1::rrc::sched_request_cfg_v1530_c::setup_s_::dssr_trans_max_r15_opts::value
enum asn1::rrc::sched_request_cfg_v1530_c::setup_s_::dssr_trans_max_r15_opts::options value
asn1::rrc::pucch_cfg_ded_r13_s::pucch_format_r13_c_::ch_sel_r13_s_::n1_pucch_an_cs_r13_c_::set
void set(types::options e=types::nulltype)
Definition: phy_ded.cc:14166
asn1::rrc::csi_rs_cfg_v1250_s::ds_zero_tx_pwr_csi_rs_r12_c_::setup_s_::zero_tx_pwr_csi_rs_list_r12_l_
dyn_array< zero_tx_pwr_csi_rs_r12_s > zero_tx_pwr_csi_rs_list_r12_l_
Definition: phy_ded.h:2533
asn1::rrc::cqi_report_periodic_r10_c::setup_s_::cqi_format_ind_periodic_r10_c_::wideband_cqi_r10_s_::csi_report_mode_r10_opts::to_number
uint8_t to_number() const
Definition: phy_ded.cc:5113
asn1::rrc::slot_or_subslot_pdsch_cfg_r15_c::setup_s_::res_alloc_r15_e_
enumerated< res_alloc_r15_opts > res_alloc_r15_e_
Definition: phy_ded.h:4425
asn1::rrc::phys_cfg_ded_s::must_cfg_r14_c_::must_cfg_r14_c_
must_cfg_r14_c_()=default
asn1::rrc::cqi_report_aperiodic_r10_c::set_release
void set_release()
Definition: phy_ded.cc:3957
asn1::rrc::cqi_report_periodic_proc_ext_r11_s::periodicity_factor_wb_r13_opts::value
enum asn1::rrc::cqi_report_periodic_proc_ext_r11_s::periodicity_factor_wb_r13_opts::options value
asn1::rrc::pucch_cfg_ded_r13_s::pucch_format_r13_c_::ch_sel_r13_s_::n1_pucch_an_cs_r13_c_::n1_pucch_an_cs_r13_c_
n1_pucch_an_cs_r13_c_()=default
asn1::rrc::spucch_elems_r15_c::setup_s_::n4max_coderate_multi_res_slot_pucch_r15_present
bool n4max_coderate_multi_res_slot_pucch_r15_present
Definition: phy_ded.h:2166
asn1::rrc::phys_cfg_ded_s::blind_pdsch_repeat_cfg_r15_c_::setup_s_::rv_sf_pdsch_repeats_r15_e_
enumerated< rv_sf_pdsch_repeats_r15_opts > rv_sf_pdsch_repeats_r15_e_
Definition: phy_ded.h:7783
asn1::rrc::eimta_main_cfg_serv_cell_r12_c::setup_s_::eimta_harq_ref_cfg_r12_opts::sa4
@ sa4
Definition: phy_ded.h:3906
asn1::rrc::cqi_report_periodic_r10_c::setup_s_::csi_cfg_idx_r10_c_::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:5178
asn1::rrc::srs_cfg_ap_r13_s::srs_bw_ap_r13_e_
enumerated< srs_bw_ap_r13_opts > srs_bw_ap_r13_e_
Definition: phy_ded.h:4260
asn1::rrc::pucch_cfg_ded_v1020_s::pucch_format_r10_c_::ch_sel_r10_s_
Definition: phy_ded.h:5967
asn1::rrc::sched_request_cfg_v1530_c::operator!=
bool operator!=(const sched_request_cfg_v1530_c &other) const
Definition: phy_ded.h:4364
asn1::rrc::ant_info_ded_v920_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:12199
asn1::rrc::ant_info_ul_stti_r15_s::tx_mode_ul_stti_r15_opts::value
enum asn1::rrc::ant_info_ul_stti_r15_s::tx_mode_ul_stti_r15_opts::options value
asn1::rrc::csi_process_r11_s::emimo_type_v1480
copy_ptr< csi_rs_cfg_emimo_v1480_c > emimo_type_v1480
Definition: phy_ded.h:1450
asn1::rrc::eimta_main_cfg_r12_c
Definition: phy_ded.h:3856
asn1::rrc::cqi_report_cfg_v1430_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:6522
asn1::rrc::ant_info_ded_r10_s::ue_tx_ant_sel_c_::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:11978
asn1::rrc::sched_request_cfg_v1530_c::setup_s_::dssr_trans_max_r15_opts::n64
@ n64
Definition: phy_ded.h:4333
asn1::rrc::cqi_report_mode_aperiodic_opts::rm31
@ rm31
Definition: phy_ded.h:444
asn1::rrc::phys_cfg_ded_s::semi_open_loop_r14_present
bool semi_open_loop_r14_present
Definition: phy_ded.h:7939
asn1::rrc::ant_info_ded_stti_r15_c::setup_s_::tx_mode_dl_non_mbsfn_r15_opts::value
enum asn1::rrc::ant_info_ded_stti_r15_c::setup_s_::tx_mode_dl_non_mbsfn_r15_opts::options value
asn1::rrc::srs_cfg_ap_v1310_s::tx_comb_num_r13_present
bool tx_comb_num_r13_present
Definition: phy_ded.h:4316
asn1::rrc::cqi_report_periodic_r10_c::setup_s_::cqi_format_ind_periodic_r10
cqi_format_ind_periodic_r10_c_ cqi_format_ind_periodic_r10
Definition: phy_ded.h:1967
asn1::rrc::srs_ul_cfg_ded_aperiodic_r10_c::type_
types type_
Definition: phy_ded.h:7091
asn1::rrc::p_c_and_cbsr_r13_s::cbsr_sel_r13_c_::bf_k1a_r13_s_::codebook_subset_restrict3_r13
dyn_bitstring codebook_subset_restrict3_r13
Definition: phy_ded.h:66
asn1::rrc::cqi_report_cfg_s::nom_pdsch_rs_epre_offset
int8_t nom_pdsch_rs_epre_offset
Definition: phy_ded.h:5082
asn1::rrc::cqi_report_periodic_proc_ext_r11_s::cqi_format_ind_periodic_r11_c_::subband_cqi_r11_s_::k
uint8_t k
Definition: phy_ded.h:1139
asn1::rrc::epdcch_set_cfg_r11_s::mpdcch_cfg_r13_c_::setup_s_::csi_num_repeat_ce_r13_opts::value
enum asn1::rrc::epdcch_set_cfg_r11_s::mpdcch_cfg_r13_c_::setup_s_::csi_num_repeat_ce_r13_opts::options value
asn1::rrc::pusch_cfg_ded_r13_s::pusch_dmrs_r11_c_::set
void set(types::options e=types::nulltype)
Definition: phy_ded.cc:15456
asn1::rrc::cqi_report_both_v1310_s::operator==
bool operator==(const cqi_report_both_v1310_s &other) const
Definition: phy_ded.cc:4794
asn1::rrc::phys_cfg_ded_s::add_spec_emission_ca_r10_c_::setup_s_::add_spec_emission_pcell_r10
uint8_t add_spec_emission_pcell_r10
Definition: phy_ded.h:7534
asn1::rrc::cqi_report_cfg_v920_s::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:12650
asn1::rrc::p_c_and_cbsr_r11_s::operator!=
bool operator!=(const p_c_and_cbsr_r11_s &other) const
Definition: phy_ded.h:683
asn1::rrc::cqi_report_aperiodic_proc_v1310_s::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:1766
asn1::rrc::csi_rs_cfg_bf_v1430_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:1211
asn1::rrc::enable256_qam_r14_c
Definition: phy_ded.h:2904
asn1::rrc::tpc_idx_c::idx_of_format3_a
uint8_t & idx_of_format3_a()
Definition: phy_ded.h:2236
asn1::rrc::nzp_freq_density_r14_opts::value
enum asn1::rrc::nzp_freq_density_r14_opts::options value
asn1::rrc::pucch_cfg_ded_v1130_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:14999
asn1::rrc::pucch_cfg_ded_r13_s::pucch_format_r13_c_::types_opts::to_string
const char * to_string() const
Definition: rrc.cc:944
asn1::rrc::phys_cfg_ded_s::blind_pdsch_repeat_cfg_r15_c_::setup_s_::mcs_restrict_sf_pdsch_repeats_r15_opts::to_string
const char * to_string() const
Definition: phy_ded.cc:20563
asn1::rrc::spucch_cfg_r15_c::set_setup
setup_s_ & set_setup()
Definition: phy_ded.cc:10403
asn1::rrc::cqi_report_aperiodic_v1310_c::type
types type() const
Definition: phy_ded.h:1673
asn1::rrc::srs_ul_cfg_ded_up_pts_ext_r13_c::setup_s_::srs_up_pts_add_r13_opts::value
enum asn1::rrc::srs_ul_cfg_ded_up_pts_ext_r13_c::setup_s_::srs_up_pts_add_r13_opts::options value
asn1::rrc::phys_cfg_ded_s::blind_pdsch_repeat_cfg_r15_c_::setup_s_::rv_slotsublot_pdsch_repeats_r15_opts::number_type
uint8_t number_type
Definition: phy_ded.h:7786
asn1::rrc::p_c_and_cbsr_r13_s::cbsr_sel_r13_c_::types_opts::number_type
uint8_t number_type
Definition: phy_ded.h:73
asn1::rrc::csi_rs_cfg_v1480_s::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:12683
asn1::rrc::tdd_pusch_up_pts_r14_c::set_release
void set_release()
Definition: phy_ded.cc:11337
asn1::rrc::cqi_report_both_r11_s::csi_im_cfg_to_add_mod_list_r11
csi_im_cfg_to_add_mod_list_r11_l csi_im_cfg_to_add_mod_list_r11
Definition: phy_ded.h:1800
asn1::rrc::pusch_cfg_ded_s::beta_offset_cqi_idx
uint8_t beta_offset_cqi_idx
Definition: phy_ded.h:6220
asn1::rrc::epdcch_set_cfg_r11_s::mpdcch_cfg_r13_c_::setup_s_::mpdcch_start_sf_uess_r13_c_::types_opts
Definition: phy_ded.h:2784
asn1::rrc::ant_info_ul_stti_r15_s::tx_mode_ul_stti_r15_e_
enumerated< tx_mode_ul_stti_r15_opts > tx_mode_ul_stti_r15_e_
Definition: phy_ded.h:3499
asn1::rrc::phys_cfg_ded_s::srs_ul_cfg_ded_present
bool srs_ul_cfg_ded_present
Definition: phy_ded.h:7867
asn1::rrc::csi_rs_cfg_r15_c::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:9425
asn1::rrc::phys_cfg_ded_s::must_cfg_r14_c_::setup_s_::p_a_must_r14_opts::to_number
float to_number() const
Definition: phy_ded.cc:20141
asn1::rrc::csi_rs_cfg_nzp_r11_s::qcl_crs_info_r11
qcl_crs_info_r11_s_ qcl_crs_info_r11
Definition: phy_ded.h:285
asn1::rrc::pdsch_cfg_ded_v1280_s::tbs_idx_alt_r12_opts::nulltype
@ nulltype
Definition: phy_ded.h:5344
asn1::rrc::cqi_report_periodic_v1310_s::simul_ack_nack_and_cqi_format4_format5_r13_present
bool simul_ack_nack_and_cqi_format4_format5_r13_present
Definition: phy_ded.h:2021
asn1::rrc::phys_cfg_ded_s::blind_pdsch_repeat_cfg_r15_c_::set
void set(types::options e=types::nulltype)
Definition: phy_ded.cc:20344
asn1::rrc::ul_pwr_ctrl_ded_s::filt_coef_present
bool filt_coef_present
Definition: phy_ded.h:7355
asn1::rrc::slot_or_subslot_pdsch_cfg_r15_c::setup_s_::alt_cqi_table_stti_r15_opts::options
options
Definition: phy_ded.h:4403
asn1::rrc::ant_info_ded_stti_r15_c::setup_s_::codebook_subset_restrict_c_::types_opts::to_string
const char * to_string() const
Definition: rrc.cc:823
asn1::rrc::pucch_cfg_ded_r13_s::pucch_num_repeat_ce_r13_c_::setup_c_::destroy_
void destroy_()
Definition: phy_ded.cc:14468
asn1::rrc::csi_process_r11_s::emimo_type_r13
copy_ptr< csi_rs_cfg_emimo_r13_c > emimo_type_r13
Definition: phy_ded.h:1443
asn1::rrc::ul_pwr_ctrl_ded_stti_r15_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:11421
asn1::rrc::ul_pwr_ctrl_ded_v1530_s
Definition: phy_ded.h:7450
asn1::rrc::ant_info_ul_stti_r15_s::tx_mode_ul_stti_r15_opts::to_string
const char * to_string() const
Definition: phy_ded.cc:9038
asn1::rrc::ul_pwr_ctrl_ded_stti_r15_s
Definition: phy_ded.h:4578
asn1::rrc::cqi_report_aperiodic_v1310_c::setup_s_::aperiodic_csi_trigger_v1310_s_::trigger4_r13
fixed_bitstring< 32 > trigger4_r13
Definition: phy_ded.h:1619
asn1::rrc::srs_ul_cfg_ded_aperiodic_up_pts_ext_r13_c::set
void set(types::options e=types::nulltype)
Definition: phy_ded.cc:17700
asn1::rrc::pucch_cfg_ded_r13_s::pucch_format_r13_c_::operator==
bool operator==(const pucch_format_r13_c_ &other) const
Definition: phy_ded.cc:14045
asn1::rrc::csi_rs_cfg_emimo_v1430_c::set
void set(types::options e=types::nulltype)
Definition: phy_ded.cc:2213
asn1::rrc::ul_pwr_ctrl_ded_v1530_s::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:18340
asn1::rrc::pdsch_cfg_ded_v1130_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:13101
asn1::rrc::epdcch_cfg_r11_s::cfg_r11_c_::setup_s_::sf_pattern_cfg_r11_c_::types
setup_e types
Definition: phy_ded.h:5171
asn1::rrc::csi_rs_cfg_emimo_v1480_c::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:2437
asn1::rrc::pucch_cfg_ded_v1130_s::n1_pucch_an_cs_v1130_c_::set_release
void set_release()
Definition: phy_ded.cc:15045
asn1::rrc::srs_ul_cfg_ded_up_pts_ext_r13_c::setup_s_::srs_bw_r13_opts::number_type
uint8_t number_type
Definition: phy_ded.h:7270
asn1::rrc::spdcch_cfg_r15_c::setup
setup_s_ & setup()
Definition: phy_ded.h:4140
asn1::rrc::cqi_report_periodic_proc_ext_r11_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:2764
asn1::rrc::sched_request_cfg_v1530_c::set_release
void set_release()
Definition: phy_ded.cc:10742
asn1::rrc::pusch_cfg_ded_v1530_s::ce_pusch_sub_prb_cfg_r15_c_::setup_s_
Definition: phy_ded.h:6517
asn1::rrc::spdcch_elems_r15_c::setup_s_::spdcch_set_cfg_id_r15_present
bool spdcch_set_cfg_id_r15_present
Definition: phy_ded.h:2094
asn1::rrc::cqi_report_periodic_proc_ext_r11_s::csi_cfg_idx_r11_c_::setup_s_::ri_cfg_idx2_r11_present
bool ri_cfg_idx2_r11_present
Definition: phy_ded.h:1193
asn1::rrc::srs_cfg_ap_r13_s::cyclic_shift_ap_r13_opts::options
options
Definition: phy_ded.h:4262
asn1::rrc::spdcch_cfg_r15_c::setup_s_::spdcch_l1_reuse_ind_r15_opts::n1
@ n1
Definition: phy_ded.h:4114
asn1::rrc::srs_ul_cfg_ded_up_pts_ext_r13_c::setup_s_::tx_comb_num_r13_opts::nulltype
@ nulltype
Definition: phy_ded.h:7293
asn1::rrc::cqi_report_cfg_r15_c::type
types type() const
Definition: phy_ded.h:3546
asn1::rrc::sched_request_cfg_c::setup_s_::dsr_trans_max_opts::spare2
@ spare2
Definition: phy_ded.h:6828
asn1::rrc::ant_info_ded_r10_s::tx_mode_r10_opts::value
enum asn1::rrc::ant_info_ded_r10_s::tx_mode_r10_opts::options value
asn1::rrc::eimta_main_cfg_serv_cell_r12_c::setup_s_::mbsfn_sf_cfg_list_v1250_c_::setup_s_
Definition: phy_ded.h:3914
asn1::rrc::pusch_cfg_ded_r13_s::uci_on_pusch_c_::c
setup_s_ c
Definition: phy_ded.h:6317
asn1::rrc::cqi_report_periodic_r10_c::setup_s_::cqi_format_ind_periodic_r10_c_::subband_cqi_r10_s_::periodicity_factor_r10_opts::n2
@ n2
Definition: phy_ded.h:1862
asn1::rrc::cqi_report_periodic_r10_c::setup_s_::cqi_format_ind_periodic_r10_c_::types_opts::subband_cqi_r10
@ subband_cqi_r10
Definition: phy_ded.h:1875
asn1::rrc::pusch_enhance_cfg_r14_c::setup_s_::interv_ul_hop_pusch_enh_r14_c_::set
void set(types::options e=types::nulltype)
Definition: phy_ded.cc:16258
asn1::rrc::pusch_cfg_ded_r13_s::uci_on_pusch_c_::set_release
void set_release()
Definition: phy_ded.cc:15531
asn1::rrc::pusch_cfg_ded_r13_s::pusch_dmrs_r11
pusch_dmrs_r11_c_ pusch_dmrs_r11
Definition: phy_ded.h:6333
asn1::rrc::ant_info_ded_v1530_c::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:12081
asn1::rrc::pucch_cfg_ded_v1020_s::pucch_format_r10_c_::ch_sel_r10_s_::n1_pucch_an_cs_r10_c_::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:14957
asn1::rrc::ant_info_ded_stti_r15_c::setup_s_::codebook_subset_restrict_c_::set
void set(types::options e=types::nulltype)
Definition: phy_ded.cc:8584
asn1::rrc::ant_info_ded_v1530_c::setup_c_::ue_tx_ant_sel_srs_minus2_t4_r_nr_of_pairs_r15_opts::options
options
Definition: phy_ded.h:4878
asn1::rrc::epdcch_set_cfg_r11_s::operator==
bool operator==(const epdcch_set_cfg_r11_s &other) const
Definition: phy_ded.cc:7155
asn1::rrc::cqi_report_aperiodic_v1310_c::c
setup_s_ c
Definition: phy_ded.h:1695
asn1::rrc::srs_cfg_ap_v1310_s::cyclic_shift_ap_v1310
cyclic_shift_ap_v1310_e_ cyclic_shift_ap_v1310
Definition: phy_ded.h:4318
asn1::rrc::srs_ul_cfg_ded_v1310_c::setup_s_::tx_comb_num_r13_e_
enumerated< tx_comb_num_r13_opts > tx_comb_num_r13_e_
Definition: phy_ded.h:6977
asn1::rrc::ul_pwr_ctrl_ded_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:18047
asn1::rrc::srs_cfg_ap_r13_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:10581
asn1::rrc::srs_cfg_ap_v1310_s::cyclic_shift_ap_v1310_present
bool cyclic_shift_ap_v1310_present
Definition: phy_ded.h:4315
asn1::rrc::epdcch_set_cfg_r11_s::re_map_qcl_cfg_id_r11_present
bool re_map_qcl_cfg_id_r11_present
Definition: phy_ded.h:2881
asn1::rrc::cqi_report_cfg_v1310_s::cqi_report_periodic_v1310_present
bool cqi_report_periodic_v1310_present
Definition: phy_ded.h:2427
asn1::rrc::pdsch_cfg_ded_v1310_s
Definition: phy_ded.h:5365
asn1::rrc::epdcch_set_cfg_r11_s::mpdcch_cfg_r13_c_::setup_s_::mpdcch_num_repeat_r13_opts::r256
@ r256
Definition: phy_ded.h:2834
asn1::rrc::pusch_cfg_ded_v1250_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:15821
asn1::rrc::cqi_report_aperiodic_v1250_c::operator==
bool operator==(const cqi_report_aperiodic_v1250_c &other) const
Definition: phy_ded.cc:4113
asn1::rrc::pucch_cfg_ded_r13_s::pucch_num_repeat_ce_r13_present
bool pucch_num_repeat_ce_r13_present
Definition: phy_ded.h:5942
asn1::rrc::pusch_cfg_ded_v1250_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:15815
asn1::rrc::delta_tx_d_offset_list_pucch_r10_s::delta_tx_d_offset_pucch_format3_r10_opts::nulltype
@ nulltype
Definition: phy_ded.h:3809
asn1::rrc::cqi_report_cfg_v1530_s::operator==
bool operator==(const cqi_report_cfg_v1530_s &other) const
Definition: phy_ded.cc:12610
asn1::rrc::slot_or_subslot_pdsch_cfg_r15_c::slot_or_subslot_pdsch_cfg_r15_c
slot_or_subslot_pdsch_cfg_r15_c()=default
asn1::rrc::cqi_report_cfg_v1250_s::csi_sf_pattern_cfg_r12_c_::csi_sf_pattern_cfg_r12_c_
csi_sf_pattern_cfg_r12_c_()=default
asn1::rrc::cqi_report_periodic_r10_c::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:4883
asn1::rrc::ant_info_ded_r10_s::tx_mode_r10_opts::to_string
const char * to_string() const
Definition: phy_ded.cc:11910
asn1::rrc::cqi_report_periodic_r10_c::setup_s_::cqi_format_ind_periodic_r10_c_::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:5013
asn1::rrc::epdcch_set_cfg_r11_s::num_prb_pairs_v1310_c_::operator!=
bool operator!=(const num_prb_pairs_v1310_c_ &other) const
Definition: phy_ded.h:2742
asn1::rrc::cfi_pattern_cfg_r15_s::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:12508
asn1::rrc::pusch_cfg_ded_r13_s::uci_on_pusch_c_::setup_s_::beta_offset2_ack_idx_sf_set2_r13
uint8_t beta_offset2_ack_idx_sf_set2_r13
Definition: phy_ded.h:6285
asn1::rrc::cqi_report_aperiodic_proc_r11_s
Definition: phy_ded.h:687
asn1::rrc::srs_cfg_ap_r10_s::srs_bw_ap_r10_opts::to_string
const char * to_string() const
Definition: phy_ded.cc:10558
asn1::rrc::srs_ul_cfg_ded_c::setup_s_::srs_bw
srs_bw_e_ srs_bw
Definition: phy_ded.h:6909
asn1::rrc::cqi_report_periodic_r10_c::setup_s_::cqi_format_ind_periodic_r10_c_::wideband_cqi_r10_s_::csi_report_mode_r10_e_
enumerated< csi_report_mode_r10_opts > csi_report_mode_r10_e_
Definition: phy_ded.h:1854
asn1::rrc::phys_cfg_ded_s::must_cfg_r14_c_
Definition: phy_ded.h:7626
asn1::rrc::pucch_format3_conf_r13_s::two_ant_port_activ_pucch_format3_r13_c_::operator==
bool operator==(const two_ant_port_activ_pucch_format3_r13_c_ &other) const
Definition: phy_ded.cc:10283
asn1::rrc::csi_rs_cfg_non_precoded_v1430_s::codebook_cfg_n1_v1430_opts::n7
@ n7
Definition: phy_ded.h:593
asn1::rrc::pucch_cfg_ded_v1020_s::pucch_format_r10_c_::types_opts::options
options
Definition: phy_ded.h:6008
asn1::rrc::eimta_main_cfg_serv_cell_r12_c::set_release
void set_release()
Definition: phy_ded.cc:9885
asn1::rrc::cqi_report_aperiodic_proc_v1310_s::trigger010_r13
bool trigger010_r13
Definition: phy_ded.h:704
asn1::rrc::ul_pwr_ctrl_ded_s::psrs_offset
uint8_t psrs_offset
Definition: phy_ded.h:7360
asn1::rrc::cqi_report_aperiodic_v1310_c::setup_s_::aperiodic_csi_trigger2_r13_c_::set
void set(types::options e=types::nulltype)
Definition: phy_ded.cc:4260
asn1::rrc::csi_rs_cfg_non_precoded_r13_s::codebook_cfg_n1_r13_opts::n2
@ n2
Definition: phy_ded.h:534
asn1::rrc::srs_ul_cfg_ded_c::setup_s_::cyclic_shift_opts::cs2
@ cs2
Definition: phy_ded.h:6900
asn1::rrc::csi_rs_cfg_emimo_v1430_c::setup_c_::types_opts::bf_v1430
@ bf_v1430
Definition: phy_ded.h:894
asn1::rrc::phys_cfg_ded_s::add_spec_emission_ca_r10
copy_ptr< add_spec_emission_ca_r10_c_ > add_spec_emission_ca_r10
Definition: phy_ded.h:7898
asn1::rrc::sched_request_cfg_v1020_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:17039
asn1::rrc::srs_cfg_ap_r10_s::srs_bw_ap_r10_opts::bw2
@ bw2
Definition: phy_ded.h:4220
asn1::rrc::pusch_cfg_ded_v1530_s::ce_pusch_flex_start_prb_alloc_cfg_r15_c_::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:16037
asn1::rrc::pucch_cfg_ded_r13_s::nka_pucch_param_r13_c_::type
types type() const
Definition: phy_ded.h:5777
asn1::rrc::csi_rs_cfg_non_precoded_r13_s::codebook_over_sampling_rate_cfg_o2_r13_opts::n4
@ n4
Definition: phy_ded.h:558
asn1::rrc::phys_cfg_ded_s::type_a_srs_tpc_pdcch_group_r14_c_::type_a_srs_tpc_pdcch_group_r14_c_
type_a_srs_tpc_pdcch_group_r14_c_()=default
asn1::bounded_array< uint8_t, 7 >
asn1::rrc::csi_rs_cfg_nzp_r11_s::mbsfn_sf_cfg_list_v1430_c_
Definition: phy_ded.h:243
asn1::rrc::dmrs_cfg_r11_c::operator==
bool operator==(const dmrs_cfg_r11_c &other) const
Definition: phy_ded.cc:9634
asn1::rrc::srs_ul_cfg_ded_up_pts_ext_r13_c::c
setup_s_ c
Definition: phy_ded.h:7340
asn1::rrc::ant_info_ded_v920_s::codebook_subset_restrict_v920_c_::n2_tx_ant_tm8_r9
fixed_bitstring< 6 > & n2_tx_ant_tm8_r9()
Definition: phy_ded.h:4975
asn1::rrc::csi_rs_cfg_nzp_emimo_r13_c::setup_s_::cdm_type_r13_opts::cdm4
@ cdm4
Definition: phy_ded.h:380
asn1::rrc::spdcch_elems_r15_c::setup_s_::spdcch_set_ref_sig_r15_e_
enumerated< spdcch_set_ref_sig_r15_opts > spdcch_set_ref_sig_r15_e_
Definition: phy_ded.h:2063
asn1::rrc::pucch_cfg_ded_r13_s::pucch_num_repeat_ce_r13_c_::setup_c_::mode_b_s_::pucch_num_repeat_ce_format1_r13_opts::nulltype
@ nulltype
Definition: phy_ded.h:5833
asn1::rrc::sched_request_cfg_v1530_c::setup_s_::sr_slot_spucch_idx_fh_r15
uint16_t sr_slot_spucch_idx_fh_r15
Definition: phy_ded.h:4347
asn1::rrc::srs_tpc_pdcch_cfg_r14_c::setup_s_::srs_cc_set_idxlist_r14_l_
dyn_array< srs_cc_set_idx_r14_s > srs_cc_set_idxlist_r14_l_
Definition: phy_ded.h:6785
asn1::rrc::p_c_and_cbsr_r11_s::p_c_r11
int8_t p_c_r11
Definition: phy_ded.h:675
asn1::rrc::csi_rs_cfg_non_precoded_r13_s::codebook_cfg_n1_r13_opts::to_string
const char * to_string() const
Definition: phy_ded.cc:1434
asn1::rrc::pucch_cfg_ded_r13_s::pucch_num_repeat_ce_r13_c_::setup_c_::mode_a_s_::pucch_num_repeat_ce_format1_r13_opts::to_string
const char * to_string() const
Definition: phy_ded.cc:14634
asn1::rrc::spucch_cfg_r15_c::setup_s_::dummy
dummy_s_ dummy
Definition: phy_ded.h:4172
asn1::rrc::pucch_cfg_ded_v1250_s::nka_pucch_param_r12_c_::set_release
void set_release()
Definition: phy_ded.cc:15199
asn1::rrc::spdcch_elems_r15_c::setup_s_::rate_matching_mode_r15_opts::to_string
const char * to_string() const
Definition: phy_ded.cc:5658
asn1::rrc::cqi_report_periodic_r10_c::setup_s_::cqi_format_ind_periodic_r10_c_::c
choice_buffer_t< subband_cqi_r10_s_, wideband_cqi_r10_s_ > c
Definition: phy_ded.h:1919
asn1::rrc::csi_rs_cfg_emimo_v1480_c::setup_c_::type_
types type_
Definition: phy_ded.h:1019
asn1::rrc::cqi_report_both_v1310_s::csi_im_cfg_to_add_mod_list_ext_r13_present
bool csi_im_cfg_to_add_mod_list_ext_r13_present
Definition: phy_ded.h:1830
asn1::rrc::phys_cfg_ded_s::csi_rs_cfg_v1430
copy_ptr< csi_rs_cfg_v1430_s > csi_rs_cfg_v1430
Definition: phy_ded.h:7951
asn1::rrc::pusch_enhance_cfg_r14_c::setup_s_::interv_ul_hop_pusch_enh_r14_c_::interv_fdd_pusch_enh_r14_opts::int2
@ int2
Definition: phy_ded.h:6567
asn1::rrc::pusch_cfg_ded_r13_s::uci_on_pusch_c_::setup_s_::beta_offset_mc_r12_s_::beta_offset_ack_idx_mc_sf_set2_r13
uint8_t beta_offset_ack_idx_mc_sf_set2_r13
Definition: phy_ded.h:6275
asn1::rrc::csi_rs_cfg_emimo_hybrid_r14_c::c
setup_s_ c
Definition: phy_ded.h:805
asn1::rrc::phys_cfg_ded_s::ant_info_c_::type
types type() const
Definition: phy_ded.h:7477
asn1::rrc::epdcch_set_cfg_r11_s::res_block_assign_r11_s_::res_block_assign_r11
bounded_bitstring< 4, 38 > res_block_assign_r11
Definition: phy_ded.h:2699
asn1::rrc::cqi_report_both_v1250_s::csi_im_cfg_to_add_mod_list_ext_r12_present
bool csi_im_cfg_to_add_mod_list_ext_r12_present
Definition: phy_ded.h:1815
asn1::rrc::ant_info_ded_stti_r15_c::setup_s_::codebook_subset_restrict_c_::set_n2_tx_ant_tm5_r15
fixed_bitstring< 4 > & set_n2_tx_ant_tm5_r15()
Definition: phy_ded.cc:8760
asn1::rrc::pucch_cfg_ded_r13_s::pucch_format_r13_c_::format3_r13_s_::n3_pucch_an_list_r13_present
bool n3_pucch_an_list_r13_present
Definition: phy_ded.h:5595
asn1::rrc::csi_rs_cfg_emimo_v1480_c::setup_c_::operator!=
bool operator!=(const setup_c_ &other) const
Definition: phy_ded.h:993
asn1::rrc::p_c_and_cbsr_r11_s::codebook_subset_restrict_r11
dyn_bitstring codebook_subset_restrict_r11
Definition: phy_ded.h:676
asn1::rrc::cqi_report_periodic_r10_c::setup_s_::cqi_format_ind_periodic_r10_c_::wideband_cqi_r10_s_::csi_report_mode_r10_present
bool csi_report_mode_r10_present
Definition: phy_ded.h:1857
asn1::rrc::pucch_cfg_ded_v1020_s::simul_pucch_pusch_r10_present
bool simul_pucch_pusch_r10_present
Definition: phy_ded.h:6060
asn1::rrc::eimta_main_cfg_serv_cell_r12_c::setup_s_::eimta_harq_ref_cfg_r12_opts::nulltype
@ nulltype
Definition: phy_ded.h:3906
asn1::rrc::csi_rs_cfg_nzp_r11_s::qcl_crs_info_r11_s_::mbsfn_sf_cfg_list_r11_c_::set_release
void set_release()
Definition: phy_ded.cc:543
asn1::rrc::tpc_idx_c::~tpc_idx_c
~tpc_idx_c()
Definition: phy_ded.h:2222
asn1::rrc::sched_request_cfg_v1530_c::setup_s_::dssr_trans_max_r15_opts::n4
@ n4
Definition: phy_ded.h:4333
asn1::rrc::csi_rs_cfg_emimo_hybrid_r14_c::setup_s_::periodicity_offset_idx_r14_present
bool periodicity_offset_idx_r14_present
Definition: phy_ded.h:773
asn1::rrc::epdcch_cfg_r11_s::cfg_r11_c_::type
types type() const
Definition: phy_ded.h:5216
asn1::rrc::srs_cfg_ap_r13_s::operator==
bool operator==(const srs_cfg_ap_r13_s &other) const
Definition: phy_ded.cc:10614
asn1::rrc::phys_cfg_ded_s::ant_info_ul_r10
copy_ptr< ant_info_ul_r10_s > ant_info_ul_r10
Definition: phy_ded.h:7887
asn1::rrc::phys_cfg_ded_s::must_cfg_r14_c_::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:20084
asn1::rrc::srs_ul_cfg_ded_aperiodic_up_pts_ext_r13_c::setup_s_::srs_up_pts_add_r13_e_
enumerated< srs_up_pts_add_r13_opts > srs_up_pts_add_r13_e_
Definition: phy_ded.h:7182
asn1::rrc::ant_info_ded_s::codebook_subset_restrict_c_::set_n2_tx_ant_tm4
fixed_bitstring< 6 > & set_n2_tx_ant_tm4()
Definition: phy_ded.cc:11665
asn1::rrc::pucch_cfg_ded_r13_s::pucch_num_repeat_ce_r13_c_::setup_c_::mode_b_s_::pucch_num_repeat_ce_format2_r13_opts::to_string
const char * to_string() const
Definition: phy_ded.cc:14703
asn1::rrc::pusch_cfg_ded_v1130_s::pusch_dmrs_r11_c_::operator!=
bool operator!=(const pusch_dmrs_r11_c_ &other) const
Definition: phy_ded.h:6381
asn1::rrc::srs_cfg_ap_v1310_s::cyclic_shift_ap_v1310_opts::options
options
Definition: phy_ded.h:4297
asn1::rrc::epdcch_set_cfg_r11_s::mpdcch_cfg_r13_c_::setup_s_::mpdcch_num_repeat_r13_opts::options
options
Definition: phy_ded.h:2834
asn1::rrc::csi_rs_cfg_non_precoded_v1530_s::p_c_and_cbsr_list_r15_present
bool p_c_and_cbsr_list_r15_present
Definition: phy_ded.h:662
asn1::rrc::epdcch_set_cfg_r11_s::mpdcch_cfg_r13_c_::setup_s_::mpdcch_start_sf_uess_r13_c_::fdd_r13_opts::v2
@ v2
Definition: phy_ded.h:2768
asn1::rrc::epdcch_set_cfg_r11_s::num_prb_pairs_v1310_c_::operator==
bool operator==(const num_prb_pairs_v1310_c_ &other) const
Definition: phy_ded.cc:7283
asn1::rrc::pucch_cfg_ded_v1130_s::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:15027
asn1::rrc::cqi_report_cfg_r10_s::cqi_report_periodic_r10_present
bool cqi_report_periodic_r10_present
Definition: phy_ded.h:2332
asn1::rrc::csi_process_r11_s::cqi_report_aperiodic_proc_v1310_c_
Definition: phy_ded.h:1362
asn1::rrc::csi_rs_cfg_emimo_r13_c::setup_c_::types
enumerated< types_opts > types
Definition: phy_ded.h:816
asn1::rrc::ant_info_ded_r10_s::tx_mode_r10_opts::tm9_v1020
@ tm9_v1020
Definition: phy_ded.h:4785
asn1::rrc::srs_ul_cfg_ded_v1310_c::setup_s_::tx_comb_num_r13_opts::n2
@ n2
Definition: phy_ded.h:6971
asn1::rrc::cqi_report_periodic_r10_c::setup_s_::csi_cfg_idx_r10_c_::c
setup_s_ c
Definition: phy_ded.h:1956
asn1::rrc::delta_tx_d_offset_list_spucch_r15_s::operator==
bool operator==(const delta_tx_d_offset_list_spucch_r15_s &other) const
Definition: phy_ded.cc:6970
asn1::rrc::ul_pwr_ctrl_ded_s::accumulation_enabled
bool accumulation_enabled
Definition: phy_ded.h:7358
asn1::rrc::ant_info_ded_v1530_c::setup_c_::ue_tx_ant_sel_srs_minus2_t4_r_nr_of_pairs_r15_opts::two
@ two
Definition: phy_ded.h:4878
asn1::rrc::csi_rs_cfg_r15_c::setup_s_::csi_rs_cfg_v1430
csi_rs_cfg_v1430_s csi_rs_cfg_v1430
Definition: phy_ded.h:3657
asn1::rrc::csi_rs_cfg_emimo_r13_c::setup_c_::operator!=
bool operator!=(const setup_c_ &other) const
Definition: phy_ded.h:829
asn1::rrc::csi_rs_cfg_bf_r13_s::csi_im_cfg_id_list_r13_present
bool csi_im_cfg_id_list_r13_present
Definition: phy_ded.h:461
asn1::rrc::csi_rs_cfg_nzp_r11_s::qcl_crs_info_r11_s_::qcl_scrambling_id_r11
uint16_t qcl_scrambling_id_r11
Definition: phy_ded.h:239
asn1::rrc::phys_cfg_ded_s::ant_info_r10_c_::types_opts::options
options
Definition: phy_ded.h:7501
asn1::rrc::srs_ul_cfg_ded_c::setup_s_::srs_hop_bw_opts::hbw3
@ hbw3
Definition: phy_ded.h:6892
asn1::rrc::pucch_cfg_ded_v1130_s::n1_pucch_an_cs_v1130_c_
Definition: phy_ded.h:6073
asn1::rrc::epdcch_set_cfg_r11_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:7031
asn1::rrc::srs_ul_cfg_ded_aperiodic_up_pts_ext_r13_c::setup_s_::srs_cfg_idx_ap_r13
uint8_t srs_cfg_idx_ap_r13
Definition: phy_ded.h:7223
asn1::rrc::csi_rs_cfg_emimo_r13_c::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:2045
asn1::rrc::spdcch_cfg_r15_c::spdcch_cfg_r15_c
spdcch_cfg_r15_c()=default
asn1::rrc::csi_rs_cfg_emimo_hybrid_r14_c::setup_s_::periodicity_offset_idx_r14
uint16_t periodicity_offset_idx_r14
Definition: phy_ded.h:775
asn1::rrc::srs_ul_cfg_ded_c::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:17095
asn1::rrc::pucch_cfg_ded_r13_s::nka_pucch_param_r13_c_::type_
types type_
Definition: phy_ded.h:5798
asn1::rrc::phys_cfg_ded_stti_r15_c::operator!=
bool operator!=(const phys_cfg_ded_stti_r15_c &other) const
Definition: phy_ded.h:6719
asn1::rrc::csi_process_r11_s::cqi_report_aperiodic_proc2_r12_c_::cqi_report_aperiodic_proc2_r12_c_
cqi_report_aperiodic_proc2_r12_c_()=default
asn1::rrc::spdcch_elems_r15_c::setup_s_::dci7_candidates_per_al_pdcch_r15_present
bool dci7_candidates_per_al_pdcch_r15_present
Definition: phy_ded.h:2099
asn1::rrc::csi_process_r11_s::cqi_report_aperiodic_proc2_v1310_c_::c
cqi_report_aperiodic_proc_v1310_s c
Definition: phy_ded.h:1420
asn1::rrc::srs_cfg_ap_r13_s::cyclic_shift_ap_r13_opts::nulltype
@ nulltype
Definition: phy_ded.h:4262
asn1::rrc::phys_cfg_ded_s::ant_info_r10_c_::types
enumerated< types_opts > types
Definition: phy_ded.h:7505
asn1::rrc::pusch_cfg_ded_r13_s::uci_on_pusch_c_::setup_s_::beta_offset_mc_r12_s_
Definition: phy_ded.h:6273
asn1::rrc::ant_info_ded_r10_s::tx_mode_r10_opts::tm5
@ tm5
Definition: phy_ded.h:4781
asn1::rrc::pusch_cfg_ded_v1530_s::ce_pusch_flex_start_prb_alloc_cfg_r15_c_::types
setup_e types
Definition: phy_ded.h:6489
asn1::rrc::cqi_report_periodic_r10_c::setup_s_::cqi_pucch_res_idx_p1_r10
uint16_t cqi_pucch_res_idx_p1_r10
Definition: phy_ded.h:1965
asn1::rrc::pucch_cfg_ded_r13_s::spatial_bundling_pucch_r13
bool spatial_bundling_pucch_r13
Definition: phy_ded.h:5949
asn1::rrc::cqi_report_mode_aperiodic_opts::number_type
uint8_t number_type
Definition: phy_ded.h:445
asn1::rrc::srs_cfg_ap_v1310_s::tx_comb_num_r13_opts::value
enum asn1::rrc::srs_cfg_ap_v1310_s::tx_comb_num_r13_opts::options value
asn1::rrc::csi_rs_cfg_non_precoded_r13_s::codebook_over_sampling_rate_cfg_o1_r13_opts::value
enum asn1::rrc::csi_rs_cfg_non_precoded_r13_s::codebook_over_sampling_rate_cfg_o1_r13_opts::options value
asn1::rrc::pusch_cfg_ded_v1020_s::dmrs_with_occ_activ_r10_present
bool dmrs_with_occ_activ_r10_present
Definition: phy_ded.h:6355
asn1::rrc::epdcch_cfg_r11_s::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:12747
asn1::rrc::spucch_cfg_r15_c::setup_s_::dummy_s_::n3_spucch_an_list_r15_l_
bounded_array< uint16_t, 4 > n3_spucch_an_list_r15_l_
Definition: phy_ded.h:4162
asn1::rrc::phys_cfg_ded_s::semi_open_loop_r14
bool semi_open_loop_r14
Definition: phy_ded.h:7954
asn1::rrc::slot_or_subslot_pusch_cfg_r15_c::setup_s_::beta_offset_subslot_cqi_idx_r15_present
bool beta_offset_subslot_cqi_idx_r15_present
Definition: phy_ded.h:4486
asn1::rrc::cqi_report_cfg_v1250_s::alt_cqi_table_r12_opts::number_type
uint8_t number_type
Definition: phy_ded.h:2398
asn1::rrc::pucch_cfg_ded_r13_s::pucch_format_r13_present
bool pucch_format_r13_present
Definition: phy_ded.h:5934
asn1::rrc::cqi_report_cfg_r10_s::cqi_report_periodic_r10
cqi_report_periodic_r10_c cqi_report_periodic_r10
Definition: phy_ded.h:2337
asn1::rrc::ul_pwr_ctrl_ded_v1250_s::set2_pwr_ctrl_param_c_::setup_s_::tpc_sf_set_r12
fixed_bitstring< 10 > tpc_sf_set_r12
Definition: phy_ded.h:7403
asn1::rrc::ul_pwr_ctrl_ded_s::p0_ue_pucch
int8_t p0_ue_pucch
Definition: phy_ded.h:7359
asn1::rrc::csi_rs_cfg_emimo_hybrid_r14_c::set
void set(types::options e=types::nulltype)
Definition: phy_ded.cc:1909
asn1::rrc::pucch_cfg_ded_r13_s::pucch_format_r13_c_::ch_sel_r13_s_::n1_pucch_an_cs_r13
n1_pucch_an_cs_r13_c_ n1_pucch_an_cs_r13
Definition: phy_ded.h:5642
asn1::rrc::cqi_report_aperiodic_v1250_c::setup_s_::aperiodic_csi_trigger_v1250_s_::trigger_sf_set_ind_r12_opts::to_string
const char * to_string() const
Definition: phy_ded.cc:4125
asn1::rrc::cqi_report_cfg_r15_c::setup_s_::cqi_report_cfg_v1430
cqi_report_cfg_v1430_s cqi_report_cfg_v1430
Definition: phy_ded.h:3538
asn1::rrc::pdsch_cfg_ded_v1310_s::dmrs_cfg_pdsch_v1310
dmrs_cfg_v1310_s dmrs_cfg_pdsch_v1310
Definition: phy_ded.h:5367
asn1::rrc::pucch_cfg_ded_s::tdd_ack_nack_feedback_mode_opts::options
options
Definition: phy_ded.h:5485
asn1::rrc::cqi_report_both_r11_s::csi_process_to_release_list_r11
csi_process_to_release_list_r11_l csi_process_to_release_list_r11
Definition: phy_ded.h:1801
asn1::rrc::phys_cfg_ded_stti_r15_c::setup_s_::eimta_main_cfg_r12
eimta_main_cfg_r12_c eimta_main_cfg_r12
Definition: phy_ded.h:6698
asn1::rrc::zero_tx_pwr_csi_rs_conf_r12_c::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:6034
asn1::rrc::phys_cfg_ded_s::pdsch_cfg_ded_v1430
copy_ptr< pdsch_cfg_ded_v1430_s > pdsch_cfg_ded_v1430
Definition: phy_ded.h:7945
asn1::rrc::srs_ul_cfg_ded_up_pts_ext_r13_c::setup_s_::srs_up_pts_add_r13_opts::sym2
@ sym2
Definition: phy_ded.h:7261
asn1::rrc::csi_rs_cfg_non_precoded_r13_s::codebook_cfg_n1_r13_opts::n4
@ n4
Definition: phy_ded.h:534
asn1::rrc::ant_info_ded_v1530_c::setup_c_::types_opts::to_number
int8_t to_number() const
Definition: rrc.cc:890
asn1::rrc::pucch_cfg_ded_v1020_s::pucch_format_r10_c_::set_format3_r10
pucch_format3_conf_r13_s & set_format3_r10()
Definition: phy_ded.cc:14845
asn1::rrc::p_c_and_cbsr_r13_s::cbsr_sel_r13_c_::bf_kn_r13_s_::codebook_subset_restrict_r13
dyn_bitstring codebook_subset_restrict_r13
Definition: phy_ded.h:69
asn1::rrc::pucch_cfg_ded_r13_s::pucch_format_r13_c_::types_opts::options
options
Definition: phy_ded.h:5662
asn1::rrc::pdsch_cfg_ded_s::p_a_opts::to_number
float to_number() const
Definition: phy_ded.cc:13067
asn1::rrc::spdcch_elems_r15_c::setup_s_::dmrs_scrambling_seq_int_r15
uint16_t dmrs_scrambling_seq_int_r15
Definition: phy_ded.h:2110
asn1::rrc::pdsch_cfg_ded_s::p_a_opts::options
options
Definition: phy_ded.h:5294
asn1::rrc::pusch_cfg_ded_r13_s::pusch_hop_cfg_r13_present
bool pusch_hop_cfg_r13_present
Definition: phy_ded.h:6327
asn1::rrc::srs_cfg_ap_v1310_s::cyclic_shift_ap_v1310_opts::cs9
@ cs9
Definition: phy_ded.h:4297
asn1::rrc::ant_info_ul_r10_s::operator==
bool operator==(const ant_info_ul_r10_s &other) const
Definition: phy_ded.cc:12382
asn1::rrc::pucch_cfg_ded_r13_s::pucch_format_r13_c_::format3_r13
format3_r13_s_ & format3_r13()
Definition: phy_ded.h:5683
asn1::rrc::srs_ul_cfg_ded_c::setup_s_::srs_bw_opts::to_string
const char * to_string() const
Definition: phy_ded.cc:17147
asn1::rrc::cqi_report_aperiodic_proc_v1310_s::trigger011_r13
bool trigger011_r13
Definition: phy_ded.h:705
asn1::rrc::phys_cfg_ded_s::blind_pdsch_repeat_cfg_r15_c_::setup_s_::mcs_restrict_sf_pdsch_repeats_r15_opts::number_type
uint8_t number_type
Definition: phy_ded.h:7794
asn1::rrc::spdcch_cfg_r15_c::setup_s_::spdcch_l1_reuse_ind_r15_opts::number_type
uint8_t number_type
Definition: phy_ded.h:4115
asn1::rrc::pdsch_re_map_qcl_cfg_r11_s::mbsfn_sf_cfg_list_v1430_c_::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:8096
asn1::rrc::p_c_and_cbsr_r13_s::cbsr_sel_r13_c_
Definition: phy_ded.h:60
asn1::rrc::phys_cfg_ded_stti_r15_c::operator==
bool operator==(const phys_cfg_ded_stti_r15_c &other) const
Definition: phy_ded.cc:16717
asn1::rrc::pdsch_re_map_qcl_cfg_r11_s::optional_set_of_fields_r11_s_::crs_ports_count_r11_opts::nulltype
@ nulltype
Definition: phy_ded.h:2999
asn1::rrc::delta_tx_d_offset_list_pucch_v1130_s
Definition: phy_ded.h:3834
asn1::rrc::eimta_main_cfg_serv_cell_r12_c::setup_s_::eimta_ul_dl_cfg_idx_r12
uint8_t eimta_ul_dl_cfg_idx_r12
Definition: phy_ded.h:3948
asn1::rrc::spucch_elems_r15_c::set_setup
setup_s_ & set_setup()
Definition: phy_ded.cc:5678
asn1::rrc::cqi_report_aperiodic_hybrid_r14_s::triggers_r14_c_::~triggers_r14_c_
~triggers_r14_c_()
Definition: phy_ded.h:1731
asn1::rrc::ant_info_ded_s::tx_mode_opts::value
enum asn1::rrc::ant_info_ded_s::tx_mode_opts::options value
asn1::rrc::pdsch_re_map_qcl_cfg_r11_s::codeword_one_cfg_v1530_c_::setup_s_::mbsfn_sf_cfg_list_ext_v1530_present
bool mbsfn_sf_cfg_list_ext_v1530_present
Definition: phy_ded.h:3109
asn1::rrc::phys_cfg_ded_s::must_cfg_r14_c_::set_release
void set_release()
Definition: phy_ded.cc:20055
asn1::rrc::csi_im_cfg_ext_r12_s::ext
bool ext
Definition: phy_ded.h:1280
asn1::rrc::phys_cfg_ded_s::blind_pdsch_repeat_cfg_r15_c_::setup_s_::max_num_slot_subslot_pdsch_repeats_r15_opts
Definition: phy_ded.h:7768
asn1::rrc::ant_info_ded_v1530_c::ant_info_ded_v1530_c
ant_info_ded_v1530_c()=default
asn1::rrc::epdcch_set_cfg_r11_s::mpdcch_cfg_r13_c_::setup_s_::mpdcch_pdsch_hop_cfg_r13_opts::options
options
Definition: phy_ded.h:2761
asn1::rrc::phys_cfg_ded_s::semi_static_cfi_cfg_r15_c_::setup_c_::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:20309
asn1::rrc::ant_info_ded_stti_r15_c::setup_s_::codebook_subset_restrict_c_::codebook_subset_restrict_c_
codebook_subset_restrict_c_()=default
asn1::rrc::ant_info_ded_s::codebook_subset_restrict_c_::types_opts::n4_tx_ant_tm6
@ n4_tx_ant_tm6
Definition: phy_ded.h:4612
asn1::rrc::sched_request_cfg_c
Definition: phy_ded.h:6825
asn1::rrc::tpc_idx_c::type_
types type_
Definition: phy_ded.h:2255
asn1::rrc::enable256_qam_r14_c::setup_c_::~setup_c_
~setup_c_()
Definition: phy_ded.h:2927
asn1::rrc::cqi_report_periodic_r10_c::setup_s_::csi_cfg_idx_r10_c_::csi_cfg_idx_r10_c_
csi_cfg_idx_r10_c_()=default
asn1::rrc::srs_ul_cfg_ded_aperiodic_up_pts_ext_r13_c::setup
setup_s_ & setup()
Definition: phy_ded.h:7239
asn1::rrc::phys_cfg_ded_s::pusch_cfg_ded_v1020
copy_ptr< pusch_cfg_ded_v1020_s > pusch_cfg_ded_v1020
Definition: phy_ded.h:7892
asn1::rrc::pusch_cfg_ded_v1130_s::pusch_dmrs_r11_c_::setup_s_::npusch_id_r11
uint16_t npusch_id_r11
Definition: phy_ded.h:6368
asn1::rrc::pdcch_candidate_reductions_r13_c::setup_s_::pdcch_candidate_reduction_al3_r13
pdcch_candidate_reduction_value_r13_e pdcch_candidate_reduction_al3_r13
Definition: phy_ded.h:5257
asn1::rrc::csi_rs_cfg_nzp_r11_s::ant_ports_count_r11_opts::to_string
const char * to_string() const
Definition: phy_ded.cc:517
asn1::rrc::pucch_cfg_ded_r13_s::pucch_format_r13_c_::types_opts
Definition: phy_ded.h:5661
asn1::rrc::pucch_cfg_ded_v1130_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:15013
asn1::rrc::cqi_report_aperiodic_hybrid_r14_s::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:4370
asn1::rrc::pucch_cfg_ded_r13_s::pucch_num_repeat_ce_r13_c_::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:14431
asn1::rrc::srs_ul_cfg_ded_up_pts_ext_r13_c
Definition: phy_ded.h:7258
asn1::rrc::pucch_cfg_ded_r13_s::operator!=
bool operator!=(const pucch_cfg_ded_r13_s &other) const
Definition: phy_ded.h:5961
asn1::rrc::ant_info_ded_stti_r15_c::setup_s_::codebook_subset_restrict_c_::set_n2_tx_ant_tm3_r15
fixed_bitstring< 2 > & set_n2_tx_ant_tm3_r15()
Definition: phy_ded.cc:8740
asn1::rrc::csi_rs_cfg_emimo_v1530_c::setup_c_::operator==
bool operator==(const setup_c_ &other) const
Definition: phy_ded.cc:2717
asn1::rrc::ul_pwr_ctrl_ded_v1250_s::set2_pwr_ctrl_param_c_::type
types type() const
Definition: phy_ded.h:7413
asn1::rrc::spucch_elems_r15_c::setup_s_::n1_slot_spucch_no_fh_an_list_r15
uint16_t n1_slot_spucch_no_fh_an_list_r15
Definition: phy_ded.h:2170
asn1::rrc::srs_cfg_ap_r10_s::cyclic_shift_ap_r10_opts::cs1
@ cs1
Definition: phy_ded.h:4228
asn1::rrc::csi_rs_cfg_v1430_s::advanced_codebook_enabled_r14
bool advanced_codebook_enabled_r14
Definition: phy_ded.h:2602
asn1::rrc::pucch_cfg_ded_s::tdd_ack_nack_feedback_mode
tdd_ack_nack_feedback_mode_e_ tdd_ack_nack_feedback_mode
Definition: phy_ded.h:5494
asn1::rrc::pucch_cfg_ded_r13_s::pucch_num_repeat_ce_r13_c_::setup_c_::mode_a_s_::pucch_num_repeat_ce_format1_r13_opts::nulltype
@ nulltype
Definition: phy_ded.h:5811
asn1::rrc::cqi_report_aperiodic_v1310_c::operator==
bool operator==(const cqi_report_aperiodic_v1310_c &other) const
Definition: phy_ded.cc:4246
asn1::rrc::pusch_cfg_ded_v1530_s::ce_pusch_sub_prb_cfg_r15_c_::ce_pusch_sub_prb_cfg_r15_c_
ce_pusch_sub_prb_cfg_r15_c_()=default
asn1::rrc::pucch_cfg_ded_v1020_s::pucch_format_r10_c_::ch_sel_r10_s_::n1_pucch_an_cs_r10_c_::c
setup_s_ c
Definition: phy_ded.h:6000
asn1::rrc::cqi_report_aperiodic_r10_c::set
void set(types::options e=types::nulltype)
Definition: phy_ded.cc:3953
asn1::rrc::ant_info_ded_v1530_c::setup_c_::ue_tx_ant_sel_srs_minus2_t4_r_nr_of_pairs_r15_opts::three
@ three
Definition: phy_ded.h:4878
asn1::rrc::csi_rs_cfg_non_precoded_r13_s::codebook_over_sampling_rate_cfg_o2_r13_opts::value
enum asn1::rrc::csi_rs_cfg_non_precoded_r13_s::codebook_over_sampling_rate_cfg_o2_r13_opts::options value
asn1::rrc::srs_ul_cfg_ded_aperiodic_v1310_c::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:17569
asn1::rrc::spdcch_elems_r15_c::type_
types type_
Definition: phy_ded.h:2146
asn1::rrc::csi_rs_cfg_nzp_emimo_r13_c::set
void set(types::options e=types::nulltype)
Definition: phy_ded.cc:940
asn1::rrc::cqi_report_periodic_proc_ext_r11_s::cqi_format_ind_periodic_r11_c_::wideband_cqi_r11_s_::csi_report_mode_r11_present
bool csi_report_mode_r11_present
Definition: phy_ded.h:1125
asn1::rrc::cri_report_cfg_r13_c::operator==
bool operator==(const cri_report_cfg_r13_c &other) const
Definition: phy_ded.cc:1901
asn1::rrc::ant_info_ded_stti_r15_c::setup_s_::max_layers_mimo_stti_r15_e_
enumerated< max_layers_mimo_stti_r15_opts > max_layers_mimo_stti_r15_e_
Definition: phy_ded.h:3446
asn1::rrc::pusch_enhance_cfg_r14_c::setup_s_::interv_ul_hop_pusch_enh_r14_c_::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:16315
asn1::rrc::spdcch_elems_r15_c::setup_s_::tx_type_r15_opts::localised
@ localised
Definition: phy_ded.h:2065
asn1::rrc::srs_ul_cfg_ded_aperiodic_v1310_c
Definition: phy_ded.h:7096
asn1::rrc::csi_rs_cfg_r10_s::csi_rs_r10_c_::set
void set(types::options e=types::nulltype)
Definition: phy_ded.cc:6598
asn1::rrc::slot_or_subslot_pdsch_cfg_r15_c::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:10950
asn1::rrc::pucch_cfg_ded_s::tdd_ack_nack_feedback_mode_present
bool tdd_ack_nack_feedback_mode_present
Definition: phy_ded.h:5492
asn1::rrc::epdcch_set_cfg_r11_s::mpdcch_cfg_r13_c_::setup_s_::csi_num_repeat_ce_r13_opts::sf2
@ sf2
Definition: phy_ded.h:2753
asn1::rrc::cqi_report_periodic_r10_c::setup_s_::csi_cfg_idx_r10
csi_cfg_idx_r10_c_ csi_cfg_idx_r10
Definition: phy_ded.h:1970
asn1::rrc::eimta_main_cfg_serv_cell_r12_c::setup_s_::mbsfn_sf_cfg_list_v1250_c_::c
setup_s_ c
Definition: phy_ded.h:3944
asn1::rrc::csi_rs_cfg_emimo2_r14_c::set
void set(types::options e=types::nulltype)
Definition: phy_ded.cc:1260
asn1::rrc::spucch_cfg_v1550_c::spucch_cfg_v1550_c
spucch_cfg_v1550_c()=default
asn1::rrc::cfi_pattern_cfg_r15_s::cfi_pattern_sf_r15
cfi_pattern_sf_r15_l_ cfi_pattern_sf_r15
Definition: phy_ded.h:5066
asn1::rrc::phys_cfg_ded_s::pucch_cfg_ded_r13
copy_ptr< pucch_cfg_ded_r13_s > pucch_cfg_ded_r13
Definition: phy_ded.h:7923
asn1::rrc::pusch_enhance_cfg_r14_c::setup_s_::interv_ul_hop_pusch_enh_r14_c_::type
types type() const
Definition: phy_ded.h:6595
asn1::rrc::cqi_report_cfg_v1250_s::csi_sf_pattern_cfg_r12_c_::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:6356
asn1::rrc::csi_rs_cfg_nzp_r11_s::qcl_crs_info_r11_s_::mbsfn_sf_cfg_list_r11_c_
Definition: phy_ded.h:203
asn1::rrc::epdcch_set_cfg_r11_s::mpdcch_cfg_r13_c_::setup_s_::mpdcch_start_sf_uess_r13_c_::set_fdd_r13
fdd_r13_e_ & set_fdd_r13()
Definition: phy_ded.cc:7438
asn1::rrc::phys_cfg_ded_s::blind_pdsch_repeat_cfg_r15_c_::setup_s_::max_num_slot_subslot_pdsch_repeats_r15_opts::options
options
Definition: phy_ded.h:7769
asn1::rrc::csi_rs_cfg_nzp_emimo_r13_c::setup_s_::nzp_res_cfg_list_r13_l_
dyn_array< nzp_res_cfg_r13_s > nzp_res_cfg_list_r13_l_
Definition: phy_ded.h:378
asn1::rrc::ant_info_ul_r10_s::tx_mode_ul_r10_opts::nulltype
@ nulltype
Definition: phy_ded.h:5018
asn1::rrc::pucch_cfg_ded_s::ack_nack_repeat_c_::setup_s_::repeat_factor_opts::to_string
const char * to_string() const
Definition: phy_ded.cc:13511
asn1::rrc::tpc_idx_c::type
types type() const
Definition: phy_ded.h:2224
asn1::rrc::ant_info_ded_v1530_c::setup_c_::ue_tx_ant_sel_srs_minus2_t4_r_nr_of_pairs_r15_opts::value
enum asn1::rrc::ant_info_ded_v1530_c::setup_c_::ue_tx_ant_sel_srs_minus2_t4_r_nr_of_pairs_r15_opts::options value
asn1::rrc::epdcch_cfg_r11_s::cfg_r11_c_::c
setup_s_ c
Definition: phy_ded.h:5238
asn1::rrc::spucch_cfg_r15_c::setup_s_::two_ant_port_activ_spucch_format1a1b_r15_present
bool two_ant_port_activ_spucch_format1a1b_r15_present
Definition: phy_ded.h:4170
asn1::rrc::delta_tx_d_offset_list_pucch_r10_s::operator!=
bool operator!=(const delta_tx_d_offset_list_pucch_r10_s &other) const
Definition: phy_ded.h:3830
asn1::rrc::spdcch_elems_r15_c::setup_s_::sf_type_r15_e_
enumerated< sf_type_r15_opts > sf_type_r15_e_
Definition: phy_ded.h:2082
asn1::rrc::epdcch_set_cfg_r11_s::res_block_assign_r11_s_::num_prb_pairs_r11_opts::n4
@ n4
Definition: phy_ded.h:2689
asn1::rrc::slot_or_subslot_pdsch_cfg_r15_c::set_setup
setup_s_ & set_setup()
Definition: phy_ded.cc:10945
asn1::rrc::pucch_cfg_ded_v1430_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:15259
asn1::rrc::tdd_pusch_up_pts_r14_c::setup_s_::sym_pusch_up_pts_r14_opts::value
enum asn1::rrc::tdd_pusch_up_pts_r14_c::setup_s_::sym_pusch_up_pts_r14_opts::options value
asn1::rrc::eimta_main_cfg_r12_c::setup_s_::eimta_rnti_r12
fixed_bitstring< 16 > eimta_rnti_r12
Definition: phy_ded.h:3868
asn1::rrc::ant_info_ded_stti_r15_c::setup_s_::tx_mode_dl_mbsfn_r15_opts::tm10
@ tm10
Definition: phy_ded.h:3238
asn1::rrc::csi_rs_cfg_non_precoded_v1430_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:1494
asn1::rrc::csi_im_cfg_ext_r12_s::res_cfg_r12
uint8_t res_cfg_r12
Definition: phy_ded.h:1282
asn1::rrc::srs_ul_cfg_ded_aperiodic_v1310_c::setup_s_::srs_cfg_ap_dci_format4_v1310_present
bool srs_cfg_ap_dci_format4_v1310_present
Definition: phy_ded.h:7137
asn1::rrc::ant_info_ded_stti_r15_c::setup_s_::codebook_subset_restrict_c_::n4_tx_ant_tm5_r15
fixed_bitstring< 16 > & n4_tx_ant_tm5_r15()
Definition: phy_ded.h:3314
asn1::rrc::phys_cfg_ded_s::ce_mode_r13
copy_ptr< ce_mode_r13_c_ > ce_mode_r13
Definition: phy_ded.h:7932
asn1::rrc::pucch_cfg_ded_r13_s::pucch_num_repeat_ce_r13_c_::setup_c_::mode_a_s_::pucch_num_repeat_ce_format2_r13_opts::r1
@ r1
Definition: phy_ded.h:5819
asn1::rrc::pucch_cfg_ded_s::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:13434
asn1::rrc::delta_tx_d_offset_list_pucch_r10_s::delta_tx_d_offset_pucch_format22a2b_r10_opts::number_type
int8_t number_type
Definition: phy_ded.h:3802
asn1::rrc::csi_rs_cfg_zp_r11_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:6917
asn1::rrc::cqi_report_periodic_v1130_s::simul_ack_nack_and_cqi_format3_r11_present
bool simul_ack_nack_and_cqi_format3_r11_present
Definition: phy_ded.h:2004
asn1::rrc::pucch_cfg_ded_r13_s::nka_pucch_param_r13_c_::set_setup
setup_s_ & set_setup()
Definition: phy_ded.cc:14338
asn1::rrc::cqi_report_aperiodic_r10_c::setup
setup_s_ & setup()
Definition: phy_ded.h:1542
asn1::rrc::pucch_cfg_ded_r13_s::pucch_format_r13_c_::ch_sel_r13_s_::n1_pucch_an_cs_r13_c_::operator==
bool operator==(const n1_pucch_an_cs_r13_c_ &other) const
Definition: phy_ded.cc:14252
asn1::rrc::srs_ul_cfg_ded_c::setup_s_::cyclic_shift_opts
Definition: phy_ded.h:6899
asn1::rrc::sched_request_cfg_v1530_c::setup_s_::dssr_trans_max_r15_opts::options
options
Definition: phy_ded.h:4333
asn1::rrc::csi_rs_cfg_v1310_s::emimo_type_r13
csi_rs_cfg_emimo_r13_c emimo_type_r13
Definition: phy_ded.h:2585
asn1::rrc::spdcch_elems_r15_c::setup_s_::tx_type_r15
tx_type_r15_e_ tx_type_r15
Definition: phy_ded.h:2108
asn1::rrc::spucch_elems_r15_c::setup_s_::n4_spucch_slot_res_r15
n4_spucch_slot_res_r15_l_ n4_spucch_slot_res_r15
Definition: phy_ded.h:2172
asn1::rrc::srs_ul_cfg_ded_aperiodic_up_pts_ext_r13_c::setup_s_::srs_activ_ap_r13_c_::setup
setup_s_ & setup()
Definition: phy_ded.h:7201
asn1::rrc::pucch_cfg_ded_r13_s::pucch_num_repeat_ce_r13_c_::setup_c_::mode_b_s_::pucch_num_repeat_ce_format2_r13_e_
enumerated< pucch_num_repeat_ce_format2_r13_opts > pucch_num_repeat_ce_format2_r13_e_
Definition: phy_ded.h:5847
asn1::rrc::cqi_report_aperiodic_hybrid_r14_s::triggers_r14_c_::types_opts::three_bit_r14
@ three_bit_r14
Definition: phy_ded.h:1719
asn1::rrc::pdsch_re_map_qcl_cfg_r11_s::optional_set_of_fields_r11_s_::pdsch_start_r11_opts
Definition: phy_ded.h:3039
asn1::rrc::csi_rs_cfg_non_precoded_r13_s::codebook_cfg_n2_r13_opts::to_string
const char * to_string() const
Definition: phy_ded.cc:1445
asn1::rrc::pucch_cfg_ded_r13_s::npucch_param_r13_c_::types
setup_e types
Definition: phy_ded.h:5739
asn1::rrc::pucch_cfg_ded_r13_s::pucch_format_r13_c_::format3_r13_s_::two_ant_port_activ_pucch_format3_r13_c_::type_
types type_
Definition: phy_ded.h:5590
asn1::rrc::tpc_pdcch_cfg_c::setup_s_
Definition: phy_ded.h:3200
asn1::rrc::pusch_enhance_cfg_r14_c::setup_s_::interv_ul_hop_pusch_enh_r14_c_::interv_tdd_pusch_enh_r14
interv_tdd_pusch_enh_r14_e_ & interv_tdd_pusch_enh_r14()
Definition: phy_ded.h:6605
asn1::rrc::pdcch_candidate_reductions_r13_c::type
types type() const
Definition: phy_ded.h:5266
asn1::rrc::tpc_pdcch_cfg_c::tpc_pdcch_cfg_c
tpc_pdcch_cfg_c()=default
asn1::rrc::pucch_cfg_ded_v1250_s::nka_pucch_param_r12_c_::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:15225
asn1::rrc::csi_rs_cfg_nzp_emimo_v1430_s::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:1052
asn1::rrc::pucch_cfg_ded_r13_s::codebooksize_determination_r13_present
bool codebooksize_determination_r13_present
Definition: phy_ded.h:5940
asn1::rrc::slot_or_subslot_pusch_cfg_r15_c::setup_s_::ul_dmrs_ifdma_slot_or_subslot_r15
bool ul_dmrs_ifdma_slot_or_subslot_r15
Definition: phy_ded.h:4499
asn1::rrc::cqi_report_cfg_v1250_s::alt_cqi_table_r12_opts::csi_sf_set2
@ csi_sf_set2
Definition: phy_ded.h:2397
asn1::rrc::cqi_report_aperiodic_hybrid_r14_s::triggers_r14_c_::three_bit_r14_s_
Definition: phy_ded.h:1709
asn1::rrc::csi_rs_cfg_nzp_r11_s::qcl_crs_info_r11_s_::mbsfn_sf_cfg_list_r11_c_::type
types type() const
Definition: phy_ded.h:212
asn1::rrc::csi_rs_cfg_non_precoded_v1480_s::codebook_cfg_n2_r1480_e_
enumerated< codebook_cfg_n2_r1480_opts > codebook_cfg_n2_r1480_e_
Definition: phy_ded.h:641
asn1::rrc::phys_cfg_ded_s::semi_static_cfi_cfg_r15_c_::setup_c_::types_opts::to_string
const char * to_string() const
Definition: rrc.cc:1023
asn1::rrc::phys_cfg_ded_stti_r15_c::setup_s_::sched_request_cfg_v1530_present
bool sched_request_cfg_v1530_present
Definition: phy_ded.h:6670
asn1::rrc::pusch_enhance_cfg_r14_c::setup_s_::interv_ul_hop_pusch_enh_r14_c_::interv_tdd_pusch_enh_r14_opts::nulltype
@ nulltype
Definition: phy_ded.h:6575
asn1::rrc::pusch_enhance_cfg_r14_c::set_release
void set_release()
Definition: phy_ded.cc:16178
asn1::rrc::pucch_cfg_ded_s::ack_nack_repeat
ack_nack_repeat_c_ ack_nack_repeat
Definition: phy_ded.h:5493
asn1::rrc::cqi_report_cfg_r15_c::setup_s_::alt_cqi_table_minus1024_qam_r15_opts::options
options
Definition: phy_ded.h:3517
asn1::rrc::epdcch_cfg_r11_s::cfg_r11_c_::setup_s_::sf_pattern_cfg_r11
sf_pattern_cfg_r11_c_ sf_pattern_cfg_r11
Definition: phy_ded.h:5206
asn1::rrc::p_c_and_cbsr_r11_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:1680
asn1::rrc::tpc_idx_c::operator==
bool operator==(const tpc_idx_c &other) const
Definition: phy_ded.cc:5989
asn1::rrc::cqi_report_periodic_v1320_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:5337
asn1::rrc::phys_cfg_ded_s::ul_pwr_ctrl_ded_present
bool ul_pwr_ctrl_ded_present
Definition: phy_ded.h:7863
asn1::rrc::short_tti_len_r15_e
enumerated< short_tti_len_r15_opts > short_tti_len_r15_e
Definition: phy_ded.h:3196
asn1::rrc::pucch_cfg_ded_r13_s::pucch_format_r13_c_::format4_r13_s_::format4_res_cfg_r13
format4_res_cfg_r13_l_ format4_res_cfg_r13
Definition: phy_ded.h:5650
asn1::rrc::srs_ul_cfg_ded_up_pts_ext_r13_c::setup_s_::srs_bw_r13_opts::nulltype
@ nulltype
Definition: phy_ded.h:7269
asn1::rrc::ul_pwr_ctrl_ded_s::delta_mcs_enabled_opts::en0
@ en0
Definition: phy_ded.h:7346
asn1::rrc::ant_info_ded_v920_s::codebook_subset_restrict_v920_c_::set_n4_tx_ant_tm8_r9
fixed_bitstring< 32 > & set_n4_tx_ant_tm8_r9()
Definition: phy_ded.cc:12293
asn1::rrc::epdcch_set_cfg_r11_s::res_block_assign_r11_s_::num_prb_pairs_r11_e_
enumerated< num_prb_pairs_r11_opts > num_prb_pairs_r11_e_
Definition: phy_ded.h:2695
asn1::rrc::cqi_report_cfg_v1130_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:6226
asn1::rrc::csi_rs_cfg_r15_c::set
void set(types::options e=types::nulltype)
Definition: phy_ded.cc:9380
asn1::rrc::cqi_report_periodic_r10_c::setup_s_::cqi_format_ind_periodic_r10_c_::subband_cqi_r10_s_::periodicity_factor_r10_opts::number_type
uint8_t number_type
Definition: phy_ded.h:1863
asn1::rrc::pusch_cfg_ded_r13_s::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:15394
asn1::rrc::csi_rs_cfg_r10_s::zero_tx_pwr_csi_rs_r10_present
bool zero_tx_pwr_csi_rs_r10_present
Definition: phy_ded.h:2517
asn1::rrc::epdcch_set_cfg_r11_s::mpdcch_cfg_r13_c_::setup_s_::mpdcch_start_sf_uess_r13_c_::tdd_r13_opts::v2
@ v2
Definition: phy_ded.h:2777
asn1::rrc::cqi_report_periodic_v1130_s::cqi_report_periodic_proc_ext_to_release_list_r11
cqi_report_periodic_proc_ext_to_release_list_r11_l cqi_report_periodic_proc_ext_to_release_list_r11
Definition: phy_ded.h:2007
asn1::rrc::sched_request_cfg_c::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:16961
asn1::rrc::srs_cfg_ap_r10_s::srs_bw_ap_r10_e_
enumerated< srs_bw_ap_r10_opts > srs_bw_ap_r10_e_
Definition: phy_ded.h:4226
asn1::rrc::csi_rs_cfg_emimo_r13_c::type
types type() const
Definition: phy_ded.h:865
asn1::rrc::cqi_report_periodic_c
Definition: phy_ded.h:3572
asn1::rrc::epdcch_cfg_r11_s::cfg_r11_c_::setup_s_::sf_pattern_cfg_r11_c_::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:12917
asn1::rrc::csi_rs_cfg_v1480_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:12673
asn1::rrc::ant_info_ded_stti_r15_c::setup_s_::codebook_subset_restrict_c_::set_n2_tx_ant_tm9and10_r15
fixed_bitstring< 6 > & set_n2_tx_ant_tm9and10_r15()
Definition: phy_ded.cc:8790
asn1::rrc::cqi_report_periodic_proc_ext_r11_s::csi_cfg_idx_r11_c_::set
void set(types::options e=types::nulltype)
Definition: phy_ded.cc:3059
asn1::rrc::eimta_main_cfg_serv_cell_r12_c::setup_s_::mbsfn_sf_cfg_list_v1250_c_::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:9982
asn1::rrc::ant_info_ded_s::codebook_subset_restrict_c_::n2_tx_ant_tm5
fixed_bitstring< 4 > & n2_tx_ant_tm5()
Definition: phy_ded.h:4651
asn1::rrc::csi_rs_cfg_non_precoded_v1480_s::codebook_cfg_n1_v1480_opts::to_number
uint8_t to_number() const
Definition: phy_ded.cc:1623
asn1::rrc::csi_rs_cfg_non_precoded_r13_s::codebook_over_sampling_rate_cfg_o1_r13_opts::nulltype
@ nulltype
Definition: phy_ded.h:550
asn1::rrc::enable256_qam_r14_c::setup_c_::type
types type() const
Definition: phy_ded.h:2929
asn1::rrc::cqi_report_periodic_proc_ext_r11_s::cqi_format_ind_periodic_r11_c_::wideband_cqi_r11_s_
Definition: phy_ded.h:1114
asn1::rrc::cqi_report_both_r11_s::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:4646
asn1::rrc::cqi_report_aperiodic_proc_v1310_s::trigger110_r13
bool trigger110_r13
Definition: phy_ded.h:708
asn1::rrc::cqi_report_cfg_r15_c::type_
types type_
Definition: phy_ded.h:3567
asn1::rrc::phys_cfg_ded_s::must_cfg_r14_c_::setup_s_::p_a_must_r14_opts::db_minus6
@ db_minus6
Definition: phy_ded.h:7637
asn1::rrc::srs_ul_cfg_ded_up_pts_ext_r13_c::setup_s_::cyclic_shift_r13_opts::cs9
@ cs9
Definition: phy_ded.h:7285
asn1::rrc::epdcch_set_cfg_r11_s::mpdcch_cfg_r13_c_::setup_s_::csi_num_repeat_ce_r13_opts::to_number
uint8_t to_number() const
Definition: phy_ded.cc:7377
asn1::rrc::csi_rs_cfg_emimo_hybrid_r14_c::operator!=
bool operator!=(const csi_rs_cfg_emimo_hybrid_r14_c &other) const
Definition: phy_ded.h:788
asn1::rrc::ul_pwr_ctrl_ded_v1250_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:18208
asn1::rrc::phys_cfg_ded_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:18828
asn1::rrc::cri_report_cfg_r13_c::setup_s_::cri_cfg_idx2_r13
uint16_t cri_cfg_idx2_r13
Definition: phy_ded.h:738
asn1::rrc::pucch_cfg_ded_v1020_s
Definition: phy_ded.h:5965
asn1::rrc::epdcch_set_cfg_r11_s::mpdcch_cfg_r13_c_::setup_s_::mpdcch_start_sf_uess_r13_c_::operator!=
bool operator!=(const mpdcch_start_sf_uess_r13_c_ &other) const
Definition: phy_ded.h:2802
asn1::rrc::cqi_report_cfg_s
Definition: phy_ded.h:5078
asn1::rrc::srs_tpc_pdcch_cfg_r14_c::c
setup_s_ c
Definition: phy_ded.h:6821
asn1::rrc::slot_or_subslot_pusch_cfg_r15_c::setup_s_::beta_offset_subslot_cqi_idx_r15
uint8_t beta_offset_subslot_cqi_idx_r15
Definition: phy_ded.h:4496
asn1::rrc::cqi_report_periodic_proc_ext_r11_s::csi_cfg_idx_r11_c_::operator==
bool operator==(const csi_cfg_idx_r11_c_ &other) const
Definition: phy_ded.cc:3133
asn1::rrc::spucch_cfg_v1550_c::set
void set(types::options e=types::nulltype)
Definition: phy_ded.cc:16771
asn1::rrc::csi_process_r11_s::cqi_report_aperiodic_proc2_r12_c_
Definition: phy_ded.h:1332
asn1::rrc::pdsch_re_map_qcl_cfg_r11_s::codeword_one_cfg_v1530_c_::setup_s_
Definition: phy_ded.h:3089
asn1::rrc::cqi_report_aperiodic_v1250_c::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:4094
asn1::rrc::srs_ul_cfg_ded_up_pts_ext_r13_c::setup_s_::srs_up_pts_add_r13_opts::to_string
const char * to_string() const
Definition: phy_ded.cc:17991
asn1::rrc::cqi_report_cfg_r15_c::setup_s_::cqi_report_cfg_v1130
cqi_report_cfg_v1130_s cqi_report_cfg_v1130
Definition: phy_ded.h:3534
asn1::rrc::pdsch_re_map_qcl_cfg_r11_s::optional_set_of_fields_r11_s_::pdsch_start_r11_opts::reserved
@ reserved
Definition: phy_ded.h:3040
asn1::rrc::phys_cfg_ded_s::cqi_report_cfg_v1310
copy_ptr< cqi_report_cfg_v1310_s > cqi_report_cfg_v1310
Definition: phy_ded.h:7926
asn1::rrc::srs_ul_cfg_ded_up_pts_ext_r13_c::setup_s_::srs_hop_bw_r13_opts
Definition: phy_ded.h:7276
asn1::rrc::eimta_main_cfg_serv_cell_r12_c::c
setup_s_ c
Definition: phy_ded.h:3979
asn1::rrc::enable256_qam_r14_c::operator==
bool operator==(const enable256_qam_r14_c &other) const
Definition: phy_ded.cc:7624
asn1::rrc::ant_info_ded_v1530_c::setup_c_::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:12128
asn1::rrc::delta_tx_d_offset_list_pucch_v1130_s::operator==
bool operator==(const delta_tx_d_offset_list_pucch_v1130_s &other) const
Definition: phy_ded.cc:9775
asn1::rrc::csi_rs_cfg_emimo_v1430_c::set_release
void set_release()
Definition: phy_ded.cc:2217
asn1::rrc::epdcch_set_cfg_r11_s::mpdcch_cfg_r13_c_::type
types type() const
Definition: phy_ded.h:2854
asn1::rrc::pucch_cfg_ded_r13_s::pucch_num_repeat_ce_r13_c_::setup_c_::mode_b_s_::pucch_num_repeat_ce_format2_r13_opts::to_number
uint8_t to_number() const
Definition: phy_ded.cc:14714
asn1::rrc::pusch_cfg_ded_v1130_s::pusch_dmrs_r11_c_::set
void set(types::options e=types::nulltype)
Definition: phy_ded.cc:15743
asn1::rrc::setup_e
enumerated< setup_opts > setup_e
Definition: common.h:340
asn1::rrc::csi_rs_cfg_v1250_s::ds_zero_tx_pwr_csi_rs_r12_c_::ds_zero_tx_pwr_csi_rs_r12_c_
ds_zero_tx_pwr_csi_rs_r12_c_()=default
asn1::rrc::cqi_report_aperiodic_v1250_c
Definition: phy_ded.h:1561
asn1::rrc::csi_rs_cfg_nzp_r11_s::csi_rs_cfg_nzp_id_v1310_present
bool csi_rs_cfg_nzp_id_v1310_present
Definition: phy_ded.h:288
asn1::rrc::cqi_report_periodic_proc_ext_r11_s::cri_report_cfg_r13
copy_ptr< cri_report_cfg_r13_c > cri_report_cfg_r13
Definition: phy_ded.h:1246
asn1::rrc::cqi_report_cfg_r10_s::csi_sf_pattern_cfg_r10_c_::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:6158
asn1::rrc::phys_cfg_ded_s::csi_rs_cfg_nzp_to_add_mod_list_ext_r13
copy_ptr< csi_rs_cfg_nzp_to_add_mod_list_ext_r13_l > csi_rs_cfg_nzp_to_add_mod_list_ext_r13
Definition: phy_ded.h:7933
asn1::rrc::csi_rs_cfg_v1430_s
Definition: phy_ded.h:2596
asn1::rrc::pusch_cfg_ded_r13_s::pusch_dmrs_r11_c_::type_
types type_
Definition: phy_ded.h:6268
asn1::rrc::pucch_cfg_ded_v1530_s::codebooksize_determination_stti_r15_opts::to_string
const char * to_string() const
Definition: phy_ded.cc:10156
asn1::rrc::phys_cfg_ded_s::semi_static_cfi_cfg_r15_c_::setup_c_::cfi_pattern_cfg_r15
cfi_pattern_cfg_r15_s & cfi_pattern_cfg_r15()
Definition: phy_ded.h:7707
asn1::rrc::cqi_report_periodic_proc_ext_r11_s::cqi_format_ind_periodic_r11_c_::wideband_cqi_r11_s_::csi_report_mode_r11_e_
enumerated< csi_report_mode_r11_opts > csi_report_mode_r11_e_
Definition: phy_ded.h:1122
asn1::rrc::srs_ul_cfg_ded_aperiodic_v1310_c::setup_s_::srs_cfg_ap_dci_format4_v1310_l_
dyn_array< srs_cfg_ap_v1310_s > srs_cfg_ap_dci_format4_v1310_l_
Definition: phy_ded.h:7098
asn1::rrc::sched_request_cfg_v1020_s::sr_pucch_res_idx_p1_r10_present
bool sr_pucch_res_idx_p1_r10_present
Definition: phy_ded.h:6871
asn1::rrc::delta_tx_d_offset_list_pucch_r10_s::delta_tx_d_offset_pucch_format1_r10_opts::to_string
const char * to_string() const
Definition: phy_ded.cc:9704
asn1::rrc::csi_rs_cfg_nzp_r11_s::qcl_crs_info_r11_s_::mbsfn_sf_cfg_list_r11_c_::operator==
bool operator==(const mbsfn_sf_cfg_list_r11_c_ &other) const
Definition: phy_ded.cc:606
asn1::rrc::cqi_report_cfg_r15_c::setup_s_::alt_cqi_table_minus1024_qam_r15_opts::spare1
@ spare1
Definition: phy_ded.h:3517
asn1::rrc::eimta_main_cfg_serv_cell_r12_c::setup_s_::mbsfn_sf_cfg_list_v1250_c_::operator!=
bool operator!=(const mbsfn_sf_cfg_list_v1250_c_ &other) const
Definition: phy_ded.h:3927
asn1::rrc::pdcch_candidate_reduction_value_r13_opts::n100
@ n100
Definition: phy_ded.h:4019
asn1::rrc::csi_rs_cfg_v1250_s::ds_zero_tx_pwr_csi_rs_r12_c_::type_
types type_
Definition: phy_ded.h:2564
asn1::rrc::csi_rs_cfg_emimo_v1530_c::setup_c_::type
types type() const
Definition: phy_ded.h:1065
asn1::rrc::csi_rs_cfg_nzp_v1430_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:265
asn1::rrc::cqi_report_periodic_proc_ext_r11_s::csi_cfg_idx_r11
csi_cfg_idx_r11_c_ csi_cfg_idx_r11
Definition: phy_ded.h:1243
asn1::rrc::eimta_main_cfg_r12_c::setup_s_::eimta_cmd_periodicity_r12_opts::to_string
const char * to_string() const
Definition: phy_ded.cc:9869
asn1::rrc::cqi_report_cfg_r15_c::setup_s_::alt_cqi_table_minus1024_qam_r15_opts::nulltype
@ nulltype
Definition: phy_ded.h:3517
asn1::rrc::pdsch_cfg_ded_v1530_s::qcl_operation_v1530_present
bool qcl_operation_v1530_present
Definition: phy_ded.h:5424
asn1::rrc::cri_report_cfg_r13_c::c
setup_s_ c
Definition: phy_ded.h:767
asn1::rrc::pucch_cfg_ded_s::ack_nack_repeat_c_::setup_s_::repeat_factor_opts::n4
@ n4
Definition: phy_ded.h:5445
asn1::rrc::srs_ul_cfg_ded_up_pts_ext_r13_c::setup_s_::srs_bw_r13
srs_bw_r13_e_ srs_bw_r13
Definition: phy_ded.h:7303
asn1::rrc::pucch_cfg_ded_v1020_s::pucch_format_r10_c_
Definition: phy_ded.h:5966
asn1::rrc::pucch_format3_conf_r13_s::two_ant_port_activ_pucch_format3_r13_c_::operator!=
bool operator!=(const two_ant_port_activ_pucch_format3_r13_c_ &other) const
Definition: phy_ded.h:4070
asn1::rrc::pdsch_cfg_ded_v1530_s::tbs_idx_alt3_r15_present
bool tbs_idx_alt3_r15_present
Definition: phy_ded.h:5425
asn1::rrc::phys_cfg_ded_s::csi_rs_cfg_v1310
copy_ptr< csi_rs_cfg_v1310_s > csi_rs_cfg_v1310
Definition: phy_ded.h:7931
asn1::rrc::phys_cfg_ded_s::ant_info_r10_c_::set_explicit_value_r10
ant_info_ded_r10_s & set_explicit_value_r10()
Definition: phy_ded.cc:19800
asn1::rrc::srs_ul_cfg_ded_c::setup_s_::srs_bw_e_
enumerated< srs_bw_opts > srs_bw_e_
Definition: phy_ded.h:6890
asn1::rrc::csi_rs_cfg_v1250_s
Definition: phy_ded.h:2530
asn1::rrc::csi_rs_cfg_bf_r13_s::csi_rs_cfg_nzp_id_list_ext_r13
csi_rs_cfg_nzp_id_list_ext_r13_l_ csi_rs_cfg_nzp_id_list_ext_r13
Definition: phy_ded.h:466
asn1::rrc::srs_ul_cfg_ded_aperiodic_up_pts_ext_r13_c::operator!=
bool operator!=(const srs_ul_cfg_ded_aperiodic_up_pts_ext_r13_c &other) const
Definition: phy_ded.h:7237
asn1::rrc::srs_cfg_ap_r13_s::cyclic_shift_ap_r13_opts::to_string
const char * to_string() const
Definition: phy_ded.cc:10632
asn1::rrc::ant_info_ded_s::tx_mode
tx_mode_e_ tx_mode
Definition: phy_ded.h:4763
asn1::rrc::spdcch_elems_r15_c::setup_s_::tx_type_r15_present
bool tx_type_r15_present
Definition: phy_ded.h:2096
asn1::rrc::csi_rs_cfg_bf_r13_s::p_c_and_cbsr_per_res_cfg_list_r13
p_c_and_cbsr_per_res_cfg_list_r13_l_ p_c_and_cbsr_per_res_cfg_list_r13
Definition: phy_ded.h:468
asn1::rrc::spdcch_elems_r15_c::setup_s_::al_start_point_spdcch_r15_present
bool al_start_point_spdcch_r15_present
Definition: phy_ded.h:2103
asn1::rrc::spdcch_elems_r15_c::setup_s_::spdcch_no_of_symbols_r15_present
bool spdcch_no_of_symbols_r15_present
Definition: phy_ded.h:2097
asn1::rrc::ul_pwr_ctrl_ded_v1250_s::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:18220
asn1::rrc::pucch_cfg_ded_r13_s::pucch_format_r13_c_::set_format5_r13
format5_r13_s_ & set_format5_r13()
Definition: phy_ded.cc:13887
asn1::rrc::spdcch_cfg_r15_c::setup_s_
Definition: phy_ded.h:4112
asn1::rrc::spucch_cfg_r15_c::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:10442
asn1::rrc::p_c_and_cbsr_r13_s::cbsr_sel_r13_c_::operator!=
bool operator!=(const cbsr_sel_r13_c_ &other) const
Definition: phy_ded.h:91
asn1::rrc::srs_ul_cfg_ded_up_pts_ext_r13_c::setup_s_::srs_up_pts_add_r13_opts::sym4
@ sym4
Definition: phy_ded.h:7261
asn1::rrc::csi_rs_cfg_bf_v1430_s::csi_rs_nzp_activation_r14
csi_rs_cfg_nzp_activation_r14_s csi_rs_nzp_activation_r14
Definition: phy_ded.h:489
asn1::rrc::cqi_report_periodic_c::setup_s_::cqi_format_ind_periodic_c_::subband_cqi_s_::k
uint8_t k
Definition: phy_ded.h:3576
asn1::rrc::cqi_report_periodic_proc_ext_r11_s::cqi_format_ind_periodic_r11_c_::destroy_
void destroy_()
Definition: phy_ded.cc:2846
asn1::rrc::srs_ul_cfg_ded_aperiodic_r10_c::setup_s_::srs_activ_ap_r10_c_
Definition: phy_ded.h:7021
asn1::rrc::pdsch_cfg_ded_v1130_s::operator==
bool operator==(const pdsch_cfg_ded_v1130_s &other) const
Definition: phy_ded.cc:13149
asn1::rrc::cqi_report_aperiodic_hybrid_r14_s::triggers_r14_c_::operator==
bool operator==(const triggers_r14_c_ &other) const
Definition: phy_ded.cc:4575
asn1::rrc::phys_cfg_ded_s::ant_info_v920
copy_ptr< ant_info_ded_v920_s > ant_info_v920
Definition: phy_ded.h:7883
asn1::rrc::csi_rs_cfg_bf_r14_s::ch_meas_restrict_r14_present
bool ch_meas_restrict_r14_present
Definition: phy_ded.h:355
asn1::rrc::phys_cfg_ded_s::eimta_main_cfg_pcell_r12
copy_ptr< eimta_main_cfg_serv_cell_r12_c > eimta_main_cfg_pcell_r12
Definition: phy_ded.h:7913
asn1::rrc::ul_pwr_ctrl_ded_v1020_s::delta_tx_d_offset_list_pucch_r10_present
bool delta_tx_d_offset_list_pucch_r10_present
Definition: phy_ded.h:7371
asn1::rrc::slot_or_subslot_pdsch_cfg_r15_c::setup_s_::res_alloc_r15_opts::res_alloc_type0
@ res_alloc_type0
Definition: phy_ded.h:4419
asn1::rrc::phys_cfg_ded_s::ant_info_c_::c
ant_info_ded_s c
Definition: phy_ded.h:7497
asn1::rrc::pucch_cfg_ded_s::tdd_ack_nack_feedback_mode_opts::mux
@ mux
Definition: phy_ded.h:5485
asn1::rrc::slot_or_subslot_pusch_cfg_r15_c::setup_s_::enable256_qam_slot_or_subslot_r15
enable256_qam_r14_c enable256_qam_slot_or_subslot_r15
Definition: phy_ded.h:4497
asn1::rrc::spdcch_elems_r15_c::setup_s_::spdcch_set_ref_sig_r15
spdcch_set_ref_sig_r15_e_ spdcch_set_ref_sig_r15
Definition: phy_ded.h:2107
asn1::rrc::phys_cfg_ded_s::must_cfg_r14_c_::setup_s_::k_max_r14_opts::nulltype
@ nulltype
Definition: phy_ded.h:7629
asn1::rrc::epdcch_set_cfg_r11_s::re_map_qcl_cfg_id_r11
uint8_t re_map_qcl_cfg_id_r11
Definition: phy_ded.h:2887
asn1::rrc::spdcch_elems_r15_c::setup_s_::sf_type_r15_opts::to_string
const char * to_string() const
Definition: phy_ded.cc:5652
asn1::rrc::ant_info_ul_stti_r15_s
Definition: phy_ded.h:3491
asn1::rrc::srs_ul_cfg_ded_c::setup_s_::srs_bw_opts::bw1
@ bw1
Definition: phy_ded.h:6884
asn1::rrc::cqi_report_cfg_r15_c::setup_s_::cqi_report_cfg_v1430_present
bool cqi_report_cfg_v1430_present
Definition: phy_ded.h:3531
asn1::rrc::ant_info_ul_r10_s::four_ant_port_activ_r10_present
bool four_ant_port_activ_r10_present
Definition: phy_ded.h:5028
asn1::rrc::csi_rs_cfg_nzp_r11_s::qcl_crs_info_r11_s_::mbsfn_sf_cfg_list_r11_c_::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:553
asn1::rrc::pucch_cfg_ded_v1130_s::npucch_param_r11_present
bool npucch_param_r11_present
Definition: phy_ded.h:6142
asn1::rrc::sched_request_cfg_c::setup_s_::dsr_trans_max_opts::spare1
@ spare1
Definition: phy_ded.h:6828
asn1::rrc::csi_rs_cfg_nzp_r11_s::mbsfn_sf_cfg_list_v1430_c_::operator!=
bool operator!=(const mbsfn_sf_cfg_list_v1430_c_ &other) const
Definition: phy_ded.h:257
asn1::rrc::phys_cfg_ded_s::add_spec_emission_ca_r10_c_::types
setup_e types
Definition: phy_ded.h:7536
asn1::rrc::ant_info_ded_v920_s::codebook_subset_restrict_v920_c_::types_opts::number_type
uint8_t number_type
Definition: phy_ded.h:4957
asn1::rrc::csi_rs_cfg_emimo_r13_c
Definition: phy_ded.h:809
asn1::rrc::cqi_report_mode_aperiodic_e
enumerated< cqi_report_mode_aperiodic_opts > cqi_report_mode_aperiodic_e
Definition: phy_ded.h:450
asn1::rrc::ul_pwr_ctrl_ded_v1250_s::set2_pwr_ctrl_param_c_::setup_s_::p0_ue_pusch_sf_set2_r12
int8_t p0_ue_pusch_sf_set2_r12
Definition: phy_ded.h:7406
asn1::rrc::delta_tx_d_offset_list_spucch_r15_s::ext
bool ext
Definition: phy_ded.h:2664
asn1::rrc::spdcch_elems_r15_c::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:5468
asn1::rrc::csi_rs_cfg_r15_c::type
types type() const
Definition: phy_ded.h:3664
asn1::rrc::phys_cfg_ded_s::ce_mode_r13_c_::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:19933
asn1::rrc::pusch_enhance_cfg_r14_c::setup_s_::interv_ul_hop_pusch_enh_r14_c_::interv_fdd_pusch_enh_r14_e_
enumerated< interv_fdd_pusch_enh_r14_opts > interv_fdd_pusch_enh_r14_e_
Definition: phy_ded.h:6573
asn1::rrc::pdsch_cfg_ded_v1430_s::ce_sched_enhancement_r14_opts::to_string
const char * to_string() const
Definition: phy_ded.cc:13318
asn1::rrc::pdsch_re_map_qcl_cfg_r11_s::optional_set_of_fields_r11_s_::crs_ports_count_r11_opts::spare1
@ spare1
Definition: phy_ded.h:2999
asn1::rrc::phys_cfg_ded_s::blind_pdsch_repeat_cfg_r15_c_::blind_pdsch_repeat_cfg_r15_c_
blind_pdsch_repeat_cfg_r15_c_()=default
asn1::rrc::csi_rs_cfg_zp_r11_s::sf_cfg_r11
uint8_t sf_cfg_r11
Definition: phy_ded.h:2617
asn1::rrc::epdcch_cfg_r11_s
Definition: phy_ded.h:5164
asn1::rrc::srs_cfg_ap_r13_s::cyclic_shift_ap_r13_opts::to_number
uint8_t to_number() const
Definition: phy_ded.cc:10637
asn1::rrc::csi_rs_cfg_emimo_v1530_c::set
void set(types::options e=types::nulltype)
Definition: phy_ded.cc:2635
asn1::rrc::srs_cfg_ap_r10_s::srs_bw_ap_r10
srs_bw_ap_r10_e_ srs_bw_ap_r10
Definition: phy_ded.h:4238
asn1::rrc::ant_info_ded_v1250_s::operator==
bool operator==(const ant_info_ded_v1250_s &other) const
Definition: phy_ded.cc:12025
asn1::rrc::cqi_report_both_v1310_s::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:4775
asn1::rrc::phys_cfg_ded_s::ant_info_r10_c_::explicit_value_r10
ant_info_ded_r10_s & explicit_value_r10()
Definition: phy_ded.h:7515
asn1::rrc::pucch_cfg_ded_v1530_s::codebooksize_determination_stti_r15_present
bool codebooksize_determination_stti_r15_present
Definition: phy_ded.h:4038
asn1::rrc::pucch_cfg_ded_v1130_s::n1_pucch_an_cs_v1130_c_::type_
types type_
Definition: phy_ded.h:6104
asn1::rrc::slot_or_subslot_pdsch_cfg_r15_c::setup_s_::alt_cqi_table_stti_r15_opts::value
enum asn1::rrc::slot_or_subslot_pdsch_cfg_r15_c::setup_s_::alt_cqi_table_stti_r15_opts::options value
asn1::rrc::pucch_cfg_ded_v1530_s::codebooksize_determination_stti_r15_opts::dai
@ dai
Definition: phy_ded.h:4030
asn1::rrc::srs_tpc_pdcch_cfg_r14_c::operator!=
bool operator!=(const srs_tpc_pdcch_cfg_r14_c &other) const
Definition: phy_ded.h:6804
asn1::rrc::epdcch_set_cfg_r11_s::mpdcch_cfg_r13_c_::setup_s_::mpdcch_num_repeat_r13
mpdcch_num_repeat_r13_e_ mpdcch_num_repeat_r13
Definition: phy_ded.h:2846
asn1::rrc::enable256_qam_r14_c::setup_c_::operator==
bool operator==(const setup_c_ &other) const
Definition: phy_ded.cc:7774
asn1::rrc::pusch_cfg_ded_v1130_s::pusch_dmrs_r11_c_::setup_s_::ndmrs_csh_id_r11
uint16_t ndmrs_csh_id_r11
Definition: phy_ded.h:6369
asn1::rrc::pusch_cfg_ded_v1250_s::uci_on_pusch_c_::setup
setup_s_ & setup()
Definition: phy_ded.h:6439
asn1::rrc::phys_cfg_ded_s::pdsch_cfg_ded_v1280
copy_ptr< pdsch_cfg_ded_v1280_s > pdsch_cfg_ded_v1280
Definition: phy_ded.h:7920
asn1::rrc::srs_ul_cfg_ded_up_pts_ext_r13_c::setup_s_::cyclic_shift_r13_opts::value
enum asn1::rrc::srs_ul_cfg_ded_up_pts_ext_r13_c::setup_s_::cyclic_shift_r13_opts::options value
asn1::rrc::slot_or_subslot_pdsch_cfg_r15_c::setup_s_::alt_cqi_table1024_qam_stti_r15_opts::value
enum asn1::rrc::slot_or_subslot_pdsch_cfg_r15_c::setup_s_::alt_cqi_table1024_qam_stti_r15_opts::options value
asn1::rrc::pucch_cfg_ded_v1130_s::n1_pucch_an_cs_v1130_c_::c
setup_s_ c
Definition: phy_ded.h:6105
asn1::rrc::phys_cfg_ded_s::blind_pdsch_repeat_cfg_r15_c_::setup
setup_s_ & setup()
Definition: phy_ded.h:7840
asn1::rrc::epdcch_set_cfg_r11_s::mpdcch_cfg_r13_c_::setup_s_::mpdcch_num_repeat_r13_opts::to_number
uint16_t to_number() const
Definition: phy_ded.cc:7556
asn1::rrc::srs_ul_cfg_ded_c
Definition: phy_ded.h:6881
asn1::rrc::slot_or_subslot_pdsch_cfg_r15_c::setup_s_::tbs_idx_alt3_stti_r15_present
bool tbs_idx_alt3_stti_r15_present
Definition: phy_ded.h:4434
asn1::rrc::cqi_report_both_v1250_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:4710
asn1::rrc::n4_spucch_res_r15_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:3898
asn1::rrc::slot_or_subslot_pusch_cfg_r15_c::set_setup
setup_s_ & set_setup()
Definition: phy_ded.cc:11118
asn1::rrc::csi_rs_cfg_r15_c::type_
types type_
Definition: phy_ded.h:3685
asn1::rrc::csi_rs_cfg_emimo_v1480_c
Definition: phy_ded.h:973
asn1::rrc::slot_or_subslot_pdsch_cfg_r15_c::setup_s_::alt_cqi_table_stti_r15_e_
enumerated< alt_cqi_table_stti_r15_opts > alt_cqi_table_stti_r15_e_
Definition: phy_ded.h:4409
asn1::rrc::tpc_pdcch_cfg_c::operator!=
bool operator!=(const tpc_pdcch_cfg_c &other) const
Definition: phy_ded.h:3214
asn1::rrc::ant_info_ded_r10_s::tx_mode_r10_opts::tm4
@ tm4
Definition: phy_ded.h:4780
asn1::rrc::csi_im_cfg_ext_r12_s::operator!=
bool operator!=(const csi_im_cfg_ext_r12_s &other) const
Definition: phy_ded.h:1296
asn1::rrc::epdcch_set_cfg_r11_s::csi_rs_cfg_zp_id2_r12_c_::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:7232
asn1::rrc::csi_rs_cfg_nzp_r11_s::mbsfn_sf_cfg_list_v1430_c_::set_release
void set_release()
Definition: phy_ded.cc:616
asn1::rrc::zero_tx_pwr_csi_rs_conf_r12_c::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:6049
asn1::rrc::pusch_cfg_ded_v1250_s::uci_on_pusch_c_::set_release
void set_release()
Definition: phy_ded.cc:15839
asn1::rrc::csi_rs_cfg_r10_s::csi_rs_r10_c_::setup_s_::ant_ports_count_r10
ant_ports_count_r10_e_ ant_ports_count_r10
Definition: phy_ded.h:2480
asn1::rrc::ant_info_ded_r10_s
Definition: phy_ded.h:4774
asn1::rrc::ant_info_ded_s::codebook_subset_restrict_c_::type
types type() const
Definition: phy_ded.h:4626
asn1::rrc::srs_ul_cfg_ded_up_pts_ext_r13_c::setup_s_::cyclic_shift_r13_opts::cs7
@ cs7
Definition: phy_ded.h:7285
asn1::rrc::pusch_cfg_ded_v1530_s::ce_pusch_flex_start_prb_alloc_cfg_r15_c_::set_setup
setup_s_ & set_setup()
Definition: phy_ded.cc:16032
asn1::rrc::ant_info_ded_s::ue_tx_ant_sel_c_::setup_opts::open_loop
@ open_loop
Definition: phy_ded.h:4728
asn1::rrc::sched_request_cfg_c::setup_s_::dsr_trans_max_opts::spare3
@ spare3
Definition: phy_ded.h:6828
asn1::rrc::pusch_cfg_ded_v1250_s::uci_on_pusch_c_::setup_s_::beta_offset_mc_r12_present
bool beta_offset_mc_r12_present
Definition: phy_ded.h:6423
asn1::rrc::pdcch_candidate_reduction_value_r13_opts::to_number
uint8_t to_number() const
Definition: phy_ded.cc:10101
asn1::rrc::pdsch_re_map_qcl_cfg_r11_s::codeword_one_cfg_v1530_c_::setup_s_::crs_ports_count_v1530_opts::n1
@ n1
Definition: phy_ded.h:3091
asn1::rrc::cqi_report_periodic_r10_c::setup_s_::cqi_format_ind_periodic_r10_c_::wideband_cqi_r10_s_::csi_report_mode_r10_opts::options
options
Definition: phy_ded.h:1848
asn1::rrc::cqi_report_periodic_proc_ext_r11_s::csi_cfg_idx_r11_c_::setup_s_::ri_cfg_idx2_r11
uint16_t ri_cfg_idx2_r11
Definition: phy_ded.h:1195
asn1::rrc::cqi_report_aperiodic_proc_v1310_s::operator!=
bool operator!=(const cqi_report_aperiodic_proc_v1310_s &other) const
Definition: phy_ded.h:716
asn1::rrc::srs_ul_cfg_ded_up_pts_ext_r13_c::setup_s_::tx_comb_r13
uint8_t tx_comb_r13
Definition: phy_ded.h:7308
asn1::rrc::zero_tx_pwr_csi_rs_conf_r12_c::type_
types type_
Definition: phy_ded.h:2289
asn1::rrc::pucch_cfg_ded_v1250_s::nka_pucch_param_r12_c_::setup_s_
Definition: phy_ded.h:6155
asn1::rrc::pdsch_re_map_qcl_cfg_r11_s::optional_set_of_fields_r11_s_::mbsfn_sf_cfg_list_r11_c_::operator==
bool operator==(const mbsfn_sf_cfg_list_r11_c_ &other) const
Definition: phy_ded.cc:8032
asn1::rrc::ul_pwr_ctrl_ded_s::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:18077
asn1::rrc::spdcch_elems_r15_c::setup_s_::sf_type_r15_opts::options
options
Definition: phy_ded.h:2078
asn1::rrc::cqi_report_aperiodic_hybrid_r14_s::triggers_r14_c_::types_opts::value
enum asn1::rrc::cqi_report_aperiodic_hybrid_r14_s::triggers_r14_c_::types_opts::options value
asn1::rrc::pdsch_cfg_ded_v1280_s::tbs_idx_alt_r12_e_
enumerated< tbs_idx_alt_r12_opts > tbs_idx_alt_r12_e_
Definition: phy_ded.h:5350
asn1::rrc::ant_info_ded_stti_r15_c::setup_s_::codebook_subset_restrict_c_::type_
types type_
Definition: phy_ded.h:3434
asn1::rrc::cqi_report_cfg_v1310_s::cqi_report_aperiodic_v1310_present
bool cqi_report_aperiodic_v1310_present
Definition: phy_ded.h:2426
asn1::rrc::cqi_report_periodic_r10_c::set_release
void set_release()
Definition: phy_ded.cc:4809
asn1::rrc::pucch_cfg_ded_r13_s::pucch_format_r13_c_::format3_r13_s_::two_ant_port_activ_pucch_format3_r13_c_::set_release
void set_release()
Definition: phy_ded.cc:14091
asn1::rrc::pdsch_cfg_ded_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:13045
asn1::rrc::epdcch_set_cfg_r11_s::mpdcch_cfg_r13_c_::setup_s_::mpdcch_start_sf_uess_r13_c_::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:7480
asn1::rrc::phys_cfg_ded_s::srs_ul_periodic_cfg_ded_up_pts_ext_list_r14
copy_ptr< srs_ul_periodic_cfg_ded_up_pts_ext_list_r14_l_ > srs_ul_periodic_cfg_ded_up_pts_ext_list_r14
Definition: phy_ded.h:7948
asn1::rrc::pdsch_re_map_qcl_cfg_r11_s::optional_set_of_fields_r11_s_::pdsch_start_r11_opts::nulltype
@ nulltype
Definition: phy_ded.h:3040
asn1::rrc::cqi_report_periodic_r10_c::setup_s_::cqi_format_ind_periodic_r10_c_::subband_cqi_r10_s_::periodicity_factor_r10_e_
enumerated< periodicity_factor_r10_opts > periodicity_factor_r10_e_
Definition: phy_ded.h:1868
asn1::rrc::cqi_report_cfg_r15_c::operator!=
bool operator!=(const cqi_report_cfg_r15_c &other) const
Definition: phy_ded.h:3551
asn1::rrc::pdsch_re_map_qcl_cfg_r11_s::optional_set_of_fields_r11_s_::crs_freq_shift_r11
uint8_t crs_freq_shift_r11
Definition: phy_ded.h:3051
asn1::rrc::srs_cfg_ap_r13_s::cyclic_shift_ap_r13_opts::cs4
@ cs4
Definition: phy_ded.h:4262
asn1::rrc::pdsch_re_map_qcl_cfg_r11_s::optional_set_of_fields_r11_s_::crs_ports_count_r11_opts::n1
@ n1
Definition: phy_ded.h:2999
asn1::rrc::cqi_report_aperiodic_hybrid_r14_s::triggers_r14_c_::set
void set(types::options e=types::nulltype)
Definition: phy_ded.cc:4401
asn1::rrc::cqi_report_aperiodic_hybrid_r14_s::triggers_r14
triggers_r14_c_ triggers_r14
Definition: phy_ded.h:1783
asn1::rrc::spdcch_cfg_r15_c
Definition: phy_ded.h:4111
asn1::rrc::ant_info_ul_stti_r15_s::tx_mode_ul_stti_r15
tx_mode_ul_stti_r15_e_ tx_mode_ul_stti_r15
Definition: phy_ded.h:3503
asn1::rrc::pdsch_re_map_qcl_cfg_r11_s::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:7895
asn1::rrc::phys_cfg_ded_s::tpc_pdcch_cfg_pucch
tpc_pdcch_cfg_c tpc_pdcch_cfg_pucch
Definition: phy_ded.h:7874
asn1::rrc::cqi_report_mode_aperiodic_opts::rm12
@ rm12
Definition: phy_ded.h:444
asn1::rrc::cqi_report_cfg_v1310_s::cqi_report_both_v1310
cqi_report_both_v1310_s cqi_report_both_v1310
Definition: phy_ded.h:2428
asn1::rrc::cqi_report_cfg_r15_c::setup_s_::alt_cqi_table_minus1024_qam_r15_opts::number_type
uint8_t number_type
Definition: phy_ded.h:3518
asn1::rrc::pdsch_cfg_ded_s::operator!=
bool operator!=(const pdsch_cfg_ded_s &other) const
Definition: phy_ded.h:5311
asn1::rrc::enable256_qam_r14_c::setup_c_::tpc_sf_set_not_cfgured_r14_s_::dci_format0_r14
bool dci_format0_r14
Definition: phy_ded.h:2913
asn1::rrc::csi_rs_cfg_r10_s::csi_rs_r10_c_::setup_s_::ant_ports_count_r10_opts::an8
@ an8
Definition: phy_ded.h:2471
asn1::rrc::pdcch_candidate_reductions_r13_c::type_
types type_
Definition: phy_ded.h:5287
asn1::rrc::ul_pwr_ctrl_ded_stti_r15_s::delta_tx_d_offset_list_spucch_r15
delta_tx_d_offset_list_spucch_r15_s delta_tx_d_offset_list_spucch_r15
Definition: phy_ded.h:4581
asn1::rrc::pdsch_re_map_qcl_cfg_r11_s::optional_set_of_fields_r11_s_::mbsfn_sf_cfg_list_r11_c_::types
setup_e types
Definition: phy_ded.h:3010
asn1::rrc::ant_info_ded_s::codebook_subset_restrict_c_::n4_tx_ant_tm3
fixed_bitstring< 4 > & n4_tx_ant_tm3()
Definition: phy_ded.h:4636
asn1::rrc::csi_rs_cfg_emimo_v1530_c::type_
types type_
Definition: phy_ded.h:1104
asn1::rrc::srs_ul_cfg_ded_up_pts_ext_r13_c::set
void set(types::options e=types::nulltype)
Definition: phy_ded.cc:17892
asn1::rrc::cqi_report_periodic_v1320_s::periodicity_factor_wb_r13_opts::options
options
Definition: phy_ded.h:2035
asn1::rrc::pucch_cfg_ded_r13_s::pucch_format_r13_c_::format3_r13_s_::two_ant_port_activ_pucch_format3_r13
two_ant_port_activ_pucch_format3_r13_c_ two_ant_port_activ_pucch_format3_r13
Definition: phy_ded.h:5598
asn1::rrc::spucch_cfg_r15_c::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:10462
asn1::rrc::phys_cfg_ded_s::blind_pdsch_repeat_cfg_r15_c_::setup_s_::max_num_slot_subslot_pdsch_repeats_r15_opts::to_string
const char * to_string() const
Definition: phy_ded.cc:20515
asn1::rrc::csi_rs_cfg_emimo_v1480_c::set
void set(types::options e=types::nulltype)
Definition: phy_ded.cc:2424
asn1::rrc::srs_ul_cfg_ded_c::setup_s_::cyclic_shift_opts::to_number
uint8_t to_number() const
Definition: phy_ded.cc:17174
asn1::rrc::cqi_report_cfg_r15_c::setup_s_::cqi_report_cfg_v1130_present
bool cqi_report_cfg_v1130_present
Definition: phy_ded.h:3527
asn1::rrc::csi_rs_cfg_zp_r11_s
Definition: phy_ded.h:2613
asn1::rrc::pucch_cfg_ded_r13_s::npucch_param_r13_c_::operator==
bool operator==(const npucch_param_r13_c_ &other) const
Definition: phy_ded.cc:14324
asn1::rrc::cqi_report_aperiodic_hybrid_r14_s::triggers_r14_c_::type
types type() const
Definition: phy_ded.h:1733
asn1::rrc::pucch_cfg_ded_r13_s::pucch_format_r13_c_::format3_r13_s_::two_ant_port_activ_pucch_format3_r13_c_::two_ant_port_activ_pucch_format3_r13_c_
two_ant_port_activ_pucch_format3_r13_c_()=default
asn1::rrc::epdcch_set_cfg_r11_s::mpdcch_cfg_r13_c_::setup_s_::csi_num_repeat_ce_r13_opts::options
options
Definition: phy_ded.h:2753
asn1::rrc::cqi_report_both_v1310_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:4761
asn1::rrc::slot_or_subslot_pusch_cfg_r15_c::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:11183
asn1::rrc::csi_rs_cfg_nzp_activation_r14_s::csi_rs_nzp_mode_r14_opts::nulltype
@ nulltype
Definition: phy_ded.h:166
asn1::rrc::cqi_report_both_r11_s::csi_process_to_release_list_r11_present
bool csi_process_to_release_list_r11_present
Definition: phy_ded.h:1797
asn1::rrc::pucch_cfg_ded_r13_s::ack_nack_repeat_r13
ack_nack_repeat_r13_c_ ack_nack_repeat_r13
Definition: phy_ded.h:5943
asn1::rrc::pusch_enhance_cfg_r14_c::setup_s_::interv_ul_hop_pusch_enh_r14_c_::interv_ul_hop_pusch_enh_r14_c_
interv_ul_hop_pusch_enh_r14_c_()=default
asn1::rrc::pucch_cfg_ded_v1430_s::pucch_num_repeat_ce_format1_r14_opts::value
enum asn1::rrc::pucch_cfg_ded_v1430_s::pucch_num_repeat_ce_format1_r14_opts::options value
asn1::rrc::pucch_cfg_ded_r13_s::nka_pucch_param_r13_c_::set
void set(types::options e=types::nulltype)
Definition: phy_ded.cc:14330
asn1::rrc::csi_process_r11_s::cqi_report_aperiodic_proc_v1310_c_::set
void set(types::options e=types::nulltype)
Definition: phy_ded.cc:3765
asn1::rrc::ant_info_ded_s::tx_mode_opts::to_string
const char * to_string() const
Definition: phy_ded.cc:11503
asn1::rrc::phys_cfg_ded_stti_r15_c::type
types type() const
Definition: phy_ded.h:6714
asn1::rrc::csi_rs_cfg_emimo_r13_c::setup_c_::operator==
bool operator==(const setup_c_ &other) const
Definition: phy_ded.cc:2196
asn1::rrc::slot_or_subslot_pdsch_cfg_r15_c::setup_s_::alt_cqi_table_stti_r15_opts::to_number
uint8_t to_number() const
Definition: phy_ded.cc:11066
asn1::rrc::pusch_cfg_ded_v1130_s::pusch_dmrs_r11_c_::pusch_dmrs_r11_c_
pusch_dmrs_r11_c_()=default
asn1::rrc::csi_rs_cfg_v1310_s::operator!=
bool operator!=(const csi_rs_cfg_v1310_s &other) const
Definition: phy_ded.h:2592
asn1::rrc::ant_info_ded_r10_s::tx_mode_r10_opts::spare2
@ spare2
Definition: phy_ded.h:4791
asn1::rrc::cqi_report_periodic_c::set_setup
setup_s_ & set_setup()
Definition: phy_ded.cc:9239
asn1::rrc::phys_cfg_ded_s::blind_pdsch_repeat_cfg_r15_c_::setup_s_::mcs_restrict_slot_subslot_pdsch_repeats_r15_present
bool mcs_restrict_slot_subslot_pdsch_repeats_r15_present
Definition: phy_ded.h:7818
asn1::rrc::srs_ul_cfg_ded_v1310_c::setup_s_::cyclic_shift_v1310_opts::cs9
@ cs9
Definition: phy_ded.h:6963
asn1::rrc::epdcch_set_cfg_r11_s::csi_rs_cfg_zp_id2_r12
copy_ptr< csi_rs_cfg_zp_id2_r12_c_ > csi_rs_cfg_zp_id2_r12
Definition: phy_ded.h:2890
asn1::rrc::epdcch_set_cfg_r11_s::mpdcch_cfg_r13_c_::setup_s_::mpdcch_num_repeat_r13_opts::r8
@ r8
Definition: phy_ded.h:2834
asn1::rrc::pdsch_cfg_ded_v1130_s::re_map_qcl_cfg_to_add_mod_list_r11
re_map_qcl_cfg_to_add_mod_list_r11_l re_map_qcl_cfg_to_add_mod_list_r11
Definition: phy_ded.h:5331
asn1::rrc::cqi_report_periodic_proc_ext_r11_s::cqi_format_ind_periodic_r11_c_::type
types type() const
Definition: phy_ded.h:1155
asn1::rrc::eimta_main_cfg_serv_cell_r12_c::setup_s_::mbsfn_sf_cfg_list_v1250_c_::mbsfn_sf_cfg_list_v1250_c_
mbsfn_sf_cfg_list_v1250_c_()=default
asn1::rrc::cqi_report_periodic_proc_ext_r11_s::csi_cfg_idx_r11_c_::setup
setup_s_ & setup()
Definition: phy_ded.h:1209
asn1::rrc::epdcch_set_cfg_r11_s::mpdcch_cfg_r13_c_::setup_s_::mpdcch_start_sf_uess_r13_c_::fdd_r13_opts::number_type
float number_type
Definition: phy_ded.h:2769
asn1::rrc::cqi_report_cfg_v1250_s::cqi_report_aperiodic_v1250
cqi_report_aperiodic_v1250_c cqi_report_aperiodic_v1250
Definition: phy_ded.h:2412
asn1::rrc::pucch_format3_conf_r13_s::two_ant_port_activ_pucch_format3_r13_c_::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:10266
asn1::rrc::pucch_format3_conf_r13_s
Definition: phy_ded.h:4051
asn1::rrc::csi_rs_cfg_nzp_r11_s::qcl_crs_info_r11_s_::crs_ports_count_r11_opts::to_number
uint8_t to_number() const
Definition: phy_ded.cc:533
asn1::rrc::pucch_cfg_ded_r13_s::pucch_num_repeat_ce_r13_c_::setup_c_::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:14573
asn1::rrc::pdsch_cfg_ded_v1530_s::alt_mcs_table_scaling_cfg_r15_opts::to_number
float to_number() const
Definition: phy_ded.cc:13400
asn1::rrc::csi_rs_cfg_non_precoded_r13_s::codebook_cfg_n1_r13_opts::to_number
uint8_t to_number() const
Definition: phy_ded.cc:1439
asn1::rrc::pusch_cfg_ded_r13_s::uci_on_pusch_c_::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:15540
asn1::rrc::cqi_report_periodic_proc_ext_r11_s::cqi_format_ind_periodic_r11_c_::wideband_cqi_r11_s_::csi_report_mode_r11_opts::to_number
uint8_t to_number() const
Definition: phy_ded.cc:3028
asn1::rrc::csi_rs_cfg_non_precoded_v1480_s::csi_rs_cfg_nzp_emimo_v1480
csi_rs_cfg_nzp_emimo_v1430_s csi_rs_cfg_nzp_emimo_v1480
Definition: phy_ded.h:647
asn1::SRSASN_CODE
SRSASN_CODE
Definition: asn1_utils.h:107
asn1::rrc::pusch_cfg_ded_r13_s::pusch_dmrs_r11_c_::operator!=
bool operator!=(const pusch_dmrs_r11_c_ &other) const
Definition: phy_ded.h:6252
asn1::rrc::pdsch_re_map_qcl_cfg_r11_s::pdsch_re_map_qcl_cfg_id_r11
uint8_t pdsch_re_map_qcl_cfg_id_r11
Definition: phy_ded.h:3153
asn1::rrc::pucch_cfg_ded_v1020_s::pucch_format_r10_c_::ch_sel_r10_s_::n1_pucch_an_cs_r10_c_::setup_s_
Definition: phy_ded.h:5969
asn1::rrc::enable256_qam_r14_c::setup_c_::set
void set(types::options e=types::nulltype)
Definition: phy_ded.cc:7642
asn1::rrc::srs_ul_cfg_ded_aperiodic_up_pts_ext_r13_c::set_release
void set_release()
Definition: phy_ded.cc:17704
asn1::rrc::csi_rs_cfg_nzp_r11_s::qcl_crs_info_r11_s_::mbsfn_sf_cfg_list_r11_c_::set
void set(types::options e=types::nulltype)
Definition: phy_ded.cc:539
asn1::rrc::pucch_cfg_ded_r13_s::pucch_format_r13_c_::ch_sel_r13_s_::n1_pucch_an_cs_r13_c_::setup
setup_s_ & setup()
Definition: phy_ded.h:5622
asn1::rrc::csi_rs_cfg_r10_s::csi_rs_r10_c_::csi_rs_r10_c_
csi_rs_r10_c_()=default
asn1::rrc::ul_pwr_ctrl_ded_s::delta_mcs_enabled_opts::number_type
uint8_t number_type
Definition: phy_ded.h:7347
asn1::rrc::delta_tx_d_offset_list_spucch_r15_s::delta_tx_d_offset_spucch_format3_r15_opts::db0
@ db0
Definition: phy_ded.h:2655
asn1::rrc::srs_ul_cfg_ded_aperiodic_up_pts_ext_r13_c::srs_ul_cfg_ded_aperiodic_up_pts_ext_r13_c
srs_ul_cfg_ded_aperiodic_up_pts_ext_r13_c()=default
asn1::rrc::pucch_cfg_ded_s::ack_nack_repeat_c_::setup_s_::repeat_factor_opts::value
enum asn1::rrc::pucch_cfg_ded_s::ack_nack_repeat_c_::setup_s_::repeat_factor_opts::options value
asn1::rrc::delta_tx_d_offset_list_spucch_r15_s::delta_tx_d_offset_spucch_format3_r15_opts::value
enum asn1::rrc::delta_tx_d_offset_list_spucch_r15_s::delta_tx_d_offset_spucch_format3_r15_opts::options value
asn1::rrc::phys_cfg_ded_s::blind_pdsch_repeat_cfg_r15_c_::type_
types type_
Definition: phy_ded.h:7854
asn1::rrc::spdcch_elems_r15_c::setup_s_::res_block_assign_r15_s_::res_block_assign_r15
fixed_bitstring< 98 > res_block_assign_r15
Definition: phy_ded.h:2074
asn1::rrc::csi_rs_cfg_v1310_s::emimo_type_r13_present
bool emimo_type_r13_present
Definition: phy_ded.h:2584
asn1::rrc::tdd_pusch_up_pts_r14_c::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:11368
asn1::rrc::cqi_report_cfg_v1250_s::alt_cqi_table_r12
alt_cqi_table_r12_e_ alt_cqi_table_r12
Definition: phy_ded.h:2413
asn1::rrc::cri_report_cfg_r13_c::set
void set(types::options e=types::nulltype)
Definition: phy_ded.cc:1828
asn1::rrc::ant_info_ded_v1530_c::setup_c_::ue_tx_ant_sel_srs_minus2_t4_r_nr_of_pairs_r15_e_
enumerated< ue_tx_ant_sel_srs_minus2_t4_r_nr_of_pairs_r15_opts > ue_tx_ant_sel_srs_minus2_t4_r_nr_of_pairs_r15_e_
Definition: phy_ded.h:4885
asn1::rrc::ant_info_ded_s::tx_mode_opts::nulltype
@ nulltype
Definition: phy_ded.h:4595
asn1::rrc::srs_ul_cfg_ded_c::setup_s_::srs_hop_bw
srs_hop_bw_e_ srs_hop_bw
Definition: phy_ded.h:6910
asn1::rrc::phys_cfg_ded_s::blind_pdsch_repeat_cfg_r15_c_::setup_s_::max_num_slot_subslot_pdsch_repeats_r15
max_num_slot_subslot_pdsch_repeats_r15_e_ max_num_slot_subslot_pdsch_repeats_r15
Definition: phy_ded.h:7822
asn1::rrc::pucch_cfg_ded_r13_s::pucch_num_repeat_ce_r13_c_::setup_c_::types_opts::options
options
Definition: phy_ded.h:5854
asn1::rrc::cqi_report_cfg_v1310_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:6412
asn1::rrc::srs_cfg_ap_v1310_s::operator==
bool operator==(const srs_cfg_ap_v1310_s &other) const
Definition: phy_ded.cc:10705
asn1::rrc::cqi_report_aperiodic_hybrid_r14_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:4360
asn1::rrc::phys_cfg_ded_s::srs_ul_cfg_ded_aperiodic_r10
copy_ptr< srs_ul_cfg_ded_aperiodic_r10_c > srs_ul_cfg_ded_aperiodic_r10
Definition: phy_ded.h:7895
asn1::rrc::cqi_report_periodic_proc_ext_r11_s::periodicity_factor_wb_r13_opts::to_string
const char * to_string() const
Definition: phy_ded.cc:3140
asn1::rrc::cqi_report_periodic_r10_c::setup_s_::simul_ack_nack_and_cqi
bool simul_ack_nack_and_cqi
Definition: phy_ded.h:1969
asn1::rrc::phys_cfg_ded_stti_r15_c::setup_s_::pucch_cfg_ded_v1530
pucch_cfg_ded_v1530_s pucch_cfg_ded_v1530
Definition: phy_ded.h:6688
asn1::rrc::delta_tx_d_offset_list_spucch_r15_s::delta_tx_d_offset_spucch_format1a_r15_opts::to_number
int8_t to_number() const
Definition: phy_ded.cc:6997
asn1::rrc::srs_ul_cfg_ded_aperiodic_v1310_c::operator!=
bool operator!=(const srs_ul_cfg_ded_aperiodic_v1310_c &other) const
Definition: phy_ded.h:7152
asn1::rrc::cqi_report_periodic_c::type
types type() const
Definition: phy_ded.h:3624
asn1::rrc::phys_cfg_ded_s::blind_pdsch_repeat_cfg_r15_c_::setup_s_::mcs_restrict_slot_subslot_pdsch_repeats_r15
mcs_restrict_slot_subslot_pdsch_repeats_r15_e_ mcs_restrict_slot_subslot_pdsch_repeats_r15
Definition: phy_ded.h:7828
asn1::rrc::phys_cfg_ded_stti_r15_c::set_setup
setup_s_ & set_setup()
Definition: phy_ded.cc:16416
asn1::rrc::pucch_cfg_ded_r13_s::pucch_format_r13_c_::set_format4_r13
format4_r13_s_ & set_format4_r13()
Definition: phy_ded.cc:13882
asn1::rrc::srs_ul_cfg_ded_aperiodic_r10_c::setup_s_::srs_activ_ap_r10_c_::setup
setup_s_ & setup()
Definition: phy_ded.h:7040
asn1::rrc::srs_ul_cfg_ded_up_pts_ext_r13_c::setup_s_::cyclic_shift_r13_opts
Definition: phy_ded.h:7284
asn1::rrc::cqi_report_cfg_v1250_s::csi_sf_pattern_cfg_r12_c_::operator!=
bool operator!=(const csi_sf_pattern_cfg_r12_c_ &other) const
Definition: phy_ded.h:2377
asn1::rrc::cqi_report_periodic_proc_ext_r11_s::cqi_format_ind_periodic_r11_c_::subband_cqi_r11_s_::periodicity_factor_r11_opts::number_type
uint8_t number_type
Definition: phy_ded.h:1131
asn1::rrc::cqi_report_periodic_v1320_s::periodicity_factor_wb_r13_opts::n2
@ n2
Definition: phy_ded.h:2035
asn1::rrc::pusch_cfg_ded_r13_s::uci_on_pusch_c_::set_setup
setup_s_ & set_setup()
Definition: phy_ded.cc:15535
asn1::rrc::epdcch_set_cfg_r11_s::mpdcch_cfg_r13_c_::set_setup
setup_s_ & set_setup()
Definition: phy_ded.cc:7296
asn1::rrc::cqi_report_periodic_r10_c::setup_s_::cqi_format_ind_periodic_r10_c_::types_opts::to_string
const char * to_string() const
Definition: rrc.cc:772
asn1::rrc::pucch_cfg_ded_v1130_s::n1_pucch_an_cs_v1130_c_::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:15075
asn1::rrc::delta_tx_d_offset_list_pucch_v1130_s::delta_tx_d_offset_pucch_format1b_cs_r11
delta_tx_d_offset_pucch_format1b_cs_r11_e_ delta_tx_d_offset_pucch_format1b_cs_r11
Definition: phy_ded.h:3845
asn1::rrc::phys_cfg_ded_s::sched_request_cfg
sched_request_cfg_c sched_request_cfg
Definition: phy_ded.h:7879
asn1::rrc::phys_cfg_ded_s::blind_pdsch_repeat_cfg_r15_c_::setup_s_::max_num_slot_subslot_pdsch_repeats_r15_e_
enumerated< max_num_slot_subslot_pdsch_repeats_r15_opts > max_num_slot_subslot_pdsch_repeats_r15_e_
Definition: phy_ded.h:7775
asn1::rrc::tdd_pusch_up_pts_r14_c::setup_s_::sym_pusch_up_pts_r14_opts::sym1
@ sym1
Definition: phy_ded.h:4536
asn1::rrc::slot_or_subslot_pdsch_cfg_r15_c::setup_s_::res_alloc_r15
res_alloc_r15_e_ res_alloc_r15
Definition: phy_ded.h:4437
asn1::rrc::cqi_report_cfg_v1530_s::alt_cqi_table_minus1024_qam_r15_opts::spare1
@ spare1
Definition: phy_ded.h:5094
asn1::rrc::cqi_report_mode_aperiodic_opts
Definition: phy_ded.h:443
asn1::rrc::p_c_and_cbsr_r13_s::cbsr_sel_r13_c_::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:169
asn1::rrc::srs_ul_cfg_ded_v1310_c::setup_s_::tx_comb_num_r13_opts::n4
@ n4
Definition: phy_ded.h:6971
asn1::rrc::pusch_cfg_ded_v1530_s::ce_pusch_sub_prb_cfg_r15_c_::types
setup_e types
Definition: phy_ded.h:6523
asn1::rrc::csi_rs_cfg_non_precoded_r13_s::codebook_cfg_n1_r13_opts::nulltype
@ nulltype
Definition: phy_ded.h:534
asn1::rrc::phys_cfg_ded_s::add_spec_emission_ca_r10_c_::setup
setup_s_ & setup()
Definition: phy_ded.h:7546
asn1::rrc::srs_ul_cfg_ded_up_pts_ext_r13_c::setup_s_::tx_comb_num_r13
tx_comb_num_r13_e_ tx_comb_num_r13
Definition: phy_ded.h:7311
asn1::rrc::pucch_cfg_ded_r13_s::npucch_param_r13_c_::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:14272
asn1::rrc::phys_cfg_ded_s::csi_rs_cfg_nzp_to_release_list_r11
copy_ptr< csi_rs_cfg_nzp_to_release_list_r11_l > csi_rs_cfg_nzp_to_release_list_r11
Definition: phy_ded.h:7900
asn1::rrc::pdcch_candidate_reductions_r13_c::operator!=
bool operator!=(const pdcch_candidate_reductions_r13_c &other) const
Definition: phy_ded.h:5271
asn1::rrc::cri_report_cfg_r13_c::setup_s_::cri_cfg_idx_r13
uint16_t cri_cfg_idx_r13
Definition: phy_ded.h:737
asn1::rrc::cqi_report_periodic_proc_ext_r11_s::cqi_format_ind_periodic_r11_c_::wideband_cqi_r11_s_::csi_report_mode_r11_opts::value
enum asn1::rrc::cqi_report_periodic_proc_ext_r11_s::cqi_format_ind_periodic_r11_c_::wideband_cqi_r11_s_::csi_report_mode_r11_opts::options value
asn1::rrc::ant_info_ded_s::codebook_subset_restrict_c_::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:11762
asn1::rrc::pucch_cfg_ded_r13_s::nka_pucch_param_r13
nka_pucch_param_r13_c_ nka_pucch_param_r13
Definition: phy_ded.h:5948
asn1::rrc::pdsch_re_map_qcl_cfg_r11_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:7801
asn1::rrc::pucch_cfg_ded_v1020_s::pucch_format_r10_c_::format3_r10
pucch_format3_conf_r13_s & format3_r10()
Definition: phy_ded.h:6027
asn1::rrc::pucch_cfg_ded_r13_s::tdd_ack_nack_feedback_mode_r13_opts::nulltype
@ nulltype
Definition: phy_ded.h:5549
asn1::rrc::epdcch_set_cfg_r11_s::res_block_assign_r11_s_::num_prb_pairs_r11_opts::nulltype
@ nulltype
Definition: phy_ded.h:2689
asn1::rrc::phys_cfg_ded_s::pusch_cfg_ded_present
bool pusch_cfg_ded_present
Definition: phy_ded.h:7862
asn1::rrc::phys_cfg_ded_s::semi_static_cfi_cfg_r15_c_::setup_c_::types
enumerated< types_opts > types
Definition: phy_ded.h:7689
asn1::bit_ref_impl< const uint8_t * >
asn1::rrc::spucch_elems_r15_c::setup_s_::n4_spucch_slot_res_r15_l_
dyn_array< n4_spucch_res_r15_s > n4_spucch_slot_res_r15_l_
Definition: phy_ded.h:2154
asn1::rrc::cqi_report_aperiodic_v1310_c::setup_s_::aperiodic_csi_trigger2_r13_c_
Definition: phy_ded.h:1623
asn1::rrc::pusch_enhance_cfg_r14_c::setup_s_::pusch_hop_offset_pusch_enh_r14
uint8_t pusch_hop_offset_pusch_enh_r14
Definition: phy_ded.h:6633
asn1::rrc::slot_or_subslot_pusch_cfg_r15_c::setup_s_::beta_offset_slot_cqi_idx_r15_present
bool beta_offset_slot_cqi_idx_r15_present
Definition: phy_ded.h:4485
asn1::rrc::phys_cfg_ded_s::ant_info_r10_c_::type
types type() const
Definition: phy_ded.h:7510
asn1::rrc::cqi_report_cfg_v1530_s::alt_cqi_table_minus1024_qam_r15_present
bool alt_cqi_table_minus1024_qam_r15_present
Definition: phy_ded.h:5103
asn1::rrc::csi_rs_cfg_r10_s::csi_rs_r10_c_::operator!=
bool operator!=(const csi_rs_r10_c_ &other) const
Definition: phy_ded.h:2495
asn1::rrc::phys_cfg_ded_s::must_cfg_r14_c_::setup_s_::p_a_must_r14_opts::db3
@ db3
Definition: phy_ded.h:7637
asn1::rrc::csi_process_r11_s::cqi_report_aperiodic_proc2_v1310_c_::set
void set(types::options e=types::nulltype)
Definition: phy_ded.cc:3831
asn1::rrc::srs_ul_cfg_ded_up_pts_ext_r13_c::setup_s_::cyclic_shift_r13_opts::cs1
@ cs1
Definition: phy_ded.h:7285
asn1::rrc::pucch_cfg_ded_v1430_s::pucch_num_repeat_ce_format1_r14_opts::to_number
uint8_t to_number() const
Definition: phy_ded.cc:15293
asn1::rrc::srs_ul_cfg_ded_aperiodic_up_pts_ext_r13_c::setup_s_
Definition: phy_ded.h:7174
asn1::rrc::pucch_cfg_ded_r13_s::pucch_format_r13_c_::format4_r13_s_::format4_multi_csi_res_cfg_r13_present
bool format4_multi_csi_res_cfg_r13_present
Definition: phy_ded.h:5649
asn1::rrc::pdsch_cfg_ded_v1130_s::qcl_operation_opts::value
enum asn1::rrc::pdsch_cfg_ded_v1130_s::qcl_operation_opts::options value
asn1::rrc::tpc_idx_c::types_opts::to_string
const char * to_string() const
Definition: rrc.cc:796
asn1::rrc::cqi_report_aperiodic_v1310_c::setup_s_::aperiodic_csi_trigger_v1310_s_::trigger6_r13
fixed_bitstring< 32 > trigger6_r13
Definition: phy_ded.h:1621
asn1::rrc::pucch_cfg_ded_r13_s::pucch_format_r13_c_::ch_sel_r13_s_::n1_pucch_an_cs_r13_c_::setup_s_::dummy1_l_
bounded_array< uint16_t, 4 > dummy1_l_
Definition: phy_ded.h:5604
asn1::rrc::csi_rs_cfg_nzp_r11_s::mbsfn_sf_cfg_list_v1430_c_::types
setup_e types
Definition: phy_ded.h:247
asn1::rrc::cqi_report_cfg_r15_c::setup_s_::cqi_report_cfg_r10_present
bool cqi_report_cfg_r10_present
Definition: phy_ded.h:3526
asn1::rrc::epdcch_set_cfg_r11_s::num_prb_pairs_v1310_c_::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:7266
asn1::rrc::pucch_cfg_ded_r13_s::ack_nack_repeat_r13_c_::setup_s_::repeat_factor_r13_opts::to_number
uint8_t to_number() const
Definition: phy_ded.cc:13767
asn1::rrc::ant_info_ded_s::ue_tx_ant_sel_c_::setup
setup_e_ & setup()
Definition: phy_ded.h:4743
asn1::rrc::cqi_report_cfg_v1430_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:6512
asn1::rrc::pdsch_cfg_ded_v1530_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:13345
asn1::rrc::srs_cfg_ap_r10_s::srs_bw_ap_r10_opts::number_type
uint8_t number_type
Definition: phy_ded.h:4221
asn1::rrc::pdsch_re_map_qcl_cfg_r11_s::codeword_one_cfg_v1530_c_::setup_s_::pdsch_start_v1530_opts::reserved
@ reserved
Definition: phy_ded.h:3099
asn1::rrc::phys_cfg_ded_s::ce_mode_r13_c_::type
types type() const
Definition: phy_ded.h:7575
asn1::rrc::srs_ul_cfg_ded_up_pts_ext_r13_c::setup_s_::tx_comb_num_r13_opts::value
enum asn1::rrc::srs_ul_cfg_ded_up_pts_ext_r13_c::setup_s_::tx_comb_num_r13_opts::options value
asn1::rrc::pdsch_re_map_qcl_cfg_r11_s::optional_set_of_fields_r11_s_::pdsch_start_r11_opts::value
enum asn1::rrc::pdsch_re_map_qcl_cfg_r11_s::optional_set_of_fields_r11_s_::pdsch_start_r11_opts::options value
asn1::rrc::pucch_cfg_ded_r13_s::pucch_format_r13_c_::set
void set(types::options e=types::nulltype)
Definition: phy_ded.cc:13799
asn1::rrc::slot_or_subslot_pdsch_cfg_r15_c::setup_s_::alt_cqi_table1024_qam_stti_r15_opts::csi_sf_set1
@ csi_sf_set1
Definition: phy_ded.h:4411
asn1::rrc::csi_rs_cfg_emimo_v1430_c::setup_c_::types
enumerated< types_opts > types
Definition: phy_ded.h:898
asn1::rrc::dmrs_cfg_r11_c::set_release
void set_release()
Definition: phy_ded.cc:9573
asn1::rrc::pusch_cfg_ded_r13_s::beta_offset_cqi_idx_r13
uint8_t beta_offset_cqi_idx_r13
Definition: phy_ded.h:6331
asn1::rrc::enable256_qam_r14_c::setup_c_::tpc_sf_set_cfgured_r14_s_::sf_set1_dci_format4_r14
bool sf_set1_dci_format4_r14
Definition: phy_ded.h:2908
asn1::rrc::csi_rs_cfg_emimo_v1480_c::setup_c_
Definition: phy_ded.h:974
asn1::rrc::cqi_report_cfg_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:12537
asn1::rrc::pdsch_re_map_qcl_cfg_r11_s::mbsfn_sf_cfg_list_v1430_c_::set_release
void set_release()
Definition: phy_ded.cc:8065
asn1::rrc::phys_cfg_ded_s::type_a_srs_tpc_pdcch_group_r14_c_::set
void set(types::options e=types::nulltype)
Definition: phy_ded.cc:19986
asn1::rrc::phys_cfg_ded_s::blind_pdsch_repeat_cfg_r15_c_::setup_s_::blind_sf_pdsch_repeats_r15
bool blind_sf_pdsch_repeats_r15
Definition: phy_ded.h:7819
asn1::rrc::csi_rs_cfg_v1430_s::operator!=
bool operator!=(const csi_rs_cfg_v1430_s &other) const
Definition: phy_ded.h:2609
asn1::rrc::srs_ul_cfg_ded_up_pts_ext_r13_c::setup_s_
Definition: phy_ded.h:7259
asn1::rrc::pdcch_candidate_reductions_r13_c::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:12989
asn1::rrc::pdcch_candidate_reductions_r13_c::c
setup_s_ c
Definition: phy_ded.h:5288
asn1::rrc::csi_rs_cfg_bf_v1430_s::operator==
bool operator==(const csi_rs_cfg_bf_v1430_s &other) const
Definition: phy_ded.cc:1249
asn1::rrc::pdsch_cfg_ded_v1530_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:13330
asn1::rrc::csi_rs_cfg_bf_r13_s::ace_for4_tx_per_res_cfg_list_r13_l_
bounded_array< bool, 7 > ace_for4_tx_per_res_cfg_list_r13_l_
Definition: phy_ded.h:457
asn1::rrc::csi_rs_cfg_v1250_s::ds_zero_tx_pwr_csi_rs_r12_c_::c
setup_s_ c
Definition: phy_ded.h:2565
asn1::rrc::pusch_cfg_ded_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:15308
asn1::rrc::spdcch_elems_r15_c::setup_s_::spdcch_set_cfg_id_r15
uint8_t spdcch_set_cfg_id_r15
Definition: phy_ded.h:2106
asn1::rrc::csi_rs_cfg_non_precoded_v1430_s::codebook_cfg_n2_v1430_opts::to_number
uint8_t to_number() const
Definition: phy_ded.cc:1545
asn1::rrc::srs_cfg_ap_r10_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:10521
asn1::rrc::ul_pwr_ctrl_ded_s::p0_ue_pusch
int8_t p0_ue_pusch
Definition: phy_ded.h:7356
asn1::rrc::setup_opts
Definition: common.h:335
asn1::rrc::srs_ul_cfg_ded_aperiodic_r10_c::operator!=
bool operator!=(const srs_ul_cfg_ded_aperiodic_r10_c &other) const
Definition: phy_ded.h:7075
asn1::rrc::csi_rs_cfg_non_precoded_v1480_s::codebook_cfg_n1_v1480_opts::to_string
const char * to_string() const
Definition: phy_ded.cc:1618
asn1::rrc::ant_info_ul_stti_r15_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:9004
asn1::rrc::dmrs_cfg_r11_c
Definition: phy_ded.h:3735
asn1::rrc::cqi_report_aperiodic_hybrid_r14_s::triggers_r14_c_::three_bit_r14_s_::trigger001_ind_r14
fixed_bitstring< 32 > trigger001_ind_r14
Definition: phy_ded.h:1710
asn1::rrc::srs_ul_cfg_ded_up_pts_ext_r13_c::setup_s_::srs_hop_bw_r13_opts::hbw2
@ hbw2
Definition: phy_ded.h:7277
asn1::rrc::pucch_cfg_ded_r13_s::pucch_format_r13_c_::format4_r13_s_::format4_multi_csi_res_cfg_r13_l_
dyn_array< format4_res_r13_s > format4_multi_csi_res_cfg_r13_l_
Definition: phy_ded.h:5646
asn1::rrc::csi_process_r11_s::cqi_report_aperiodic_proc2_r12_c_::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:3727
asn1::rrc::sched_request_cfg_v1020_s::sr_pucch_res_idx_p1_r10
uint16_t sr_pucch_res_idx_p1_r10
Definition: phy_ded.h:6872
asn1::rrc::ant_info_ul_r10_s::tx_mode_ul_r10_opts::to_number
uint8_t to_number() const
Definition: phy_ded.cc:12394
asn1::rrc::delta_tx_d_offset_list_spucch_r15_s::delta_tx_d_offset_spucch_format1a_r15_opts
Definition: phy_ded.h:2638
asn1::rrc::csi_rs_cfg_nzp_r11_s::qcl_crs_info_r11_s_::crs_ports_count_r11_opts::n2
@ n2
Definition: phy_ded.h:196
asn1::rrc::p_c_and_cbsr_r13_s::cbsr_sel_r13_c_::set_bf_k1a_r13
bf_k1a_r13_s_ & set_bf_k1a_r13()
Definition: phy_ded.cc:159
asn1::rrc::csi_rs_cfg_bf_r14_s::operator!=
bool operator!=(const csi_rs_cfg_bf_r14_s &other) const
Definition: phy_ded.h:372
asn1::rrc::ant_info_ded_v920_s::codebook_subset_restrict_v920_c_::type
types type() const
Definition: phy_ded.h:4970
asn1::rrc::zero_tx_pwr_csi_rs_conf_r12_c::operator!=
bool operator!=(const zero_tx_pwr_csi_rs_conf_r12_c &other) const
Definition: phy_ded.h:2273
asn1::rrc::pdsch_re_map_qcl_cfg_r11_s
Definition: phy_ded.h:2996
asn1::rrc::phys_cfg_ded_s::semi_static_cfi_cfg_r15_c_::setup_c_::c
choice_buffer_t< cfi_cfg_r15_s, cfi_pattern_cfg_r15_s > c
Definition: phy_ded.h:7727
asn1::rrc::ant_info_ded_v1530_c::setup_c_::ue_tx_ant_sel_srs_minus2_t4_r_nr_of_pairs_r15_opts::number_type
uint8_t number_type
Definition: phy_ded.h:4879
asn1::rrc::phys_cfg_ded_s::ant_info_c_::types_opts::nulltype
@ nulltype
Definition: phy_ded.h:7468
asn1::rrc::sched_request_cfg_c::setup_s_::sr_pucch_res_idx
uint16_t sr_pucch_res_idx
Definition: phy_ded.h:6837
asn1::rrc::ant_info_ded_r10_s::tx_mode_r10_opts::tm2
@ tm2
Definition: phy_ded.h:4778
asn1::rrc::eimta_main_cfg_serv_cell_r12_c::setup_s_::mbsfn_sf_cfg_list_v1250_c_
Definition: phy_ded.h:3913
asn1::rrc::nzp_res_cfg_r13_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:711
asn1::rrc::phys_cfg_ded_s::ant_info_r10_c_::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:19824
asn1::rrc::csi_rs_cfg_nzp_activation_r14_s::operator!=
bool operator!=(const csi_rs_cfg_nzp_activation_r14_s &other) const
Definition: phy_ded.h:181
asn1::rrc::csi_rs_cfg_nzp_r11_s::mbsfn_sf_cfg_list_v1430_c_::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:626
asn1::rrc::dmrs_cfg_v1310_s::operator==
bool operator==(const dmrs_cfg_v1310_s &other) const
Definition: phy_ded.cc:9661
asn1::rrc::cqi_report_cfg_r10_s::operator==
bool operator==(const cqi_report_cfg_r10_s &other) const
Definition: phy_ded.cc:6133
asn1::rrc::epdcch_set_cfg_r11_s::res_block_assign_r11_s_
Definition: phy_ded.h:2687
asn1::rrc::pucch_cfg_ded_r13_s::nka_pucch_param_r13_c_::operator!=
bool operator!=(const nka_pucch_param_r13_c_ &other) const
Definition: phy_ded.h:5782
asn1::rrc::ul_pwr_ctrl_ded_s::delta_mcs_enabled_opts::options
options
Definition: phy_ded.h:7346
asn1::rrc::nzp_freq_density_r14_opts::d1
@ d1
Definition: phy_ded.h:62
asn1::rrc::csi_rs_cfg_bf_r14_s
Definition: phy_ded.h:342
asn1::rrc::srs_ul_cfg_ded_up_pts_ext_r13_c::setup_s_::srs_up_pts_add_r13_e_
enumerated< srs_up_pts_add_r13_opts > srs_up_pts_add_r13_e_
Definition: phy_ded.h:7267
asn1::rrc::cqi_report_periodic_r10_c::setup_s_::cqi_format_ind_periodic_r10_c_::wideband_cqi_r10_s_
Definition: phy_ded.h:1846
asn1::rrc::slot_or_subslot_pusch_cfg_r15_c::setup_s_::ext
bool ext
Definition: phy_ded.h:4478
asn1::rrc::pdsch_re_map_qcl_cfg_r11_s::optional_set_of_fields_r11_s_::mbsfn_sf_cfg_list_r11_c_::type_
types type_
Definition: phy_ded.h:3036
asn1::rrc::pucch_cfg_ded_r13_s::pucch_format_r13_c_::ch_sel_r13_s_
Definition: phy_ded.h:5600
asn1::rrc::cqi_report_aperiodic_v1310_c::setup_s_::aperiodic_csi_trigger2_r13_c_::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:4316
asn1::rrc::slot_or_subslot_pusch_cfg_r15_c::setup
setup_s_ & setup()
Definition: phy_ded.h:4514
asn1::rrc::spdcch_cfg_r15_c::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:10351
asn1::rrc::ul_pwr_ctrl_ded_v1530_s::alpha_ue_r15
alpha_r12_e alpha_ue_r15
Definition: phy_ded.h:7453
asn1::rrc::srs_ul_cfg_ded_up_pts_ext_r13_c::setup_s_::srs_cfg_idx_r13
uint16_t srs_cfg_idx_r13
Definition: phy_ded.h:7307
asn1::rrc::csi_rs_cfg_r10_s::csi_rs_r10_c_::setup_s_::ant_ports_count_r10_opts::an4
@ an4
Definition: phy_ded.h:2471
asn1::rrc::ant_info_ded_s::codebook_subset_restrict_c_::n2_tx_ant_tm6
fixed_bitstring< 4 > & n2_tx_ant_tm6()
Definition: phy_ded.h:4661
asn1::rrc::cqi_report_both_proc_r11_s::operator!=
bool operator!=(const cqi_report_both_proc_r11_s &other) const
Definition: phy_ded.h:730
asn1::rrc::phys_cfg_ded_s::srs_ul_periodic_cfg_ded_list_r14
copy_ptr< srs_ul_periodic_cfg_ded_list_r14_l_ > srs_ul_periodic_cfg_ded_list_r14
Definition: phy_ded.h:7947
asn1::rrc::pucch_cfg_ded_v1250_s::nka_pucch_param_r12_c_::setup
setup_s_ & setup()
Definition: phy_ded.h:6168
asn1::rrc::phys_cfg_ded_s::semi_static_cfi_cfg_r15_c_::setup_c_::types_opts::options
options
Definition: phy_ded.h:7685
asn1::rrc::slot_or_subslot_pdsch_cfg_r15_c::setup_s_::alt_cqi_table_stti_r15_opts::to_string
const char * to_string() const
Definition: phy_ded.cc:11061
asn1::rrc::phys_cfg_ded_s::must_cfg_r14_c_::type
types type() const
Definition: phy_ded.h:7656
asn1::rrc::csi_rs_cfg_zp_r11_s::res_cfg_list_r11
fixed_bitstring< 16 > res_cfg_list_r11
Definition: phy_ded.h:2616
asn1::rrc::pusch_enhance_cfg_r14_c::setup_s_::pusch_hop_offset_pusch_enh_r14_present
bool pusch_hop_offset_pusch_enh_r14_present
Definition: phy_ded.h:6631
asn1::rrc::delta_tx_d_offset_list_pucch_r10_s::delta_tx_d_offset_pucch_format3_r10_opts::value
enum asn1::rrc::delta_tx_d_offset_list_pucch_r10_s::delta_tx_d_offset_pucch_format3_r10_opts::options value
asn1::rrc::epdcch_set_cfg_r11_s::mpdcch_cfg_r13_c_::setup_s_::csi_num_repeat_ce_r13_opts::sf32
@ sf32
Definition: phy_ded.h:2753
asn1::rrc::pusch_cfg_ded_r13_s::pusch_dmrs_r11_c_::set_setup
setup_s_ & set_setup()
Definition: phy_ded.cc:15464
asn1::rrc::srs_ul_cfg_ded_aperiodic_r10_c::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:17394
asn1::rrc::epdcch_set_cfg_r11_s::mpdcch_cfg_r13_c_::setup_s_::mpdcch_start_sf_uess_r13_c_::destroy_
void destroy_()
Definition: phy_ded.cc:7391
asn1::rrc::pdcch_candidate_reductions_r13_c::setup_s_::pdcch_candidate_reduction_al4_r13
pdcch_candidate_reduction_value_r13_e pdcch_candidate_reduction_al4_r13
Definition: phy_ded.h:5258
asn1::rrc::ant_info_ded_r10_s::ue_tx_ant_sel_c_::type
types type() const
Definition: phy_ded.h:4813
asn1::rrc::srs_cfg_ap_v1310_s::cyclic_shift_ap_v1310_opts::to_string
const char * to_string() const
Definition: phy_ded.cc:10715
asn1::rrc::cqi_report_aperiodic_v1310_c::setup_s_::aperiodic_csi_trigger2_r13_c_::c
setup_s_ c
Definition: phy_ded.h:1659
asn1::rrc::phys_cfg_ded_s::blind_pdsch_repeat_cfg_r15_c_::setup_s_::max_num_sf_pdsch_repeats_r15_opts::nulltype
@ nulltype
Definition: phy_ded.h:7761
asn1::rrc::cqi_report_periodic_r10_c::setup_s_::cqi_format_ind_periodic_r10_c_::type_
types type_
Definition: phy_ded.h:1918
asn1::rrc::csi_rs_cfg_non_precoded_v1480_s::codebook_cfg_n2_r1480_present
bool codebook_cfg_n2_r1480_present
Definition: phy_ded.h:646
asn1::rrc::cqi_report_periodic_proc_ext_r11_s::cqi_format_ind_periodic_r11_c_::subband_cqi_r11
subband_cqi_r11_s_ & subband_cqi_r11()
Definition: phy_ded.h:1167
asn1::rrc::tpc_idx_c::idx_of_format3
uint8_t & idx_of_format3()
Definition: phy_ded.h:2231
asn1::rrc::pusch_enhance_cfg_r14_c::setup_s_::interv_ul_hop_pusch_enh_r14_c_::interv_fdd_pusch_enh_r14_opts::int8
@ int8
Definition: phy_ded.h:6567
asn1::rrc::spucch_cfg_v1550_c::type
types type() const
Definition: phy_ded.h:6757
asn1::rrc::ant_info_ded_s::ue_tx_ant_sel_c_::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:11826
asn1::rrc::srs_cfg_ap_r13_s::srs_bw_ap_r13_opts::to_string
const char * to_string() const
Definition: phy_ded.cc:10621
asn1::rrc::cqi_report_aperiodic_hybrid_r14_s::triggers_r14_c_::c
choice_buffer_t< one_bit_r14_s_, three_bit_r14_s_, two_bit_r14_s_ > c
Definition: phy_ded.h:1776
asn1::rrc::pucch_cfg_ded_r13_s::pucch_format_r13_c_::ch_sel_r13
ch_sel_r13_s_ & ch_sel_r13()
Definition: phy_ded.h:5688
asn1::rrc::srs_ul_cfg_ded_aperiodic_up_pts_ext_r13_c::setup_s_::srs_activ_ap_r13_c_::setup_s_::srs_cfg_ap_dci_format1a2b2c_r13
srs_cfg_ap_r13_s srs_cfg_ap_dci_format1a2b2c_r13
Definition: phy_ded.h:7187
asn1::rrc::phys_cfg_ded_stti_r15_c::setup_s_
Definition: phy_ded.h:6666
asn1::rrc::csi_rs_cfg_nzp_r11_s::ant_ports_count_r11_opts::an4
@ an4
Definition: phy_ded.h:187
asn1::rrc::enable256_qam_r14_c::set
void set(types::options e=types::nulltype)
Definition: phy_ded.cc:7564
asn1::rrc::ant_info_ded_r10_s::tx_mode_r10_opts::tm10_v1130
@ tm10_v1130
Definition: phy_ded.h:4786
asn1::rrc::epdcch_cfg_r11_s::operator==
bool operator==(const epdcch_cfg_r11_s &other) const
Definition: phy_ded.cc:12754
asn1::rrc::sched_request_cfg_v1530_c::setup_s_::dssr_trans_max_r15_opts::spare1
@ spare1
Definition: phy_ded.h:4333
asn1::rrc::srs_ul_cfg_ded_c::setup_s_::srs_hop_bw_opts
Definition: phy_ded.h:6891
asn1::rrc::tpc_idx_c::destroy_
void destroy_()
Definition: phy_ded.cc:5887
asn1::rrc::csi_rs_cfg_nzp_emimo_r13_c
Definition: phy_ded.h:376
asn1::rrc::pucch_cfg_ded_r13_s::tdd_ack_nack_feedback_mode_r13_opts::value
enum asn1::rrc::pucch_cfg_ded_r13_s::tdd_ack_nack_feedback_mode_r13_opts::options value
asn1::rrc::pdsch_re_map_qcl_cfg_r11_s::mbsfn_sf_cfg_list_v1430_c_::c
setup_s_ c
Definition: phy_ded.h:3086
asn1::rrc::p_c_and_cbsr_r13_s::cbsr_sel_r13_c_::non_precoded_r13_s_::codebook_subset_restrict1_r13
dyn_bitstring codebook_subset_restrict1_r13
Definition: phy_ded.h:62
asn1::rrc::pucch_cfg_ded_v1530_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:10122
asn1::rrc::pucch_cfg_ded_v1020_s::pucch_format_r10_c_::ch_sel_r10
ch_sel_r10_s_ & ch_sel_r10()
Definition: phy_ded.h:6032
asn1::rrc::csi_rs_cfg_emimo_v1480_c::setup_c_::types_opts::nulltype
@ nulltype
Definition: phy_ded.h:976
asn1::rrc::epdcch_set_cfg_r11_s::mpdcch_cfg_r13_c_::setup_s_::mpdcch_start_sf_uess_r13_c_::fdd_r13_opts::nulltype
@ nulltype
Definition: phy_ded.h:2768
asn1::rrc::ul_pwr_ctrl_ded_stti_r15_s::ul_pwr_csi_payload
bool ul_pwr_csi_payload
Definition: phy_ded.h:4582
asn1::rrc::ul_pwr_ctrl_ded_v1250_s::set2_pwr_ctrl_param_c_::set_release
void set_release()
Definition: phy_ded.cc:18236
asn1::rrc::phys_cfg_ded_s::add_spec_emission_ca_r10_c_::c
setup_s_ c
Definition: phy_ded.h:7561
asn1::rrc::short_tti_r15_s::ul_stti_len_r15
short_tti_len_r15_e ul_stti_len_r15
Definition: phy_ded.h:4389
asn1::rrc::delta_tx_d_offset_list_pucch_v1130_s::delta_tx_d_offset_pucch_format1b_cs_r11_opts::to_string
const char * to_string() const
Definition: phy_ded.cc:9780
asn1::rrc::epdcch_set_cfg_r11_s::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:7124
asn1::rrc::cqi_report_cfg_s::cqi_report_periodic_present
bool cqi_report_periodic_present
Definition: phy_ded.h:5080
asn1::rrc::srs_cfg_ap_r13_s::tx_comb_num_r13_opts::n2
@ n2
Definition: phy_ded.h:4270
asn1::rrc::tpc_pdcch_cfg_c::setup_s_::tpc_idx
tpc_idx_c tpc_idx
Definition: phy_ded.h:3202
asn1::rrc::spucch_elems_r15_c::setup_s_::n4max_coderate_multi_res_subslot_pucch_r15
uint8_t n4max_coderate_multi_res_subslot_pucch_r15
Definition: phy_ded.h:2177
asn1::rrc::ul_pwr_ctrl_ded_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:18062
asn1::rrc::enable256_qam_r14_c::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:7577
asn1::rrc::epdcch_cfg_r11_s::cfg_r11_c_::setup_s_::set_cfg_to_add_mod_list_r11
epdcch_set_cfg_to_add_mod_list_r11_l set_cfg_to_add_mod_list_r11
Definition: phy_ded.h:5209
asn1::rrc::nzp_res_cfg_r13_s::tx_comb_r14
uint8_t tx_comb_r14
Definition: phy_ded.h:314
asn1::rrc::phys_cfg_ded_s::pdcch_candidate_reductions_r13
copy_ptr< pdcch_candidate_reductions_r13_c > pdcch_candidate_reductions_r13
Definition: phy_ded.h:7925
asn1::rrc::short_tti_r15_s::operator!=
bool operator!=(const short_tti_r15_s &other) const
Definition: phy_ded.h:4396
asn1::rrc::csi_rs_cfg_emimo_v1430_c::type
types type() const
Definition: phy_ded.h:947
asn1::rrc::pdsch_re_map_qcl_cfg_r11_s::optional_set_of_fields_r11_s_::crs_ports_count_r11_opts::value
enum asn1::rrc::pdsch_re_map_qcl_cfg_r11_s::optional_set_of_fields_r11_s_::crs_ports_count_r11_opts::options value
asn1::rrc::pusch_cfg_ded_r13_s::beta_offset_mc_r13_s_::beta_offset2_ack_idx_mc_r13_present
bool beta_offset2_ack_idx_mc_r13_present
Definition: phy_ded.h:6231
asn1::rrc::slot_or_subslot_pusch_cfg_r15_c::setup_s_::beta_offset2_slot_ack_idx_r15_present
bool beta_offset2_slot_ack_idx_r15_present
Definition: phy_ded.h:4480
asn1::rrc::dmrs_cfg_r11_c::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:9582
asn1::rrc::phys_cfg_ded_stti_r15_c::setup_s_::spdcch_cfg_r15_present
bool spdcch_cfg_r15_present
Definition: phy_ded.h:6683
asn1::rrc::cqi_report_aperiodic_v1310_c::setup
setup_s_ & setup()
Definition: phy_ded.h:1680
asn1::rrc::csi_rs_cfg_emimo_r13_c::c
setup_c_ c
Definition: phy_ded.h:887
asn1::rrc::cqi_report_cfg_r10_s::csi_sf_pattern_cfg_r10_c_::type_
types type_
Definition: phy_ded.h:2326
asn1::rrc::srs_ul_cfg_ded_up_pts_ext_r13_c::setup_s_::srs_bw_r13_opts
Definition: phy_ded.h:7268
asn1::rrc::csi_process_r11_s::csi_im_cfg_id_list_r12_c_::set
void set(types::options e=types::nulltype)
Definition: phy_ded.cc:3631
asn1::rrc::ant_info_ded_r10_s::tx_mode_r10_opts::spare6
@ spare6
Definition: phy_ded.h:4787
asn1::rrc::cqi_report_both_proc_r11_s::pmi_ri_report_r11_present
bool pmi_ri_report_r11_present
Definition: phy_ded.h:722
asn1::rrc::cqi_report_mode_aperiodic_opts::nulltype
@ nulltype
Definition: phy_ded.h:444
asn1::rrc::csi_rs_cfg_non_precoded_v1480_s::codebook_cfg_n1_v1480_opts::n7
@ n7
Definition: phy_ded.h:627
asn1::rrc::csi_process_r11_s::cqi_report_aperiodic_proc_v1310_c_::c
cqi_report_aperiodic_proc_v1310_s c
Definition: phy_ded.h:1390
asn1::rrc::format5_res_r13_s::start_prb_format5_r13
uint8_t start_prb_format5_r13
Definition: phy_ded.h:4003
asn1::rrc::pdsch_re_map_qcl_cfg_r11_s::optional_set_of_fields_r11_s_::mbsfn_sf_cfg_list_r11_c_::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:8014
asn1::rrc::srs_ul_cfg_ded_up_pts_ext_r13_c::setup_s_::srs_ant_port_r13
srs_ant_port_e srs_ant_port_r13
Definition: phy_ded.h:7310
asn1::rrc::srs_ul_cfg_ded_aperiodic_r10_c::setup
setup_s_ & setup()
Definition: phy_ded.h:7077
asn1::rrc::phys_cfg_ded_stti_r15_c::setup_s_::eimta_main_cfg_r12_present
bool eimta_main_cfg_r12_present
Definition: phy_ded.h:6679
asn1::rrc::pusch_cfg_ded_r13_s::beta_offset_mc_r13
beta_offset_mc_r13_s_ beta_offset_mc_r13
Definition: phy_ded.h:6332
asn1::rrc::srs_ul_cfg_ded_aperiodic_r10_c::setup_s_::srs_activ_ap_r10_c_::type_
types type_
Definition: phy_ded.h:7054
asn1::rrc::enable256_qam_r14_c::setup_c_::types
enumerated< types_opts > types
Definition: phy_ded.h:2921
asn1::rrc::cqi_report_cfg_r10_s::csi_sf_pattern_cfg_r10_c_
Definition: phy_ded.h:2295
asn1::rrc::phys_cfg_ded_stti_r15_c::setup_s_::csi_rs_cfg_nzp_to_release_list_r15
csi_rs_cfg_nzp_to_release_list_r15_l csi_rs_cfg_nzp_to_release_list_r15
Definition: phy_ded.h:6693
asn1::rrc::cqi_report_cfg_r15_c::setup_s_::cqi_report_cfg_v1320
cqi_report_cfg_v1320_s cqi_report_cfg_v1320
Definition: phy_ded.h:3537
asn1::rrc::sched_request_cfg_v1530_c
Definition: phy_ded.h:4330
asn1::rrc::cqi_report_periodic_c::setup_s_::cqi_format_ind_periodic_c_::type_
types type_
Definition: phy_ded.h:3607
asn1::rrc::csi_rs_cfg_emimo_r13_c::setup_c_::types_opts::nulltype
@ nulltype
Definition: phy_ded.h:812
asn1::rrc::format5_res_r13_s::cdm_idx_format5_r13
uint8_t cdm_idx_format5_r13
Definition: phy_ded.h:4004
asn1::rrc::phys_cfg_ded_stti_r15_c::setup_s_::csi_rs_cfg_nzp_to_add_mod_list_r15_present
bool csi_rs_cfg_nzp_to_add_mod_list_r15_present
Definition: phy_ded.h:6675
asn1::rrc::srs_cfg_ap_r10_s::tx_comb_ap_r10
uint8_t tx_comb_ap_r10
Definition: phy_ded.h:4240
asn1::rrc::eimta_main_cfg_r12_c::set_setup
setup_s_ & set_setup()
Definition: phy_ded.cc:9802
asn1::rrc::cqi_report_cfg_r15_c::setup_s_::cqi_report_cfg_v1310
cqi_report_cfg_v1310_s cqi_report_cfg_v1310
Definition: phy_ded.h:3536
asn1::rrc::cqi_report_cfg_r10_s::csi_sf_pattern_cfg_r10_c_::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:6194
asn1::rrc::eimta_main_cfg_serv_cell_r12_c::setup
setup_s_ & setup()
Definition: phy_ded.h:3964
asn1::rrc::phys_cfg_ded_s::blind_pdsch_repeat_cfg_r15_c_::setup_s_::mcs_restrict_slot_subslot_pdsch_repeats_r15_opts::to_string
const char * to_string() const
Definition: phy_ded.cc:20584
asn1::rrc::eimta_main_cfg_serv_cell_r12_c::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:9931
asn1::rrc::pusch_cfg_ded_r13_s::uci_on_pusch_c_::setup_s_::beta_offset_mc_r12_s_::beta_offset2_ack_idx_mc_sf_set2_r13_present
bool beta_offset2_ack_idx_mc_sf_set2_r13_present
Definition: phy_ded.h:6274
asn1::rrc::csi_process_r11_s::cqi_report_aperiodic_proc_v1310
copy_ptr< cqi_report_aperiodic_proc_v1310_c_ > cqi_report_aperiodic_proc_v1310
Definition: phy_ded.h:1441
asn1::rrc::pucch_cfg_ded_v1430_s::pucch_num_repeat_ce_format1_r14_opts::number_type
uint8_t number_type
Definition: phy_ded.h:6199
asn1::rrc::srs_cfg_ap_r10_s::srs_bw_ap_r10_opts::bw1
@ bw1
Definition: phy_ded.h:4220
asn1::rrc::pucch_cfg_ded_v1530_s::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:10136
asn1::rrc::csi_rs_cfg_nzp_r11_s::qcl_crs_info_r11_s_::mbsfn_sf_cfg_list_r11
mbsfn_sf_cfg_list_r11_c_ mbsfn_sf_cfg_list_r11
Definition: phy_ded.h:241
asn1::rrc::srs_cfg_ap_v1310_s::cyclic_shift_ap_v1310_opts::value
enum asn1::rrc::srs_cfg_ap_v1310_s::cyclic_shift_ap_v1310_opts::options value
asn1::rrc::pucch_cfg_ded_r13_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:13573
asn1::rrc::srs_ul_cfg_ded_up_pts_ext_r13_c::setup_s_::srs_hop_bw_r13_opts::hbw3
@ hbw3
Definition: phy_ded.h:7277
asn1::rrc::csi_rs_cfg_non_precoded_v1480_s::codebook_cfg_n2_r1480
codebook_cfg_n2_r1480_e_ codebook_cfg_n2_r1480
Definition: phy_ded.h:649
asn1::rrc::pusch_cfg_ded_r13_s::uci_on_pusch_c_::setup_s_::beta_offset_mc_r12_s_::beta_offset_cqi_idx_mc_sf_set2_r13
uint8_t beta_offset_cqi_idx_mc_sf_set2_r13
Definition: phy_ded.h:6278
asn1::rrc::pusch_cfg_ded_r13_s::uci_on_pusch
uci_on_pusch_c_ uci_on_pusch
Definition: phy_ded.h:6334
asn1::rrc::pucch_cfg_ded_r13_s::pucch_format_r13_c_::ch_sel_r13_s_::n1_pucch_an_cs_r13_c_::setup_s_
Definition: phy_ded.h:5602
asn1::copy_ptr
Definition: asn1_utils.h:1164
asn1::rrc::pucch_cfg_ded_v1130_s::n1_pucch_an_cs_v1130_c_::set
void set(types::options e=types::nulltype)
Definition: phy_ded.cc:15041
asn1::rrc::srs_ant_port_e
enumerated< srs_ant_port_opts > srs_ant_port_e
Definition: phy_ded.h:3188
asn1::rrc::pucch_cfg_ded_r13_s::npucch_param_r13_c_::setup_s_
Definition: phy_ded.h:5735
asn1::rrc::ant_info_ded_stti_r15_c::setup_s_::codebook_subset_restrict_c_::n4_tx_ant_tm3_r15
fixed_bitstring< 4 > & n4_tx_ant_tm3_r15()
Definition: phy_ded.h:3294
asn1::rrc::cqi_report_aperiodic_r10_c::c
setup_s_ c
Definition: phy_ded.h:1557
asn1::rrc::cqi_report_aperiodic_v1250_c::setup_s_::aperiodic_csi_trigger_v1250_s_::trigger_sf_set_ind_r12_opts::to_number
uint8_t to_number() const
Definition: phy_ded.cc:4135
asn1::rrc::enable256_qam_r14_c::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:7592
asn1::rrc::ant_info_ded_stti_r15_c::setup_s_::codebook_subset_restrict_c_::set_n2_tx_ant_tm4_r15
fixed_bitstring< 6 > & set_n2_tx_ant_tm4_r15()
Definition: phy_ded.cc:8750
asn1::rrc::ant_info_ded_s::ue_tx_ant_sel_c_::setup_e_
enumerated< setup_opts > setup_e_
Definition: phy_ded.h:4732
asn1::rrc::epdcch_set_cfg_r11_s::mpdcch_cfg_r13_c_
Definition: phy_ded.h:2750
asn1::rrc::ant_info_ded_v1530_c::setup_c_::c
ue_tx_ant_sel_srs_minus2_t4_r_nr_of_pairs_r15_e_ c
Definition: phy_ded.h:4922
asn1::rrc::srs_ul_cfg_ded_c::setup_s_::freq_domain_position
uint8_t freq_domain_position
Definition: phy_ded.h:6911
asn1::rrc::sched_request_cfg_c::setup_s_::dsr_trans_max
dsr_trans_max_e_ dsr_trans_max
Definition: phy_ded.h:6839
asn1::rrc::spdcch_cfg_r15_c::setup_s_::spdcch_l1_reuse_ind_r15_opts::to_string
const char * to_string() const
Definition: phy_ded.cc:10383
asn1::rrc::csi_im_cfg_r11_s::operator!=
bool operator!=(const csi_im_cfg_r11_s &other) const
Definition: phy_ded.h:1275
asn1::rrc::pucch_cfg_ded_v1020_s::n1_pucch_an_rep_p1_r10_present
bool n1_pucch_an_rep_p1_r10_present
Definition: phy_ded.h:6061
asn1::rrc::cri_report_cfg_r13_c::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:1861
asn1::rrc::phys_cfg_ded_s::phys_cfg_ded_stti_r15
copy_ptr< phys_cfg_ded_stti_r15_c > phys_cfg_ded_stti_r15
Definition: phy_ded.h:7958
asn1::rrc::phys_cfg_ded_s::semi_static_cfi_cfg_r15_c_::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:20195
asn1::rrc::pucch_cfg_ded_r13_s::pucch_format_r13_c_::ch_sel_r13_s_::n1_pucch_an_cs_r13_c_
Definition: phy_ded.h:5601
asn1::rrc::pucch_cfg_ded_r13_s::pucch_format_r13_c_::ch_sel_r13_s_::n1_pucch_an_cs_r13_c_::c
setup_s_ c
Definition: phy_ded.h:5637
asn1::rrc::pucch_cfg_ded_r13_s::ack_nack_repeat_r13_c_::setup_s_::repeat_factor_r13
repeat_factor_r13_e_ repeat_factor_r13
Definition: phy_ded.h:5516
asn1::rrc::csi_rs_cfg_non_precoded_v1480_s::codebook_cfg_n1_v1480_opts::n14
@ n14
Definition: phy_ded.h:627
asn1::rrc::srs_cfg_ap_r10_s::srs_bw_ap_r10_opts::to_number
uint8_t to_number() const
Definition: phy_ded.cc:10563
asn1::rrc::phys_cfg_ded_s::ce_mode_r13_c_::setup_opts::value
enum asn1::rrc::phys_cfg_ded_s::ce_mode_r13_c_::setup_opts::options value
asn1::rrc::srs_ul_cfg_ded_aperiodic_v1310_c::setup_s_::srs_activ_ap_v1310_c_::setup_s_::srs_cfg_ap_dci_format1a2b2c_v1310
srs_cfg_ap_v1310_s srs_cfg_ap_dci_format1a2b2c_v1310
Definition: phy_ded.h:7104
asn1::rrc::csi_rs_cfg_bf_r13_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:1108
asn1::rrc::short_tti_r15_s::dl_stti_len_r15
short_tti_len_r15_e dl_stti_len_r15
Definition: phy_ded.h:4388
asn1::rrc::pusch_cfg_ded_v1430_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:15950
asn1::rrc::csi_rs_cfg_emimo_v1430_c::setup_c_::c
choice_buffer_t< csi_rs_cfg_bf_v1430_s, csi_rs_cfg_non_precoded_v1430_s > c
Definition: phy_ded.h:938
asn1::rrc::spdcch_cfg_r15_c::operator!=
bool operator!=(const spdcch_cfg_r15_c &other) const
Definition: phy_ded.h:4138
asn1::rrc::format4_res_r13_s::operator!=
bool operator!=(const format4_res_r13_s &other) const
Definition: phy_ded.h:3998
asn1::rrc::csi_rs_cfg_v1480_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:12663
asn1::rrc::csi_rs_cfg_bf_v1430_s::csi_rs_cfg_nzp_ap_list_r14_present
bool csi_rs_cfg_nzp_ap_list_r14_present
Definition: phy_ded.h:484
asn1::rrc::epdcch_cfg_r11_s::cfg_r11_c_::setup_s_::sf_pattern_cfg_r11_c_::c
setup_s_ c
Definition: phy_ded.h:5198
asn1::rrc::pdsch_re_map_qcl_cfg_r11_s::codeword_one_cfg_v1530_c_::setup_s_::mbsfn_sf_cfg_list_ext_v1530
mbsfn_sf_cfg_list_v1430_l mbsfn_sf_cfg_list_ext_v1530
Definition: phy_ded.h:3114
asn1::rrc::delta_tx_d_offset_list_pucch_r10_s::delta_tx_d_offset_pucch_format1a1b_r10_opts::to_number
int8_t to_number() const
Definition: phy_ded.cc:9723
asn1::rrc::pusch_cfg_ded_v1430_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:15933
asn1::rrc::sched_request_cfg_v1530_c::setup_s_::dssr_trans_max_r15
dssr_trans_max_r15_e_ dssr_trans_max_r15
Definition: phy_ded.h:4352
asn1::rrc::csi_rs_cfg_r15_c::setup_s_::csi_rs_cfg_v1310_present
bool csi_rs_cfg_v1310_present
Definition: phy_ded.h:3652
asn1::rrc::pusch_cfg_ded_r13_s::uci_on_pusch_c_::operator==
bool operator==(const uci_on_pusch_c_ &other) const
Definition: phy_ded.cc:15648
asn1::rrc::cqi_report_cfg_r10_s::csi_sf_pattern_cfg_r10_c_::set_release
void set_release()
Definition: phy_ded.cc:6149
asn1::rrc::ant_info_ul_stti_r15_s::tx_mode_ul_stti_r15_opts::tm2
@ tm2
Definition: phy_ded.h:3493
asn1::rrc::srs_ul_cfg_ded_v1310_c::setup_s_::cyclic_shift_v1310_opts::cs8
@ cs8
Definition: phy_ded.h:6963
asn1::rrc::csi_rs_cfg_non_precoded_r13_s::codebook_over_sampling_rate_cfg_o1_r13_opts::to_string
const char * to_string() const
Definition: phy_ded.cc:1456
asn1::rrc::pdsch_cfg_ded_v1130_s::qcl_operation
qcl_operation_e_ qcl_operation
Definition: phy_ded.h:5329
asn1::rrc::delta_tx_d_offset_list_pucch_r10_s::delta_tx_d_offset_pucch_format1a1b_r10_e_
enumerated< delta_tx_d_offset_pucch_format1a1b_r10_opts > delta_tx_d_offset_pucch_format1a1b_r10_e_
Definition: phy_ded.h:3799
asn1::rrc::ant_info_ded_v920_s::codebook_subset_restrict_v920_c_::types_opts::n4_tx_ant_tm8_r9
@ n4_tx_ant_tm8_r9
Definition: phy_ded.h:4956
asn1::rrc::srs_ul_cfg_ded_aperiodic_v1310_c::setup_s_::srs_activ_ap_v1310_c_::setup_s_
Definition: phy_ded.h:7100
asn1::rrc::csi_im_cfg_ext_r12_s::interference_meas_restrict_r13
bool interference_meas_restrict_r13
Definition: phy_ded.h:1288
asn1::rrc::pucch_cfg_ded_r13_s::pucch_num_repeat_ce_r13_c_::setup_c_::~setup_c_
~setup_c_()
Definition: phy_ded.h:5864
asn1::rrc::ant_info_ded_r10_s::ue_tx_ant_sel_c_::operator!=
bool operator!=(const ue_tx_ant_sel_c_ &other) const
Definition: phy_ded.h:4818
asn1::rrc::pucch_cfg_ded_r13_s::pucch_num_repeat_ce_r13_c_::setup_c_::mode_a_s_::pucch_num_repeat_ce_format2_r13_opts::to_number
uint8_t to_number() const
Definition: phy_ded.cc:14668
asn1::rrc::p_a_opts
Definition: rr_ded.h:652
asn1::rrc::p_c_and_cbsr_r13_s::cbsr_sel_r13_c_::non_precoded_r13_s_::codebook_subset_restrict2_r13
dyn_bitstring codebook_subset_restrict2_r13
Definition: phy_ded.h:63
asn1::rrc::cqi_report_periodic_proc_ext_r11_s::ri_cfg_idx_r11
uint16_t ri_cfg_idx_r11
Definition: phy_ded.h:1242
asn1::rrc::spucch_elems_r15_c::type_
types type_
Definition: phy_ded.h:2205
asn1::rrc::csi_rs_cfg_emimo_v1530_c::setup_c_::non_precoded_v1530
csi_rs_cfg_non_precoded_v1530_s & non_precoded_v1530()
Definition: phy_ded.h:1072
asn1::rrc::pucch_cfg_ded_v1530_s::operator!=
bool operator!=(const pucch_cfg_ded_v1530_s &other) const
Definition: phy_ded.h:4047
asn1::rrc::ant_info_ded_v1530_c::setup_c_::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:12157
asn1::rrc::cqi_report_cfg_r10_s::csi_sf_pattern_cfg_r10_c_::set
void set(types::options e=types::nulltype)
Definition: phy_ded.cc:6145
asn1::rrc::cqi_report_aperiodic_hybrid_r14_s::triggers_r14_c_::types
enumerated< types_opts > types
Definition: phy_ded.h:1725
asn1::rrc::pdsch_cfg_ded_v1530_s::alt_mcs_table_scaling_cfg_r15_opts::odot875
@ odot875
Definition: phy_ded.h:5414
asn1::rrc::phys_cfg_ded_stti_r15_c::setup_s_::csi_rs_cfg_nzp_to_add_mod_list_r15
csi_rs_cfg_nzp_to_add_mod_list_r15_l csi_rs_cfg_nzp_to_add_mod_list_r15
Definition: phy_ded.h:6694
asn1::rrc::csi_rs_cfg_emimo_r13_c::setup_c_::destroy_
void destroy_()
Definition: phy_ded.cc:2067
asn1::rrc::csi_rs_cfg_non_precoded_v1430_s::codebook_cfg_n1_v1430_opts::n5
@ n5
Definition: phy_ded.h:593
asn1::rrc::csi_rs_cfg_r10_s::csi_rs_r10_c_::setup_s_::sf_cfg_r10
uint8_t sf_cfg_r10
Definition: phy_ded.h:2482
asn1::rrc::ul_pwr_ctrl_ded_v1250_s::set2_pwr_ctrl_param_c_::setup_s_
Definition: phy_ded.h:7402
asn1::rrc::ant_info_ded_r10_s::ue_tx_ant_sel_c_::setup_opts::to_string
const char * to_string() const
Definition: phy_ded.cc:12000
asn1::rrc::pusch_cfg_ded_v1530_s::ce_pusch_sub_prb_cfg_r15_c_::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:16109
asn1::rrc::phys_cfg_ded_stti_r15_c::setup_s_::ant_info_ul_stti_r15_present
bool ant_info_ul_stti_r15_present
Definition: phy_ded.h:6668
asn1::rrc::csi_rs_cfg_nzp_emimo_r13_c::setup_s_::cdm_type_r13_opts::number_type
uint8_t number_type
Definition: phy_ded.h:381
asn1::rrc::eimta_main_cfg_serv_cell_r12_c::set
void set(types::options e=types::nulltype)
Definition: phy_ded.cc:9881
asn1::rrc::cqi_report_periodic_r10_c::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:4818
asn1::rrc::nzp_res_cfg_r13_s::operator==
bool operator==(const nzp_res_cfg_r13_s &other) const
Definition: phy_ded.cc:749
asn1::rrc::csi_rs_cfg_nzp_r11_s::mbsfn_sf_cfg_list_v1430_c_::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:662
asn1::rrc::csi_rs_cfg_r15_c::setup_s_::csi_rs_cfg_v1250
csi_rs_cfg_v1250_s csi_rs_cfg_v1250
Definition: phy_ded.h:3655
asn1::rrc::ant_info_ded_s::ue_tx_ant_sel_c_::types
setup_e types
Definition: phy_ded.h:4733
asn1::rrc::ul_pwr_ctrl_ded_v1250_s::operator==
bool operator==(const ul_pwr_ctrl_ded_v1250_s &other) const
Definition: phy_ded.cc:18227
asn1::rrc::tpc_idx_c::operator=
tpc_idx_c & operator=(const tpc_idx_c &other)
Definition: phy_ded.cc:5909
asn1::rrc::pusch_enhance_cfg_r14_c::setup_s_
Definition: phy_ded.h:6564
asn1::rrc::epdcch_set_cfg_r11_s::mpdcch_cfg_r13_c_::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:7342
asn1::rrc::pucch_cfg_ded_s::tdd_ack_nack_feedback_mode_opts
Definition: phy_ded.h:5484
asn1::rrc::phys_cfg_ded_s::type_a_srs_tpc_pdcch_group_r14_c_::types
setup_e types
Definition: phy_ded.h:7599
asn1::rrc::cqi_report_periodic_proc_ext_r11_s::periodicity_factor_wb_r13_opts::n2
@ n2
Definition: phy_ded.h:1227
asn1::rrc::epdcch_set_cfg_r11_s::mpdcch_cfg_r13_c_::setup_s_::mpdcch_pdsch_hop_cfg_r13_opts::nulltype
@ nulltype
Definition: phy_ded.h:2761
asn1::rrc::eimta_main_cfg_r12_c::setup_s_::eimta_cmd_periodicity_r12_opts::sf10
@ sf10
Definition: phy_ded.h:3859
asn1::rrc::enable256_qam_r14_c::setup_c_::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:7732
asn1::rrc::cqi_report_periodic_proc_ext_r11_s::cqi_format_ind_periodic_r11_c_::wideband_cqi_r11_s_::csi_report_mode_r11_opts::number_type
uint8_t number_type
Definition: phy_ded.h:1117
asn1::rrc::cqi_report_periodic_c::setup_s_::ri_cfg_idx_present
bool ri_cfg_idx_present
Definition: phy_ded.h:3612
asn1::rrc::phys_cfg_ded_s::ant_info_r10_c_::type_
types type_
Definition: phy_ded.h:7529
asn1::rrc::pusch_cfg_ded_v1530_s::ce_pusch_sub_prb_cfg_r15_c_::setup
setup_s_ & setup()
Definition: phy_ded.h:6533
asn1::rrc::ant_info_ded_stti_r15_c::setup_s_::tx_mode_dl_mbsfn_r15_e_
enumerated< tx_mode_dl_mbsfn_r15_opts > tx_mode_dl_mbsfn_r15_e_
Definition: phy_ded.h:3244
asn1::rrc::srs_ul_cfg_ded_c::c
setup_s_ c
Definition: phy_ded.h:6944
asn1::rrc::phys_cfg_ded_s::ant_info_c_::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:19748
asn1::rrc::pdsch_cfg_ded_v1280_s::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:13190
asn1::rrc::cqi_report_periodic_v1310_s::cri_report_cfg_r13
cri_report_cfg_r13_c cri_report_cfg_r13
Definition: phy_ded.h:2022
asn1::rrc::csi_rs_cfg_nzp_r11_s::qcl_crs_info_r11_s_::mbsfn_sf_cfg_list_r11_c_::mbsfn_sf_cfg_list_r11_c_
mbsfn_sf_cfg_list_r11_c_()=default
asn1::rrc::sched_request_cfg_c::sched_request_cfg_c
sched_request_cfg_c()=default
asn1::rrc::phys_cfg_ded_s::semi_static_cfi_cfg_r15_c_::setup_c_::operator=
setup_c_ & operator=(const setup_c_ &other)
Definition: phy_ded.cc:20260
asn1::rrc::pucch_cfg_ded_v1130_s::n1_pucch_an_cs_v1130_c_::n1_pucch_an_cs_v1130_c_
n1_pucch_an_cs_v1130_c_()=default
asn1::rrc::cqi_report_aperiodic_v1250_c::setup_s_::aperiodic_csi_trigger_v1250_s_::trigger_sf_set_ind_r12_opts::number_type
uint8_t number_type
Definition: phy_ded.h:1566
asn1::rrc::cqi_report_aperiodic_hybrid_r14_s::triggers_r14_c_::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:4519
asn1::rrc::pdcch_candidate_reductions_r13_c::setup_s_::pdcch_candidate_reduction_al5_r13
pdcch_candidate_reduction_value_r13_e pdcch_candidate_reduction_al5_r13
Definition: phy_ded.h:5259
asn1::rrc::ant_info_ded_stti_r15_c::set
void set(types::options e=types::nulltype)
Definition: phy_ded.cc:8392
asn1::rrc::pdsch_cfg_ded_v1430_s::ce_pdsch_max_bw_r14_opts::options
options
Definition: phy_ded.h:5380
asn1::rrc::phys_cfg_ded_s::ant_info_c_::explicit_value
ant_info_ded_s & explicit_value()
Definition: phy_ded.h:7482
asn1::rrc::csi_rs_cfg_non_precoded_v1430_s::csi_rs_cfg_nzp_emimo_v1430_present
bool csi_rs_cfg_nzp_emimo_v1430_present
Definition: phy_ded.h:610
asn1::json_writer
Definition: asn1_utils.h:1362
asn1::rrc::srs_ul_cfg_ded_c::setup_s_::srs_hop_bw_opts::nulltype
@ nulltype
Definition: phy_ded.h:6892
asn1::rrc::srs_ul_cfg_ded_c::setup_s_::srs_hop_bw_opts::number_type
uint8_t number_type
Definition: phy_ded.h:6893
asn1::rrc::pucch_cfg_ded_v1430_s::pucch_num_repeat_ce_format1_r14_e_
enumerated< pucch_num_repeat_ce_format1_r14_opts > pucch_num_repeat_ce_format1_r14_e_
Definition: phy_ded.h:6204
asn1::rrc::srs_cfg_ap_v1310_s::tx_comb_num_r13_opts::n2
@ n2
Definition: phy_ded.h:4305
asn1::rrc::pdsch_cfg_ded_v1530_s::alt_mcs_table_scaling_cfg_r15_opts::value
enum asn1::rrc::pdsch_cfg_ded_v1530_s::alt_mcs_table_scaling_cfg_r15_opts::options value
asn1::rrc::csi_process_r11_s::cqi_report_aperiodic_proc2_r12_c_::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:3712
asn1::rrc::csi_rs_cfg_nzp_r11_s::qcl_crs_info_r11_s_
Definition: phy_ded.h:194
asn1::rrc::srs_ul_cfg_ded_v1310_c::setup_s_::cyclic_shift_v1310_opts::cs10
@ cs10
Definition: phy_ded.h:6963
asn1::rrc::cqi_report_cfg_v1250_s::csi_sf_pattern_cfg_r12_c_::c
setup_s_ c
Definition: phy_ded.h:2394
asn1::rrc::delta_tx_d_offset_list_pucch_r10_s::delta_tx_d_offset_pucch_format1a1b_r10_opts::nulltype
@ nulltype
Definition: phy_ded.h:3793
asn1::rrc::ant_info_ded_v920_s::codebook_subset_restrict_v920_c_::types_opts::nulltype
@ nulltype
Definition: phy_ded.h:4956
asn1::rrc::cqi_report_periodic_v1320_s::periodicity_factor_wb_r13
periodicity_factor_wb_r13_e_ periodicity_factor_wb_r13
Definition: phy_ded.h:2045
asn1::rrc::csi_process_r11_s::cqi_report_aperiodic_proc2_r12
copy_ptr< cqi_report_aperiodic_proc2_r12_c_ > cqi_report_aperiodic_proc2_r12
Definition: phy_ded.h:1439
asn1::rrc::cqi_report_aperiodic_r10_c::setup_s_::aperiodic_csi_trigger_r10_s_::trigger2_r10
fixed_bitstring< 8 > trigger2_r10
Definition: phy_ded.h:1522
asn1::rrc::eimta_main_cfg_serv_cell_r12_c::operator!=
bool operator!=(const eimta_main_cfg_serv_cell_r12_c &other) const
Definition: phy_ded.h:3962
asn1::rrc::csi_rs_cfg_nzp_r11_s::mbsfn_sf_cfg_list_v1430_c_::setup_s_::sf_cfg_list_v1430
mbsfn_sf_cfg_list_v1430_l sf_cfg_list_v1430
Definition: phy_ded.h:245
asn1::rrc::pdsch_cfg_ded_v1430_s::ce_harq_ack_bundling_r14_present
bool ce_harq_ack_bundling_r14_present
Definition: phy_ded.h:5399
asn1::rrc::csi_rs_cfg_non_precoded_v1480_s::codebook_cfg_n2_r1480_opts::to_number
uint8_t to_number() const
Definition: phy_ded.cc:1634
asn1::rrc::pucch_cfg_ded_v1530_s::codebooksize_determination_stti_r15
codebooksize_determination_stti_r15_e_ codebooksize_determination_stti_r15
Definition: phy_ded.h:4040
asn1::rrc::cqi_report_cfg_v1530_s::alt_cqi_table_minus1024_qam_r15_opts::to_number
uint8_t to_number() const
Definition: phy_ded.cc:12622
asn1::rrc::csi_rs_cfg_nzp_activation_r14_s::activ_res_r14
uint8_t activ_res_r14
Definition: phy_ded.h:174
asn1::rrc::delta_tx_d_offset_list_pucch_v1130_s::delta_tx_d_offset_pucch_format1b_cs_r11_opts::db_minus1
@ db_minus1
Definition: phy_ded.h:3836
asn1::rrc::sched_request_cfg_c::set_setup
setup_s_ & set_setup()
Definition: phy_ded.cc:16956
asn1::rrc::srs_ul_cfg_ded_v1020_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:17187
asn1::rrc::srs_cfg_ap_r10_s::cyclic_shift_ap_r10_opts::cs7
@ cs7
Definition: phy_ded.h:4228
asn1::rrc::eimta_main_cfg_r12_c::setup_s_::eimta_cmd_periodicity_r12_opts::options
options
Definition: phy_ded.h:3859
asn1::rrc::ant_info_ded_v1250_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:12013
asn1::rrc::p_c_and_cbsr_r13_s::cbsr_sel_r13_c_::non_precoded_r13_s_
Definition: phy_ded.h:61
asn1::rrc::pucch_format3_conf_r13_s::two_ant_port_activ_pucch_format3_r13_present
bool two_ant_port_activ_pucch_format3_r13_present
Definition: phy_ded.h:4092
asn1::rrc::cqi_report_periodic_proc_ext_r11_s::cqi_format_ind_periodic_r11_c_::wideband_cqi_r11
wideband_cqi_r11_s_ & wideband_cqi_r11()
Definition: phy_ded.h:1162
asn1::rrc::cqi_report_both_proc_r11_s::ri_ref_csi_process_id_r11
uint8_t ri_ref_csi_process_id_r11
Definition: phy_ded.h:723
asn1::rrc::csi_rs_cfg_emimo_v1430_c::c
setup_c_ c
Definition: phy_ded.h:969
asn1::rrc::spucch_elems_r15_c::set
void set(types::options e=types::nulltype)
Definition: phy_ded.cc:5670
asn1::rrc::csi_rs_cfg_emimo_r13_c::setup_c_::type
types type() const
Definition: phy_ded.h:824
asn1::bit_ref
Definition: asn1_utils.h:174
asn1::rrc::srs_ul_cfg_ded_v1310_c::c
setup_s_ c
Definition: phy_ded.h:7014
asn1::rrc::ant_info_ded_v1430_s
Definition: phy_ded.h:4865
asn1::rrc::delta_tx_d_offset_list_pucch_r10_s::delta_tx_d_offset_pucch_format1_r10_opts::to_number
int8_t to_number() const
Definition: phy_ded.cc:9710
asn1::rrc::ant_info_ded_stti_r15_c
Definition: phy_ded.h:3235
asn1::rrc::csi_rs_cfg_non_precoded_v1530_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:1651
asn1::rrc::ant_info_ded_r10_s::ue_tx_ant_sel_c_::set_release
void set_release()
Definition: phy_ded.cc:11940
asn1::rrc::srs_cfg_ap_r13_s::cyclic_shift_ap_r13_opts::cs2
@ cs2
Definition: phy_ded.h:4262
asn1::rrc::cqi_report_aperiodic_r10_c::setup_s_
Definition: phy_ded.h:1519
asn1::rrc::ant_info_ded_v1530_c::setup_c_::types_opts::value
enum asn1::rrc::ant_info_ded_v1530_c::setup_c_::types_opts::options value
asn1::rrc::pdsch_re_map_qcl_cfg_r11_s::mbsfn_sf_cfg_list_v1430_c_::operator!=
bool operator!=(const mbsfn_sf_cfg_list_v1430_c_ &other) const
Definition: phy_ded.h:3069
asn1::rrc::cqi_report_aperiodic_hybrid_r14_s::triggers_r14_c_::one_bit_r14_s_
Definition: phy_ded.h:1701
asn1::rrc::ul_pwr_ctrl_ded_v1250_s::set2_pwr_ctrl_param_c_::setup_s_::alpha_sf_set2_r12
alpha_r12_e alpha_sf_set2_r12
Definition: phy_ded.h:7405
asn1::rrc::srs_ul_cfg_ded_up_pts_ext_r13_c::setup_s_::cyclic_shift_r13_e_
enumerated< cyclic_shift_r13_opts > cyclic_shift_r13_e_
Definition: phy_ded.h:7291
asn1::rrc::eimta_main_cfg_r12_c::set
void set(types::options e=types::nulltype)
Definition: phy_ded.cc:9794
asn1::rrc::tpc_idx_c::types_opts::value
enum asn1::rrc::tpc_idx_c::types_opts::options value
asn1::rrc::pdsch_cfg_ded_v1310_s::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:13236
asn1::rrc::srs_cfg_ap_r13_s::cyclic_shift_ap_r13_opts::value
enum asn1::rrc::srs_cfg_ap_r13_s::cyclic_shift_ap_r13_opts::options value
asn1::rrc::pdsch_cfg_ded_v1280_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:13170
asn1::rrc::csi_rs_cfg_v1530_s
Definition: phy_ded.h:5139
asn1::rrc::pucch_cfg_ded_r13_s::npucch_param_r13_c_::setup
setup_s_ & setup()
Definition: phy_ded.h:5751
asn1::rrc::spdcch_elems_r15_c::setup_s_::tx_type_r15_opts::options
options
Definition: phy_ded.h:2065
asn1::rrc::phys_cfg_ded_s::type_a_srs_tpc_pdcch_group_r14_c_::set_release
void set_release()
Definition: phy_ded.cc:19990
asn1::rrc::pucch_cfg_ded_r13_s::npucch_param_r13_c_::type_
types type_
Definition: phy_ded.h:5765
asn1::rrc::cqi_report_aperiodic_v1310_c::setup_s_::aperiodic_csi_trigger2_r13_c_::set_setup
setup_s_ & set_setup()
Definition: phy_ded.cc:4269
asn1::rrc::csi_rs_cfg_non_precoded_v1480_s::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:1590
asn1::rrc::cqi_report_periodic_v1130_s
Definition: phy_ded.h:2003
asn1::rrc::delta_tx_d_offset_list_spucch_r15_s::delta_tx_d_offset_spucch_format3_r15_opts
Definition: phy_ded.h:2654
asn1::rrc::cqi_report_periodic_proc_ext_r11_s::cqi_format_ind_periodic_r11_c_::subband_cqi_r11_s_::periodicity_factor_r11_opts::n4
@ n4
Definition: phy_ded.h:1130
asn1::rrc::pdsch_cfg_ded_v1530_s::alt_mcs_table_scaling_cfg_r15_opts::odot75
@ odot75
Definition: phy_ded.h:5414
asn1::rrc::cqi_report_periodic_c::setup_s_::cqi_format_ind_periodic_c_::types_opts::to_string
const char * to_string() const
Definition: rrc.cc:841
asn1::rrc::pucch_format3_conf_r13_s::two_ant_port_activ_pucch_format3_r13_c_::setup_s_::n3_pucch_an_list_p1_r13
n3_pucch_an_list_p1_r13_l_ n3_pucch_an_list_p1_r13
Definition: phy_ded.h:4058
asn1::rrc::cqi_report_periodic_c::setup_s_::simul_ack_nack_and_cqi
bool simul_ack_nack_and_cqi
Definition: phy_ded.h:3617
asn1::rrc::pdsch_re_map_qcl_cfg_r11_s::codeword_one_cfg_v1530_c_::setup_s_::pdsch_start_v1530_opts::nulltype
@ nulltype
Definition: phy_ded.h:3099
asn1::rrc::srs_ul_cfg_ded_up_pts_ext_r13_c::setup_s_::cyclic_shift_r13_opts::number_type
uint8_t number_type
Definition: phy_ded.h:7286
asn1::rrc::sched_request_cfg_v1530_c::setup_s_::sr_slot_spucch_idx_fh_r15_present
bool sr_slot_spucch_idx_fh_r15_present
Definition: phy_ded.h:4342
asn1::rrc::spdcch_elems_r15_c::setup_s_::spdcch_set_ref_sig_r15_opts::to_string
const char * to_string() const
Definition: phy_ded.cc:5640
asn1::rrc::slot_or_subslot_pdsch_cfg_r15_c::setup_s_::alt_cqi_table1024_qam_stti_r15_opts::csi_sf_set2
@ csi_sf_set2
Definition: phy_ded.h:4411
asn1::rrc::srs_ant_port_opts::value
enum asn1::rrc::srs_ant_port_opts::options value
asn1::rrc::pusch_cfg_ded_r13_s::beta_offset2_ack_idx_r13
uint8_t beta_offset2_ack_idx_r13
Definition: phy_ded.h:6329
asn1::rrc::ant_info_ded_s::codebook_subset_restrict_c_::types_opts::value
enum asn1::rrc::ant_info_ded_s::codebook_subset_restrict_c_::types_opts::options value
asn1::rrc::pdsch_re_map_qcl_cfg_r11_s::codeword_one_cfg_v1530_c_::codeword_one_cfg_v1530_c_
codeword_one_cfg_v1530_c_()=default
asn1::rrc::phys_cfg_ded_s::pusch_enhance_cfg_r14
copy_ptr< pusch_enhance_cfg_r14_c > pusch_enhance_cfg_r14
Definition: phy_ded.h:7942
asn1::rrc::pucch_cfg_ded_r13_s::pucch_num_repeat_ce_r13_c_::setup_c_::type_
types type_
Definition: phy_ded.h:5897
asn1::rrc::pdsch_cfg_ded_v1130_s::operator!=
bool operator!=(const pdsch_cfg_ded_v1130_s &other) const
Definition: phy_ded.h:5338
asn1::rrc::spdcch_elems_r15_c
Definition: phy_ded.h:2056
asn1::rrc::csi_rs_cfg_nzp_r11_s::qcl_crs_info_r11_s_::crs_ports_count_r11_opts::to_string
const char * to_string() const
Definition: phy_ded.cc:528
asn1::rrc::srs_ul_cfg_ded_aperiodic_up_pts_ext_r13_c::setup_s_::srs_activ_ap_r13_c_::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:17866
asn1::rrc::cqi_report_periodic_proc_ext_r11_s::cqi_format_ind_periodic_r11_c_::set_subband_cqi_r11
subband_cqi_r11_s_ & set_subband_cqi_r11()
Definition: phy_ded.cc:2923
asn1::rrc::ant_info_ded_stti_r15_c::setup_s_::max_layers_mimo_stti_r15_opts::options
options
Definition: phy_ded.h:3440
asn1::rrc::csi_rs_cfg_nzp_r11_s::qcl_crs_info_r11_s_::crs_ports_count_r11_opts::number_type
uint8_t number_type
Definition: phy_ded.h:197
asn1::rrc::delta_tx_d_offset_list_spucch_r15_s
Definition: phy_ded.h:2629
asn1::rrc::srs_ul_cfg_ded_aperiodic_v1310_c::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:17547
asn1::rrc::phys_cfg_ded_s::csi_rs_cfg_v1480
copy_ptr< csi_rs_cfg_v1480_s > csi_rs_cfg_v1480
Definition: phy_ded.h:7956
asn1::rrc::pdsch_cfg_ded_v1280_s::tbs_idx_alt_r12_opts::number_type
uint8_t number_type
Definition: phy_ded.h:5345
asn1::rrc::ant_info_ded_stti_r15_c::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:8405
asn1::rrc::phys_cfg_ded_s::srs_ul_cfg_ded_ap_up_pts_ext_list_r14
copy_ptr< srs_ul_cfg_ded_ap_up_pts_ext_list_r14_l_ > srs_ul_cfg_ded_ap_up_pts_ext_list_r14
Definition: phy_ded.h:7950
asn1::rrc::csi_rs_cfg_nzp_r11_s::mbsfn_sf_cfg_list_v1430_c_::type
types type() const
Definition: phy_ded.h:252
asn1::rrc::spdcch_elems_r15_c::setup_s_::tx_type_r15_opts::value
enum asn1::rrc::spdcch_elems_r15_c::setup_s_::tx_type_r15_opts::options value
asn1::rrc::pusch_cfg_ded_v1130_s::pusch_dmrs_r11_c_::c
setup_s_ c
Definition: phy_ded.h:6398
asn1::rrc::tdd_pusch_up_pts_r14_c::setup_s_::sym_pusch_up_pts_r14_opts::sym5
@ sym5
Definition: phy_ded.h:4536
asn1::rrc::csi_rs_cfg_emimo_v1480_c::setup_c_::types_opts::non_precoded_v1480
@ non_precoded_v1480
Definition: phy_ded.h:976
asn1::rrc::cqi_report_periodic_proc_ext_r11_s::csi_cfg_idx_r11_c_::set_release
void set_release()
Definition: phy_ded.cc:3063
asn1::rrc::pusch_cfg_ded_v1250_s::uci_on_pusch_c_::setup_s_::beta_offset_mc_r12_s_::beta_offset_ack_idx_mc_sf_set2_r12
uint8_t beta_offset_ack_idx_mc_sf_set2_r12
Definition: phy_ded.h:6417
asn1::rrc::csi_rs_cfg_v1250_s::ds_zero_tx_pwr_csi_rs_r12_c_::operator==
bool operator==(const ds_zero_tx_pwr_csi_rs_r12_c_ &other) const
Definition: phy_ded.cc:6803
asn1::rrc::cqi_report_cfg_v1430_s
Definition: phy_ded.h:2454
asn1::rrc::ant_info_ded_stti_r15_c::setup_s_::codebook_subset_restrict_c_::types
enumerated< types_opts > types
Definition: phy_ded.h:3274
asn1::rrc::csi_rs_cfg_v1530_s::operator==
bool operator==(const csi_rs_cfg_v1530_s &other) const
Definition: phy_ded.cc:12728
asn1::rrc::p_c_and_cbsr_r13_s::cbsr_sel_r13_c_::bf_kn_r13_s_
Definition: phy_ded.h:68
asn1::rrc::pdsch_cfg_ded_s::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:13051
asn1::rrc::ant_info_ded_r10_s::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:11890
asn1::rrc::cqi_report_cfg_v1250_s::csi_sf_pattern_cfg_r12_c_::types
setup_e types
Definition: phy_ded.h:2367
asn1::rrc::srs_ul_cfg_ded_c::setup_s_::cyclic_shift_opts::cs4
@ cs4
Definition: phy_ded.h:6900
asn1::rrc::phys_cfg_ded_s::must_cfg_r14_c_::setup_s_::p_a_must_r14_opts::db_minus3
@ db_minus3
Definition: phy_ded.h:7637
asn1::rrc::csi_rs_cfg_bf_r13_s::operator==
bool operator==(const csi_rs_cfg_bf_r13_s &other) const
Definition: phy_ded.cc:1175
asn1::rrc::cqi_report_periodic_proc_ext_r11_s::cqi_format_ind_periodic_r11_c_::wideband_cqi_r11_s_::csi_report_mode_r11_opts::nulltype
@ nulltype
Definition: phy_ded.h:1116
asn1::rrc::pucch_cfg_ded_r13_s::codebooksize_determination_r13_opts::to_string
const char * to_string() const
Definition: phy_ded.cc:14397
asn1::rrc::srs_cfg_ap_r10_s::operator==
bool operator==(const srs_cfg_ap_r10_s &other) const
Definition: phy_ded.cc:10551
asn1::rrc::tdd_pusch_up_pts_r14_c::setup_s_::sym_pusch_up_pts_r14_opts::sym6
@ sym6
Definition: phy_ded.h:4536
asn1::rrc::ant_info_ded_stti_r15_c::setup_s_::codebook_subset_restrict_c_::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:8805
asn1::rrc::cqi_report_cfg_v1130_s::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:6233
asn1::rrc::cqi_report_aperiodic_hybrid_r14_s::triggers_r14_c_::types_opts::number_type
uint8_t number_type
Definition: phy_ded.h:1720
asn1::rrc::csi_process_r11_s::cqi_report_aperiodic_proc2_r12_c_::set_setup
cqi_report_aperiodic_proc_r11_s & set_setup()
Definition: phy_ded.cc:3707
asn1::rrc::srs_ul_cfg_ded_up_pts_ext_r13_c::type
types type() const
Definition: phy_ded.h:7318
asn1::rrc::srs_ul_cfg_ded_up_pts_ext_r13_c::setup
setup_s_ & setup()
Definition: phy_ded.h:7325
asn1::rrc::pucch_format3_conf_r13_s::operator!=
bool operator!=(const pucch_format3_conf_r13_s &other) const
Definition: phy_ded.h:4101
asn1::rrc::ul_pwr_ctrl_ded_v1250_s
Definition: phy_ded.h:7400
asn1::rrc::phys_cfg_ded_stti_r15_c::setup_s_::csi_rs_cfg_zp_to_release_list_r15_present
bool csi_rs_cfg_zp_to_release_list_r15_present
Definition: phy_ded.h:6676
asn1::rrc::tpc_idx_c
Definition: phy_ded.h:2210
asn1::rrc::srs_cfg_ap_r10_s::srs_bw_ap_r10_opts::bw3
@ bw3
Definition: phy_ded.h:4220
asn1::rrc::cqi_report_periodic_c::setup
setup_s_ & setup()
Definition: phy_ded.h:3629
asn1::rrc::pusch_cfg_ded_r13_s::uci_on_pusch_c_::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:15611
asn1::rrc::nzp_res_cfg_r13_s::ext
bool ext
Definition: phy_ded.h:308
asn1::rrc::zero_tx_pwr_csi_rs_r12_s
Definition: phy_ded.h:1505
asn1::rrc::phys_cfg_ded_s::eimta_main_cfg_r12
copy_ptr< eimta_main_cfg_r12_c > eimta_main_cfg_r12
Definition: phy_ded.h:7912
asn1::rrc::spucch_elems_r15_c::setup_s_::n1_slot_spucch_no_fh_an_list_r15_present
bool n1_slot_spucch_no_fh_an_list_r15_present
Definition: phy_ded.h:2160
asn1::rrc::csi_rs_cfg_zp_ap_list_r14_c::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:9531
asn1::rrc::pucch_cfg_ded_s::ack_nack_repeat_c_::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:13492
asn1::rrc::dmrs_cfg_v1310_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:9641
asn1::rrc::ant_info_ded_s::codebook_subset_restrict_c_::types_opts::n4_tx_ant_tm3
@ n4_tx_ant_tm3
Definition: phy_ded.h:4606
asn1::rrc::spucch_cfg_r15_c::setup_s_::spucch_set_r15_present
bool spucch_set_r15_present
Definition: phy_ded.h:4169
asn1::rrc::cqi_report_cfg_r10_s::csi_sf_pattern_cfg_r10_c_::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:6178
asn1::rrc::csi_process_r11_s::cqi_report_aperiodic_proc_r11_present
bool cqi_report_aperiodic_proc_r11_present
Definition: phy_ded.h:1427
asn1::rrc::cqi_report_periodic_proc_ext_r11_s::operator==
bool operator==(const cqi_report_periodic_proc_ext_r11_s &other) const
Definition: phy_ded.cc:2830
asn1::rrc::pucch_cfg_ded_v1020_s::pucch_format_r10_c_::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:14877
asn1::rrc::csi_rs_cfg_non_precoded_r13_s::csi_rs_cfg_nzp_emimo_r13
csi_rs_cfg_nzp_emimo_r13_c csi_rs_cfg_nzp_emimo_r13
Definition: phy_ded.h:580
asn1::rrc::cqi_report_cfg_s::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:12567
asn1::rrc::cqi_report_periodic_v1310_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:5306
asn1::rrc::csi_rs_cfg_non_precoded_v1430_s::codebook_cfg_n2_v1430_opts::n5
@ n5
Definition: phy_ded.h:601
asn1::rrc::phys_cfg_ded_s::blind_pdsch_repeat_cfg_r15_c_::setup_s_::max_num_slot_subslot_pdsch_repeats_r15_present
bool max_num_slot_subslot_pdsch_repeats_r15_present
Definition: phy_ded.h:7812
asn1::rrc::ant_info_ded_stti_r15_c::setup_s_::codebook_subset_restrict_c_::types_opts::value
enum asn1::rrc::ant_info_ded_stti_r15_c::setup_s_::codebook_subset_restrict_c_::types_opts::options value
asn1::rrc::spdcch_elems_r15_c::setup_s_::sf_type_r15_opts::mbsfn
@ mbsfn
Definition: phy_ded.h:2078
asn1::rrc::cqi_report_cfg_r15_c::setup_s_::alt_cqi_table_minus1024_qam_r15_opts::csi_sf_set1
@ csi_sf_set1
Definition: phy_ded.h:3517
asn1::rrc::phys_cfg_ded_s::ant_info_c_::types_opts::default_value
@ default_value
Definition: phy_ded.h:7468
asn1::rrc::ant_info_ded_stti_r15_c::setup_s_::codebook_subset_restrict_c_::n2_tx_ant_tm6_r15
fixed_bitstring< 4 > & n2_tx_ant_tm6_r15()
Definition: phy_ded.h:3319
asn1::rrc::srs_ul_cfg_ded_c::setup_s_::cyclic_shift_opts::cs1
@ cs1
Definition: phy_ded.h:6900
asn1::rrc::phys_cfg_ded_s::add_spec_emission_ca_r10_c_
Definition: phy_ded.h:7532
asn1::rrc::cfi_pattern_cfg_r15_s::operator!=
bool operator!=(const cfi_pattern_cfg_r15_s &other) const
Definition: phy_ded.h:5074
asn1::rrc::ant_info_ded_v920_s::codebook_subset_restrict_v920_c_::~codebook_subset_restrict_v920_c_
~codebook_subset_restrict_v920_c_()
Definition: phy_ded.h:4968
asn1::rrc::csi_rs_cfg_emimo_v1480_c::csi_rs_cfg_emimo_v1480_c
csi_rs_cfg_emimo_v1480_c()=default
asn1::rrc::phys_cfg_ded_s::blind_pdsch_repeat_cfg_r15_c_::setup_s_::mcs_restrict_sf_pdsch_repeats_r15_opts::n0
@ n0
Definition: phy_ded.h:7793
asn1::rrc::csi_rs_cfg_r15_c::setup_s_::csi_rs_cfg_r10_present
bool csi_rs_cfg_r10_present
Definition: phy_ded.h:3650
asn1::rrc::sched_request_cfg_v1530_c::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:10787
asn1::rrc::cqi_report_cfg_v1310_s::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:6448
asn1::rrc::zero_tx_pwr_csi_rs_r12_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:3932
asn1::rrc::csi_rs_cfg_emimo_v1430_c::csi_rs_cfg_emimo_v1430_c
csi_rs_cfg_emimo_v1430_c()=default
asn1::rrc::ant_info_ded_v920_s
Definition: phy_ded.h:4953
asn1::rrc::pucch_cfg_ded_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:13423
asn1::rrc::cqi_report_cfg_v1250_s::operator!=
bool operator!=(const cqi_report_cfg_v1250_s &other) const
Definition: phy_ded.h:2420
asn1::rrc::spucch_cfg_r15_c::set
void set(types::options e=types::nulltype)
Definition: phy_ded.cc:10395
asn1::rrc::ant_info_ded_v1250_s::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:12019
asn1::rrc::pusch_enhance_cfg_r14_c::setup_s_::interv_ul_hop_pusch_enh_r14_c_::interv_tdd_pusch_enh_r14_opts::to_string
const char * to_string() const
Definition: phy_ded.cc:16387
asn1::rrc::spdcch_elems_r15_c::setup_s_::rate_matching_mode_r15_opts::m3
@ m3
Definition: phy_ded.h:2084
asn1::rrc::dmrs_cfg_v1310_s
Definition: phy_ded.h:3771
asn1::rrc::epdcch_cfg_r11_s::cfg_r11_c_::set_setup
setup_s_ & set_setup()
Definition: phy_ded.cc:12767
asn1::rrc::enable256_qam_r14_c::setup_c_::types_opts::value
enum asn1::rrc::enable256_qam_r14_c::setup_c_::types_opts::options value
asn1::rrc::csi_rs_cfg_v1530_s::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:12719
asn1::rrc::pusch_cfg_ded_r13_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:15360
asn1::rrc::p_c_and_cbsr_r13_s::cbsr_sel_r13_c_::destroy_
void destroy_()
Definition: phy_ded.cc:74
asn1::rrc::csi_rs_cfg_nzp_r11_s::qcl_crs_info_r11_s_::mbsfn_sf_cfg_list_r11_c_::setup_s_::sf_cfg_list
mbsfn_sf_cfg_list_l sf_cfg_list
Definition: phy_ded.h:205
asn1::rrc::pucch_cfg_ded_v1020_s::n1_pucch_an_rep_p1_r10
uint16_t n1_pucch_an_rep_p1_r10
Definition: phy_ded.h:6063
asn1::rrc::spucch_elems_r15_c::setup_s_::n4max_coderate_slot_pucch_r15
uint8_t n4max_coderate_slot_pucch_r15
Definition: phy_ded.h:2174
asn1::rrc::csi_rs_cfg_nzp_r11_s::ant_ports_count_r11
ant_ports_count_r11_e_ ant_ports_count_r11
Definition: phy_ded.h:281
asn1::rrc::ul_pwr_ctrl_ded_v1250_s::set2_pwr_ctrl_param_c_::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:18245
asn1::rrc::spdcch_cfg_r15_c::c
setup_s_ c
Definition: phy_ded.h:4155
asn1::rrc::csi_process_r11_s::csi_im_cfg_id_list_r12
copy_ptr< csi_im_cfg_id_list_r12_c_ > csi_im_cfg_id_list_r12
Definition: phy_ded.h:1438
asn1::rrc::csi_rs_cfg_r10_s::csi_rs_r10_present
bool csi_rs_r10_present
Definition: phy_ded.h:2516
asn1::rrc::epdcch_set_cfg_r11_s::mpdcch_cfg_r13_c_::setup_s_::mpdcch_start_sf_uess_r13_c_::tdd_r13_opts::options
options
Definition: phy_ded.h:2777
asn1::rrc::srs_ul_cfg_ded_up_pts_ext_r13_c::setup_s_::cyclic_shift_r13
cyclic_shift_r13_e_ cyclic_shift_r13
Definition: phy_ded.h:7309
asn1::rrc::pusch_cfg_ded_r13_s::beta_offset2_ack_idx_r13_present
bool beta_offset2_ack_idx_r13_present
Definition: phy_ded.h:6321
asn1::rrc::phys_cfg_ded_s::blind_pdsch_repeat_cfg_r15_c_::setup_s_::rv_slotsublot_pdsch_repeats_r15_opts
Definition: phy_ded.h:7784
asn1::rrc::srs_ul_cfg_ded_aperiodic_r10_c::setup_s_::srs_cfg_ap_dci_format4_r10_present
bool srs_cfg_ap_dci_format4_r10_present
Definition: phy_ded.h:7059
asn1::rrc::epdcch_cfg_r11_s::cfg_r11_c_::type_
types type_
Definition: phy_ded.h:5237
asn1::rrc::csi_rs_cfg_non_precoded_r13_s::codebook_cfg_n1_r13_opts::n8
@ n8
Definition: phy_ded.h:534
asn1::rrc::epdcch_set_cfg_r11_s::csi_rs_cfg_zp_id2_r12_c_::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:7217
asn1::rrc::enable256_qam_r14_c::setup_c_::types_opts::tpc_sf_set_not_cfgured_r14
@ tpc_sf_set_not_cfgured_r14
Definition: phy_ded.h:2917
asn1::rrc::phys_cfg_ded_s::ce_mode_r13_c_::set_setup
setup_e_ & set_setup()
Definition: phy_ded.cc:19928
asn1::rrc::cqi_report_periodic_r10_c::setup_s_::cqi_format_ind_periodic_r10_c_::subband_cqi_r10_s_::periodicity_factor_r10_opts::value
enum asn1::rrc::cqi_report_periodic_r10_c::setup_s_::cqi_format_ind_periodic_r10_c_::subband_cqi_r10_s_::periodicity_factor_r10_opts::options value
asn1::rrc::srs_ul_cfg_ded_c::type
types type() const
Definition: phy_ded.h:6922
asn1::rrc::spucch_cfg_v1550_c::operator==
bool operator==(const spucch_cfg_v1550_c &other) const
Definition: phy_ded.cc:16848
asn1::rrc::p_c_and_cbsr_r15_s::codebook_subset_restrict4_r15
dyn_bitstring codebook_subset_restrict4_r15
Definition: phy_ded.h:331
asn1::rrc::srs_tpc_pdcch_cfg_r14_c::type
types type() const
Definition: phy_ded.h:6799
asn1::rrc::eimta_main_cfg_serv_cell_r12_c
Definition: phy_ded.h:3903
asn1::rrc::ant_info_ul_r10_s::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:12371
asn1::rrc::pucch_format3_conf_r13_s::operator==
bool operator==(const pucch_format3_conf_r13_s &other) const
Definition: phy_ded.cc:10207
asn1::rrc::phys_cfg_ded_s::blind_pdsch_repeat_cfg_r15_c_::setup_s_::rv_sf_pdsch_repeats_r15_opts::dlrvseq1
@ dlrvseq1
Definition: phy_ded.h:7777
asn1::rrc::srs_cfg_ap_r13_s::srs_bw_ap_r13_opts::value
enum asn1::rrc::srs_cfg_ap_r13_s::srs_bw_ap_r13_opts::options value
asn1::rrc::cqi_report_cfg_v1250_s::csi_sf_pattern_cfg_r12_c_::setup
setup_s_ & setup()
Definition: phy_ded.h:2379
asn1::rrc::ant_info_ded_r10_s::tx_mode_r10_opts::nulltype
@ nulltype
Definition: phy_ded.h:4793
asn1::rrc::phys_cfg_ded_s::ant_info_c_::types_opts::options
options
Definition: phy_ded.h:7468
asn1::rrc::phys_cfg_ded_s::type_a_srs_tpc_pdcch_group_r14
copy_ptr< type_a_srs_tpc_pdcch_group_r14_c_ > type_a_srs_tpc_pdcch_group_r14
Definition: phy_ded.h:7940
asn1::rrc::pucch_cfg_ded_v1130_s::n1_pucch_an_cs_v1130_c_::setup_s_
Definition: phy_ded.h:6074
asn1::rrc::pdsch_re_map_qcl_cfg_r11_s::codeword_one_cfg_v1530_c_::set_release
void set_release()
Definition: phy_ded.cc:8137
asn1::rrc::eimta_main_cfg_r12_c::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:9843
asn1::rrc::srs_ant_port_opts::an2
@ an2
Definition: phy_ded.h:3182
asn1::rrc::ant_info_ded_s::codebook_subset_restrict_c_::types_opts::n2_tx_ant_tm4
@ n2_tx_ant_tm4
Definition: phy_ded.h:4607
asn1::rrc::csi_rs_cfg_emimo_v1480_c::setup_c_::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:2567
asn1::rrc::eimta_main_cfg_serv_cell_r12_c::operator==
bool operator==(const eimta_main_cfg_serv_cell_r12_c &other) const
Definition: phy_ded.cc:9950
asn1::rrc::cqi_report_cfg_v1430_s::cqi_report_aperiodic_hybrid_r14
cqi_report_aperiodic_hybrid_r14_s cqi_report_aperiodic_hybrid_r14
Definition: phy_ded.h:2456
asn1::rrc::phys_cfg_ded_s::ul_pwr_ctrl_ded_v1530
copy_ptr< ul_pwr_ctrl_ded_v1530_s > ul_pwr_ctrl_ded_v1530
Definition: phy_ded.h:7964
asn1::rrc::pusch_cfg_ded_v1530_s::ce_pusch_sub_prb_cfg_r15_present
bool ce_pusch_sub_prb_cfg_r15_present
Definition: phy_ded.h:6552
asn1::rrc::ant_info_ded_r10_s::ue_tx_ant_sel_c_::c
setup_e_ c
Definition: phy_ded.h:4835
asn1::rrc::cqi_report_cfg_v1130_s::operator==
bool operator==(const cqi_report_cfg_v1130_s &other) const
Definition: phy_ded.cc:6242
asn1::rrc::srs_cfg_ap_r13_s::cyclic_shift_ap_r13
cyclic_shift_ap_r13_e_ cyclic_shift_ap_r13
Definition: phy_ded.h:4283
asn1::rrc::pdsch_re_map_qcl_cfg_r11_s::optional_set_of_fields_r11_s_::pdsch_start_r11_opts::to_number
uint8_t to_number() const
Definition: phy_ded.cc:8044
asn1::rrc::srs_ul_cfg_ded_up_pts_ext_r13_c::setup_s_::cyclic_shift_r13_opts::cs2
@ cs2
Definition: phy_ded.h:7285
asn1::rrc::srs_ul_cfg_ded_v1310_c::setup_s_::cyclic_shift_v1310_e_
enumerated< cyclic_shift_v1310_opts > cyclic_shift_v1310_e_
Definition: phy_ded.h:6969
asn1::rrc::csi_process_r11_s::cqi_report_aperiodic_proc_v1310_c_::operator==
bool operator==(const cqi_report_aperiodic_proc_v1310_c_ &other) const
Definition: phy_ded.cc:3825
asn1::rrc::csi_rs_cfg_nzp_emimo_r13_c::type
types type() const
Definition: phy_ded.h:398
asn1::rrc::csi_rs_cfg_nzp_r11_s::qcl_crs_info_r11_s_::mbsfn_sf_cfg_list_r11_c_::types
setup_e types
Definition: phy_ded.h:207
asn1::rrc::pucch_cfg_ded_r13_s::pucch_format_r13_c_::types_opts::nulltype
@ nulltype
Definition: phy_ded.h:5662
asn1::rrc::spucch_cfg_r15_c
Definition: phy_ded.h:4159
asn1::rrc::csi_process_r11_s::cqi_report_aperiodic_proc2_r12_c_::set_release
void set_release()
Definition: phy_ded.cc:3703
asn1::rrc::tdd_pusch_up_pts_r14_c::setup_s_
Definition: phy_ded.h:4534
asn1::rrc::srs_ul_cfg_ded_v1310_c::setup_s_::cyclic_shift_v1310_opts::number_type
uint8_t number_type
Definition: phy_ded.h:6964
asn1::rrc::cqi_report_cfg_r10_s::csi_sf_pattern_cfg_r10
csi_sf_pattern_cfg_r10_c_ csi_sf_pattern_cfg_r10
Definition: phy_ded.h:2338
asn1::rrc::pusch_cfg_ded_v1130_s::pusch_dmrs_r11_c_::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:15774
asn1::rrc::pucch_cfg_ded_v1020_s::pucch_format_r10_c_::type
types type() const
Definition: phy_ded.h:6022
asn1::rrc::pdsch_cfg_ded_v1430_s::ce_sched_enhancement_r14_opts
Definition: phy_ded.h:5387
asn1::rrc::delta_tx_d_offset_list_spucch_r15_s::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:6961
asn1::rrc::pdsch_cfg_ded_v1530_s::alt_mcs_table_scaling_cfg_r15_opts::to_number_string
const char * to_number_string() const
Definition: phy_ded.cc:13405
asn1::rrc::eimta_main_cfg_serv_cell_r12_c::setup_s_::eimta_harq_ref_cfg_r12
eimta_harq_ref_cfg_r12_e_ eimta_harq_ref_cfg_r12
Definition: phy_ded.h:3949
asn1::rrc::short_tti_len_r15_opts::nulltype
@ nulltype
Definition: phy_ded.h:3192
asn1::rrc::cqi_report_periodic_proc_ext_r11_s::csi_cfg_idx_r11_c_::csi_cfg_idx_r11_c_
csi_cfg_idx_r11_c_()=default
asn1::rrc::cri_report_cfg_r13_c::set_release
void set_release()
Definition: phy_ded.cc:1832
asn1::rrc::ant_info_ded_s::tx_mode_opts::tm5
@ tm5
Definition: phy_ded.h:4595
asn1::rrc::delta_tx_d_offset_list_pucch_v1130_s::delta_tx_d_offset_pucch_format1b_cs_r11_opts::nulltype
@ nulltype
Definition: phy_ded.h:3836
asn1::rrc::srs_ul_cfg_ded_v1310_c::setup_s_::tx_comb_num_r13_opts::nulltype
@ nulltype
Definition: phy_ded.h:6971
asn1::rrc::pdsch_re_map_qcl_cfg_r11_s::mbsfn_sf_cfg_list_v1430_c_::operator==
bool operator==(const mbsfn_sf_cfg_list_v1430_c_ &other) const
Definition: phy_ded.cc:8128
asn1::rrc::cqi_report_aperiodic_v1310_c::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:4217
asn1::rrc::pdcch_candidate_reduction_value_r13_opts::n66
@ n66
Definition: phy_ded.h:4019
asn1::rrc::csi_rs_cfg_nzp_activation_r14_s::csi_rs_nzp_mode_r14_opts::to_string
const char * to_string() const
Definition: phy_ded.cc:339
asn1::rrc::srs_ul_cfg_ded_aperiodic_up_pts_ext_r13_c::setup_s_::srs_activ_ap_r13_c_::setup_s_::srs_cfg_ap_dci_format0_r13
srs_cfg_ap_r13_s srs_cfg_ap_dci_format0_r13
Definition: phy_ded.h:7186
asn1::rrc::ant_info_ded_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:11478
asn1::rrc::spucch_elems_r15_c::spucch_elems_r15_c
spucch_elems_r15_c()=default
asn1::rrc::ant_info_ded_s::ue_tx_ant_sel_c_::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:11841
asn1::rrc::pdsch_re_map_qcl_cfg_r11_s::optional_set_of_fields_r11_s_::mbsfn_sf_cfg_list_r11_c_::set_release
void set_release()
Definition: phy_ded.cc:7965
asn1::rrc::slot_or_subslot_pdsch_cfg_r15_c::setup
setup_s_ & setup()
Definition: phy_ded.h:4452
asn1::rrc::phys_cfg_ded_s::ant_info_c_::types_opts::explicit_value
@ explicit_value
Definition: phy_ded.h:7468
asn1::rrc::pdsch_cfg_ded_v1280_s::tbs_idx_alt_r12_opts::value
enum asn1::rrc::pdsch_cfg_ded_v1280_s::tbs_idx_alt_r12_opts::options value
asn1::rrc::pucch_cfg_ded_s::ack_nack_repeat_c_::ack_nack_repeat_c_
ack_nack_repeat_c_()=default
asn1::rrc::csi_process_r11_s::cqi_report_aperiodic_proc_v1310_c_::type
types type() const
Definition: phy_ded.h:1368
asn1::rrc::pdcch_candidate_reduction_value_r13_opts::nulltype
@ nulltype
Definition: phy_ded.h:4019
asn1::rrc::ant_info_ded_stti_r15_c::setup_s_::tx_mode_dl_non_mbsfn_r15_opts::to_number
uint8_t to_number() const
Definition: phy_ded.cc:8532
asn1::rrc::slot_or_subslot_pusch_cfg_r15_c::setup_s_::enable256_qam_slot_or_subslot_r15_present
bool enable256_qam_slot_or_subslot_r15_present
Definition: phy_ded.h:4487
asn1::rrc::srs_cfg_ap_r13_s::cyclic_shift_ap_r13_opts::cs5
@ cs5
Definition: phy_ded.h:4262
asn1::rrc::csi_rs_cfg_non_precoded_v1480_s::codebook_cfg_n2_r1480_opts::value
enum asn1::rrc::csi_rs_cfg_non_precoded_v1480_s::codebook_cfg_n2_r1480_opts::options value
asn1::rrc::pucch_cfg_ded_r13_s::codebooksize_determination_r13_opts::cc
@ cc
Definition: phy_ded.h:5802
asn1::rrc::cqi_report_periodic_r10_c::setup_s_::cqi_format_ind_periodic_r10_c_::wideband_cqi_r10_s_::csi_report_mode_r10_opts::submode1
@ submode1
Definition: phy_ded.h:1848
asn1::rrc::pucch_cfg_ded_r13_s::pucch_num_repeat_ce_r13_c_::setup_c_::mode_a_s_::pucch_num_repeat_ce_format2_r13_opts
Definition: phy_ded.h:5818
asn1::rrc::csi_rs_cfg_emimo_v1480_c::setup_c_::~setup_c_
~setup_c_()
Definition: phy_ded.h:986
asn1::rrc::ant_info_ded_v1530_c::c
setup_c_ c
Definition: phy_ded.h:4949
asn1::rrc::pdsch_re_map_qcl_cfg_r11_s::mbsfn_sf_cfg_list_v1430_c_::setup
setup_s_ & setup()
Definition: phy_ded.h:3071
asn1::rrc::pusch_cfg_ded_r13_s::beta_offset_ack_idx_r13
uint8_t beta_offset_ack_idx_r13
Definition: phy_ded.h:6328
asn1::rrc::pdcch_candidate_reduction_value_r13_opts
Definition: phy_ded.h:4018
asn1::rrc::csi_rs_cfg_non_precoded_r13_s::codebook_cfg_n1_r13_opts::number_type
uint8_t number_type
Definition: phy_ded.h:535
asn1::rrc::ant_info_ul_r10_s::tx_mode_ul_r10_opts::spare1
@ spare1
Definition: phy_ded.h:5018
asn1::rrc::pdsch_re_map_qcl_cfg_r11_s::optional_set_of_fields_r11_s_::crs_ports_count_r11_opts::to_number
uint8_t to_number() const
Definition: phy_ded.cc:7954
asn1::rrc::ant_info_ded_r10_s::ue_tx_ant_sel_c_::type_
types type_
Definition: phy_ded.h:4834
asn1::rrc::delta_tx_d_offset_list_pucch_r10_s::delta_tx_d_offset_pucch_format22a2b_r10_e_
enumerated< delta_tx_d_offset_pucch_format22a2b_r10_opts > delta_tx_d_offset_pucch_format22a2b_r10_e_
Definition: phy_ded.h:3807
asn1::rrc::cqi_report_cfg_r10_s::csi_sf_pattern_cfg_r10_c_::setup
setup_s_ & setup()
Definition: phy_ded.h:2312
asn1::rrc::srs_ul_cfg_ded_up_pts_ext_r13_c::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:17931
asn1::rrc::srs_ul_cfg_ded_aperiodic_r10_c::set_release
void set_release()
Definition: phy_ded.cc:17334
asn1::rrc::csi_rs_cfg_r10_s::csi_rs_r10_c_::c
setup_s_ c
Definition: phy_ded.h:2512
asn1::rrc::csi_rs_cfg_bf_v1430_s::nzp_res_cfg_original_v1430_present
bool nzp_res_cfg_original_v1430_present
Definition: phy_ded.h:485
asn1::rrc::ant_info_ded_stti_r15_c::setup_s_::codebook_subset_restrict_c_::n2_tx_ant_tm3_r15
fixed_bitstring< 2 > & n2_tx_ant_tm3_r15()
Definition: phy_ded.h:3289
asn1::rrc::phys_cfg_ded_stti_r15_c::setup_s_::srs_dci7_trigger_cfg_r15
bool srs_dci7_trigger_cfg_r15
Definition: phy_ded.h:6705
asn1::rrc::ant_info_ded_stti_r15_c::setup_s_::codebook_subset_restrict_c_::set_n2_tx_ant_tm6_r15
fixed_bitstring< 4 > & set_n2_tx_ant_tm6_r15()
Definition: phy_ded.cc:8770
asn1::rrc::csi_rs_cfg_emimo_hybrid_r14_c::type
types type() const
Definition: phy_ded.h:783
asn1::rrc::csi_rs_cfg_non_precoded_v1530_s::operator==
bool operator==(const csi_rs_cfg_non_precoded_v1530_s &other) const
Definition: phy_ded.cc:1673
asn1::rrc::short_tti_len_r15_opts
Definition: phy_ded.h:3191
asn1::rrc::ant_info_ded_v1530_c::setup_c_::type_
types type_
Definition: phy_ded.h:4921
asn1::rrc::tpc_idx_c::set
void set(types::options e=types::nulltype)
Definition: phy_ded.cc:5888
asn1::rrc::cfi_cfg_r15_s::cfi_sf_mbsfn_r15
uint8_t cfi_sf_mbsfn_r15
Definition: phy_ded.h:5047
asn1::rrc::phys_cfg_ded_s::blind_pdsch_repeat_cfg_r15_c_::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:20401
asn1::rrc::spdcch_elems_r15_c::c
setup_s_ c
Definition: phy_ded.h:2147
asn1::rrc::cqi_report_aperiodic_v1250_c::type_
types type_
Definition: phy_ded.h:1608
asn1::rrc::phys_cfg_ded_stti_r15_c::set
void set(types::options e=types::nulltype)
Definition: phy_ded.cc:16408
asn1::rrc::srs_ul_cfg_ded_c::setup_s_::srs_bw_opts::bw2
@ bw2
Definition: phy_ded.h:6884
asn1::rrc::cqi_report_periodic_proc_ext_r11_s::csi_cfg_idx_r11_c_::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:3093
asn1::rrc::epdcch_set_cfg_r11_s::mpdcch_cfg_r13_c_::setup_s_::mpdcch_start_sf_uess_r13_c_::fdd_r13_e_
enumerated< fdd_r13_opts > fdd_r13_e_
Definition: phy_ded.h:2775
asn1::rrc::tdd_pusch_up_pts_r14_c
Definition: phy_ded.h:4533
asn1::rrc::cqi_report_cfg_v1530_s::alt_cqi_table_minus1024_qam_r15_opts::csi_sf_set1
@ csi_sf_set1
Definition: phy_ded.h:5094
asn1::rrc::srs_ul_cfg_ded_up_pts_ext_r13_c::setup_s_::cyclic_shift_r13_opts::to_number
uint8_t to_number() const
Definition: phy_ded.cc:18029
asn1::rrc::cqi_report_cfg_v1530_s
Definition: phy_ded.h:5092
asn1::rrc::csi_rs_cfg_bf_r14_s::csi_rs_nzp_activation_r14_present
bool csi_rs_nzp_activation_r14_present
Definition: phy_ded.h:358
asn1::rrc::srs_ul_cfg_ded_up_pts_ext_r13_c::setup_s_::tx_comb_num_r13_e_
enumerated< tx_comb_num_r13_opts > tx_comb_num_r13_e_
Definition: phy_ded.h:7299
asn1::rrc::cqi_report_cfg_r15_c::set_setup
setup_s_ & set_setup()
Definition: phy_ded.cc:9058
asn1::rrc::srs_ul_cfg_ded_aperiodic_v1310_c::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:17520
asn1::rrc::srs_ul_cfg_ded_c::setup_s_::cyclic_shift
cyclic_shift_e_ cyclic_shift
Definition: phy_ded.h:6915
asn1::rrc::phys_cfg_ded_s::must_cfg_r14_c_::setup_s_::k_max_r14_opts::l3
@ l3
Definition: phy_ded.h:7629
asn1::rrc::pucch_cfg_ded_r13_s::nka_pucch_param_r13_c_::operator==
bool operator==(const nka_pucch_param_r13_c_ &other) const
Definition: phy_ded.cc:14392
asn1::rrc::csi_rs_cfg_bf_r13_s::operator!=
bool operator!=(const csi_rs_cfg_bf_r13_s &other) const
Definition: phy_ded.h:476
asn1::rrc::delta_tx_d_offset_list_pucch_r10_s::delta_tx_d_offset_pucch_format22a2b_r10_opts::options
options
Definition: phy_ded.h:3801
asn1::rrc::format4_res_r13_s::nof_prb_format4_r13
uint8_t nof_prb_format4_r13
Definition: phy_ded.h:3991
asn1::rrc::srs_cfg_ap_r13_s::tx_comb_num_r13_opts::to_string
const char * to_string() const
Definition: phy_ded.cc:10643
asn1::rrc::cqi_report_periodic_proc_ext_r11_s::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:2805
asn1::rrc::csi_rs_cfg_non_precoded_r13_s::codebook_cfg_n2_r13_opts::options
options
Definition: phy_ded.h:542
asn1::rrc::spdcch_cfg_r15_c::setup_s_::spdcch_l1_reuse_ind_r15_opts::nulltype
@ nulltype
Definition: phy_ded.h:4114
asn1::rrc::delta_tx_d_offset_list_pucch_r10_s::delta_tx_d_offset_pucch_format1a1b_r10_opts::value
enum asn1::rrc::delta_tx_d_offset_list_pucch_r10_s::delta_tx_d_offset_pucch_format1a1b_r10_opts::options value
asn1::rrc::epdcch_set_cfg_r11_s::mpdcch_cfg_r13_c_::setup_s_::mpdcch_num_repeat_r13_opts::r1
@ r1
Definition: phy_ded.h:2834
asn1::rrc::n4_spucch_res_r15_s::n4nof_prb_r15
uint8_t n4nof_prb_r15
Definition: phy_ded.h:1494
asn1::rrc::ul_pwr_ctrl_ded_stti_r15_s::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:11445
asn1::rrc::delta_tx_d_offset_list_spucch_r15_s::delta_tx_d_offset_spucch_format1a_r15_opts::db_minus2
@ db_minus2
Definition: phy_ded.h:2639
asn1::rrc::srs_tpc_pdcch_cfg_r14_c::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:16915
asn1::rrc::tpc_idx_c::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:5971
asn1::rrc::epdcch_set_cfg_r11_s::tx_type_r11_opts::nulltype
@ nulltype
Definition: phy_ded.h:2682
asn1::rrc::slot_or_subslot_pdsch_cfg_r15_c::set
void set(types::options e=types::nulltype)
Definition: phy_ded.cc:10937
asn1::rrc::csi_rs_cfg_emimo_r13_c::setup_c_::types_opts::to_string
const char * to_string() const
Definition: rrc.cc:730
asn1::rrc::sched_request_cfg_v1020_s::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:17049
asn1::rrc::pusch_cfg_ded_v1250_s::uci_on_pusch_c_::set
void set(types::options e=types::nulltype)
Definition: phy_ded.cc:15835
asn1::rrc::tdd_pusch_up_pts_r14_c::setup
setup_s_ & setup()
Definition: phy_ded.h:4559
asn1::rrc::cqi_report_cfg_r15_c::setup_s_::cqi_report_cfg_r10
cqi_report_cfg_r10_s cqi_report_cfg_r10
Definition: phy_ded.h:3533
asn1::rrc::csi_process_r11_s::cqi_report_aperiodic_proc2_r12_c_::operator!=
bool operator!=(const cqi_report_aperiodic_proc2_r12_c_ &other) const
Definition: phy_ded.h:1343
asn1::rrc::spucch_cfg_r15_c::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:10408
asn1::rrc::csi_rs_cfg_non_precoded_v1430_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:1481
asn1::rrc::pucch_cfg_ded_r13_s::ack_nack_repeat_r13_c_::c
setup_s_ c
Definition: phy_ded.h:5546
asn1::rrc::nzp_res_cfg_r13_s::operator!=
bool operator!=(const nzp_res_cfg_r13_s &other) const
Definition: phy_ded.h:322
asn1::rrc::pucch_cfg_ded_v1250_s::nka_pucch_param_r12_c_::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:15208
asn1::rrc::cqi_report_cfg_r10_s::csi_sf_pattern_cfg_r10_c_::type
types type() const
Definition: phy_ded.h:2305
asn1::rrc::csi_rs_cfg_emimo_v1530_c::setup
setup_c_ & setup()
Definition: phy_ded.h:1090
asn1::rrc::phys_cfg_ded_s::pucch_cfg_ded_v1430
copy_ptr< pucch_cfg_ded_v1430_s > pucch_cfg_ded_v1430
Definition: phy_ded.h:7944
asn1::rrc::ant_info_ul_r10_s::tx_mode_ul_r10_opts::value
enum asn1::rrc::ant_info_ul_r10_s::tx_mode_ul_r10_opts::options value
asn1::rrc::pdsch_re_map_qcl_cfg_r11_s::optional_set_of_fields_r11_s_::crs_ports_count_r11_e_
enumerated< crs_ports_count_r11_opts > crs_ports_count_r11_e_
Definition: phy_ded.h:3005
asn1::rrc::srs_ul_cfg_ded_c::setup_s_::srs_bw_opts::number_type
uint8_t number_type
Definition: phy_ded.h:6885
asn1::rrc::pucch_cfg_ded_v1430_s::pucch_num_repeat_ce_format1_r14_opts::options
options
Definition: phy_ded.h:6198
asn1::rrc::srs_ul_cfg_ded_aperiodic_v1310_c::setup_s_::srs_activ_ap_v1310_c_::srs_activ_ap_v1310_c_
srs_activ_ap_v1310_c_()=default
asn1::rrc::pucch_format3_conf_r13_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:10177
asn1::rrc::cri_report_cfg_r13_c::type_
types type_
Definition: phy_ded.h:766
asn1::rrc::pdsch_re_map_qcl_cfg_r11_s::optional_set_of_fields_r11_s_::pdsch_start_r11_opts::n1
@ n1
Definition: phy_ded.h:3040
asn1::rrc::phys_cfg_ded_s::cqi_report_cfg_pcell_v1250
copy_ptr< cqi_report_cfg_v1250_s > cqi_report_cfg_pcell_v1250
Definition: phy_ded.h:7915
asn1::rrc::pdsch_cfg_ded_v1130_s::qcl_operation_e_
enumerated< qcl_operation_opts > qcl_operation_e_
Definition: phy_ded.h:5321
asn1::rrc::phys_cfg_ded_s::semi_static_cfi_cfg_r15_c_::setup_c_::types_opts::cfi_pattern_cfg_r15
@ cfi_pattern_cfg_r15
Definition: phy_ded.h:7685
asn1::rrc::slot_or_subslot_pdsch_cfg_r15_c::setup_s_::alt_cqi_table_stti_r15_opts::spare1
@ spare1
Definition: phy_ded.h:4403
asn1::rrc::ul_pwr_ctrl_ded_v1020_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:18117
asn1::rrc::csi_rs_cfg_nzp_r11_s::qcl_crs_info_r11_s_::mbsfn_sf_cfg_list_r11_c_::c
setup_s_ c
Definition: phy_ded.h:234
asn1::rrc::phys_cfg_ded_s::ul_pwr_ctrl_ded
ul_pwr_ctrl_ded_s ul_pwr_ctrl_ded
Definition: phy_ded.h:7873
asn1::rrc::sched_request_cfg_c::setup
setup_s_ & setup()
Definition: phy_ded.h:6851
asn1::rrc::tpc_pdcch_cfg_c::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:8368
asn1::rrc::pdsch_cfg_ded_v1280_s::tbs_idx_alt_r12_opts::a33
@ a33
Definition: phy_ded.h:5344
asn1::rrc::pdsch_re_map_qcl_cfg_r11_s::optional_set_of_fields_r11_s_::mbsfn_sf_cfg_list_r11_c_::type
types type() const
Definition: phy_ded.h:3015
asn1::rrc::cqi_report_periodic_r10_c::setup_s_::cqi_format_ind_periodic_r10_c_::operator!=
bool operator!=(const cqi_format_ind_periodic_r10_c_ &other) const
Definition: phy_ded.h:1892
asn1::rrc::short_tti_r15_s::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:10917
asn1::rrc::phys_cfg_ded_s::csi_rs_cfg_v1530
copy_ptr< csi_rs_cfg_v1530_s > csi_rs_cfg_v1530
Definition: phy_ded.h:7963
asn1::rrc::spucch_cfg_r15_c::c
setup_s_ c
Definition: phy_ded.h:4201
asn1::rrc::pucch_cfg_ded_v1020_s::pucch_format_r10_c_::ch_sel_r10_s_::n1_pucch_an_cs_r10_c_::setup
setup_s_ & setup()
Definition: phy_ded.h:5985
asn1::rrc::srs_ul_cfg_ded_aperiodic_up_pts_ext_r13_c::setup_s_::srs_up_pts_add_r13_opts::number_type
uint8_t number_type
Definition: phy_ded.h:7177
asn1::rrc::csi_im_cfg_ext_r12_s::csi_im_cfg_id_v1310_present
bool csi_im_cfg_id_v1310_present
Definition: phy_ded.h:1287
asn1::rrc::phys_cfg_ded_s::ant_info_c_::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:19778
asn1::rrc::spdcch_elems_r15_c::setup_s_::rate_matching_mode_r15_opts::m4
@ m4
Definition: phy_ded.h:2084
asn1::rrc::epdcch_set_cfg_r11_s::mpdcch_cfg_r13_c_::set_release
void set_release()
Definition: phy_ded.cc:7292
asn1::rrc::csi_rs_cfg_v1530_s::emimo_type_v1530
csi_rs_cfg_emimo_v1530_c emimo_type_v1530
Definition: phy_ded.h:5141
asn1::rrc::spucch_elems_r15_c::setup_s_::n3_spucch_an_list_r15
uint16_t n3_spucch_an_list_r15
Definition: phy_ded.h:2171
asn1::rrc::pusch_cfg_ded_r13_s::pusch_dmrs_r11_c_::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:15469
asn1::rrc::pusch_cfg_ded_r13_s::pusch_dmrs_r11_c_::setup_s_::npusch_id_r13
uint16_t npusch_id_r13
Definition: phy_ded.h:6239
asn1::rrc::pucch_cfg_ded_v1020_s::pucch_format_r10_c_::~pucch_format_r10_c_
~pucch_format_r10_c_()
Definition: phy_ded.h:6020
asn1::rrc::spdcch_elems_r15_c::setup_s_::spdcch_set_ref_sig_r15_opts::nulltype
@ nulltype
Definition: phy_ded.h:2059
asn1::rrc::pucch_cfg_ded_r13_s::pucch_num_repeat_ce_r13_c_::setup_c_::mode_b_s_::pucch_num_repeat_ce_format2_r13_opts::r16
@ r16
Definition: phy_ded.h:5841
asn1::rrc::ant_info_ded_r10_s::tx_mode_r10_opts::options
options
Definition: phy_ded.h:4776
asn1::rrc::srs_ul_cfg_ded_aperiodic_v1310_c::setup_s_::srs_activ_ap_v1310_c_::setup
setup_s_ & setup()
Definition: phy_ded.h:7118
asn1::rrc::csi_im_cfg_r11_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:3152
asn1::rrc::tdd_pusch_up_pts_r14_c::set_setup
setup_s_ & set_setup()
Definition: phy_ded.cc:11341
asn1::rrc::dmrs_cfg_v1310_s::dmrs_table_alt_r13_present
bool dmrs_table_alt_r13_present
Definition: phy_ded.h:3772
asn1::rrc::spdcch_elems_r15_c::setup_s_::sf_type_r15
sf_type_r15_e_ sf_type_r15
Definition: phy_ded.h:2116
asn1::rrc::phys_cfg_ded_s::blind_pdsch_repeat_cfg_r15_c_::setup_s_::max_num_slot_subslot_pdsch_repeats_r15_opts::n6
@ n6
Definition: phy_ded.h:7769
asn1::rrc::csi_rs_cfg_v1430_s::dummy
csi_rs_cfg_emimo_v1430_c dummy
Definition: phy_ded.h:2600
asn1::rrc::epdcch_cfg_r11_s::cfg_r11_c_::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:12809
asn1::rrc::cfi_pattern_cfg_r15_s::cfi_pattern_slot_subslot_r15_l_
std::array< uint8_t, 10 > cfi_pattern_slot_subslot_r15_l_
Definition: phy_ded.h:5061
asn1::rrc::ant_info_ded_stti_r15_c::setup_s_::tx_mode_dl_non_mbsfn_r15_opts::tm2
@ tm2
Definition: phy_ded.h:3246
asn1::rrc::pucch_cfg_ded_r13_s::pucch_num_repeat_ce_r13_c_::setup_c_::types_opts
Definition: phy_ded.h:5853
asn1::rrc::srs_ul_cfg_ded_up_pts_ext_r13_c::setup_s_::tx_comb_num_r13_opts::to_number
uint8_t to_number() const
Definition: phy_ded.cc:18040
asn1::rrc::zero_tx_pwr_csi_rs_conf_r12_c::set_release
void set_release()
Definition: phy_ded.cc:6010
asn1::rrc::dmrs_cfg_r11_c::setup_s_
Definition: phy_ded.h:3736
asn1::rrc::cfi_pattern_cfg_r15_s::cfi_pattern_sf_r15_l_
std::array< uint8_t, 10 > cfi_pattern_sf_r15_l_
Definition: phy_ded.h:5060
asn1::rrc::csi_rs_cfg_r10_s::csi_rs_r10_c_::setup_s_::ant_ports_count_r10_opts::an1
@ an1
Definition: phy_ded.h:2471
asn1::rrc::cqi_report_periodic_r10_c::setup_s_::cqi_format_ind_periodic_r10_c_::cqi_format_ind_periodic_r10_c_
cqi_format_ind_periodic_r10_c_()=default
asn1::rrc::spdcch_cfg_r15_c::setup_s_::spdcch_l1_reuse_ind_r15
spdcch_l1_reuse_ind_r15_e_ spdcch_l1_reuse_ind_r15
Definition: phy_ded.h:4125
asn1::rrc::enable256_qam_r14_c::setup
setup_c_ & setup()
Definition: phy_ded.h:2977
asn1::rrc::delta_tx_d_offset_list_spucch_r15_s::delta_tx_d_offset_spucch_format1_r15_opts::db0
@ db0
Definition: phy_ded.h:2631
asn1::rrc::cqi_report_periodic_r10_c::setup_s_::cqi_format_ind_periodic_r10_c_::subband_cqi_r10
subband_cqi_r10_s_ & subband_cqi_r10()
Definition: phy_ded.h:1899
asn1::rrc::csi_rs_cfg_emimo_r13_c::set
void set(types::options e=types::nulltype)
Definition: phy_ded.cc:2002
asn1::rrc::cqi_report_both_v1250_s::csi_im_cfg_to_release_list_ext_r12_present
bool csi_im_cfg_to_release_list_ext_r12_present
Definition: phy_ded.h:1814
asn1::rrc::csi_process_r11_s::csi_im_cfg_id_list_r12_c_::setup
setup_l_ & setup()
Definition: phy_ded.h:1315
asn1::rrc::epdcch_cfg_r11_s::cfg_r11_c_::setup_s_::sf_pattern_cfg_r11_c_::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:12932
asn1::rrc::epdcch_set_cfg_r11_s::mpdcch_cfg_r13_c_::setup_s_::mpdcch_start_sf_uess_r13_c_::type_
types type_
Definition: phy_ded.h:2828
asn1::rrc::csi_process_r11_s::cqi_report_aperiodic_proc_v1310_c_::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:3793
asn1::rrc::srs_cfg_ap_v1310_s::tx_comb_num_r13_e_
enumerated< tx_comb_num_r13_opts > tx_comb_num_r13_e_
Definition: phy_ded.h:4311
asn1::rrc::spdcch_elems_r15_c::spdcch_elems_r15_c
spdcch_elems_r15_c()=default
asn1::rrc::csi_rs_cfg_nzp_emimo_v1430_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:1036
asn1::rrc::cqi_report_periodic_r10_c::setup_s_::cqi_format_ind_periodic_r10_c_::subband_cqi_r10_s_::periodicity_factor_r10
periodicity_factor_r10_e_ periodicity_factor_r10
Definition: phy_ded.h:1872
asn1::rrc::ant_info_ded_stti_r15_c::setup_s_::max_layers_mimo_stti_r15_opts::number_type
uint8_t number_type
Definition: phy_ded.h:3441
asn1::rrc::pusch_cfg_ded_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:15300
asn1::rrc::pusch_cfg_ded_v1130_s::pusch_dmrs_r11_c_::type_
types type_
Definition: phy_ded.h:6397
asn1::rrc::cqi_report_aperiodic_v1310_c::set_setup
setup_s_ & set_setup()
Definition: phy_ded.cc:4154
asn1::rrc::cqi_report_periodic_v1320_s::periodicity_factor_wb_r13_opts::value
enum asn1::rrc::cqi_report_periodic_v1320_s::periodicity_factor_wb_r13_opts::options value
asn1::rrc::phys_cfg_ded_s::type_a_srs_tpc_pdcch_group_r14_c_::set_setup
setup_l_ & set_setup()
Definition: phy_ded.cc:19995
asn1::rrc::pusch_cfg_ded_v1250_s::uci_on_pusch_c_::setup_s_::beta_offset_mc_r12
beta_offset_mc_r12_s_ beta_offset_mc_r12
Definition: phy_ded.h:6427
asn1::rrc::ant_info_ded_stti_r15_c::setup_s_::slot_subslot_pdsch_tx_div_minus2_layer_r15
bool slot_subslot_pdsch_tx_div_minus2_layer_r15
Definition: phy_ded.h:3457
asn1::rrc::srs_ul_cfg_ded_aperiodic_r10_c::setup_s_::srs_activ_ap_r10_c_::type
types type() const
Definition: phy_ded.h:7033
asn1::rrc::csi_rs_cfg_non_precoded_r13_s::codebook_cfg_n2_r13_opts::n4
@ n4
Definition: phy_ded.h:542
asn1::rrc::csi_rs_cfg_nzp_emimo_r13_c::setup_s_::cdm_type_r13_opts::cdm2
@ cdm2
Definition: phy_ded.h:380
asn1::rrc::phys_cfg_ded_s::must_cfg_r14
copy_ptr< must_cfg_r14_c_ > must_cfg_r14
Definition: phy_ded.h:7941
asn1::rrc::csi_process_r11_s::cqi_report_aperiodic_proc2_r12_c_::type
types type() const
Definition: phy_ded.h:1338
asn1::rrc::spdcch_elems_r15_c::set_release
void set_release()
Definition: phy_ded.cc:5387
asn1::rrc::pucch_cfg_ded_r13_s::pucch_format_r13_c_::format3_r13_s_::two_ant_port_activ_pucch_format3_r13_c_::c
setup_s_ c
Definition: phy_ded.h:5591
asn1::rrc::srs_ul_cfg_ded_aperiodic_v1310_c::setup_s_::srs_activ_ap_v1310_c_::setup_s_::srs_cfg_ap_dci_format1a2b2c_v1310_present
bool srs_cfg_ap_dci_format1a2b2c_v1310_present
Definition: phy_ded.h:7102
asn1::rrc::cqi_report_cfg_v1250_s::alt_cqi_table_r12_opts::all_sfs
@ all_sfs
Definition: phy_ded.h:2397
asn1::rrc::cqi_report_periodic_proc_ext_r11_s::cqi_format_ind_periodic_r11_c_::subband_cqi_r11_s_
Definition: phy_ded.h:1128
asn1::rrc::srs_ul_cfg_ded_v1020_s::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:17193
asn1::rrc::delta_tx_d_offset_list_pucch_r10_s::delta_tx_d_offset_pucch_format1a1b_r10_opts::options
options
Definition: phy_ded.h:3793
asn1::rrc::pdsch_re_map_qcl_cfg_r11_s::codeword_one_cfg_v1530_c_::setup
setup_s_ & setup()
Definition: phy_ded.h:3131
asn1::rrc::phys_cfg_ded_s::pucch_cfg_ded_v1020
copy_ptr< pucch_cfg_ded_v1020_s > pucch_cfg_ded_v1020
Definition: phy_ded.h:7891
asn1::rrc::slot_or_subslot_pdsch_cfg_r15_c::setup_s_::alt_cqi_table1024_qam_stti_r15_opts::all_sfs
@ all_sfs
Definition: phy_ded.h:4411
asn1::rrc::csi_rs_cfg_non_precoded_v1480_s::operator!=
bool operator!=(const csi_rs_cfg_non_precoded_v1480_s &other) const
Definition: phy_ded.h:657
asn1::rrc::epdcch_cfg_r11_s::cfg_r11_c_::setup_s_::sf_pattern_cfg_r11_c_::operator!=
bool operator!=(const sf_pattern_cfg_r11_c_ &other) const
Definition: phy_ded.h:5181
asn1::rrc::p_c_and_cbsr_r13_s::cbsr_sel_r13_c_::c
choice_buffer_t< bf_k1a_r13_s_, bf_kn_r13_s_, non_precoded_r13_s_ > c
Definition: phy_ded.h:129
asn1::rrc::pdsch_cfg_ded_v1130_s
Definition: phy_ded.h:5315
asn1::rrc::phys_cfg_ded_stti_r15_c::setup_s_::ul_pwr_ctrl_ded_stti_r15_present
bool ul_pwr_ctrl_ded_stti_r15_present
Definition: phy_ded.h:6671
asn1::rrc::phys_cfg_ded_s::ce_mode_r13_c_::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:19947
asn1::rrc::cqi_report_periodic_proc_ext_r11_s::cqi_format_ind_periodic_r11_c_::types
enumerated< types_opts > types
Definition: phy_ded.h:1147
asn1::rrc::cri_report_cfg_r13_c::setup
setup_s_ & setup()
Definition: phy_ded.h:752
asn1::rrc::ul_pwr_ctrl_ded_v1250_s::set2_pwr_ctrl_param_c_::operator!=
bool operator!=(const set2_pwr_ctrl_param_c_ &other) const
Definition: phy_ded.h:7418
asn1::rrc::pucch_cfg_ded_r13_s::ack_nack_repeat_r13_c_
Definition: phy_ded.h:5504
asn1::rrc::cqi_report_aperiodic_hybrid_r14_s
Definition: phy_ded.h:1699
asn1::rrc::pucch_cfg_ded_r13_s::pucch_format_r13_c_::types_opts::format5_r13
@ format5_r13
Definition: phy_ded.h:5662
asn1::rrc::zero_tx_pwr_csi_rs_r12_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:3925
asn1::rrc::phys_cfg_ded_s::ce_mode_r13_c_::set
void set(types::options e=types::nulltype)
Definition: phy_ded.cc:19920
asn1::rrc::cqi_report_periodic_proc_ext_r11_s::cqi_format_ind_periodic_r11_c_::subband_cqi_r11_s_::periodicity_factor_r11_e_
enumerated< periodicity_factor_r11_opts > periodicity_factor_r11_e_
Definition: phy_ded.h:1136
asn1::rrc::srs_ul_cfg_ded_up_pts_ext_r13_c::setup_s_::srs_bw_r13_opts::options
options
Definition: phy_ded.h:7269
asn1::rrc::csi_rs_cfg_non_precoded_v1430_s::operator!=
bool operator!=(const csi_rs_cfg_non_precoded_v1430_s &other) const
Definition: phy_ded.h:621
asn1::rrc::csi_rs_cfg_nzp_r11_s::qcl_crs_info_r11_s_::mbsfn_sf_cfg_list_r11_c_::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:574
asn1::rrc::phys_cfg_ded_s::ce_mode_r13_c_::setup_opts::ce_mode_b
@ ce_mode_b
Definition: phy_ded.h:7565
asn1::rrc::cqi_report_both_v1250_s::operator!=
bool operator!=(const cqi_report_both_v1250_s &other) const
Definition: phy_ded.h:1824
asn1::rrc::srs_cfg_ap_r13_s::tx_comb_num_r13_opts::to_number
uint8_t to_number() const
Definition: phy_ded.cc:10648
asn1::rrc::srs_cfg_ap_r13_s::srs_bw_ap_r13_opts::bw2
@ bw2
Definition: phy_ded.h:4254
asn1::rrc::delta_tx_d_offset_list_spucch_r15_s::delta_tx_d_offset_spucch_format1_r15
delta_tx_d_offset_spucch_format1_r15_e_ delta_tx_d_offset_spucch_format1_r15
Definition: phy_ded.h:2665
asn1::rrc::csi_rs_cfg_emimo_hybrid_r14_c::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:1922
asn1::rrc::pucch_cfg_ded_v1130_s::npucch_param_r11_c_::setup_s_::npucch_id_r11
uint16_t npucch_id_r11
Definition: phy_ded.h:6109
asn1::rrc::cqi_report_periodic_c::setup_s_::cqi_format_ind_periodic_c_::cqi_format_ind_periodic_c_
cqi_format_ind_periodic_c_()=default
asn1::rrc::ant_info_ded_s::ue_tx_ant_sel_c_::setup_opts::value
enum asn1::rrc::ant_info_ded_s::ue_tx_ant_sel_c_::setup_opts::options value
asn1::rrc::csi_rs_cfg_r10_s::csi_rs_r10_c_::setup_s_::p_c_r10
int8_t p_c_r10
Definition: phy_ded.h:2483
asn1::rrc::epdcch_set_cfg_r11_s::ext
bool ext
Definition: phy_ded.h:2880
asn1::rrc::delta_tx_d_offset_list_pucch_r10_s::delta_tx_d_offset_pucch_format22a2b_r10_opts
Definition: phy_ded.h:3800
asn1::rrc::csi_rs_cfg_emimo_v1430_c::setup_c_::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:2373
asn1::rrc::pusch_cfg_ded_v1130_s::pusch_dmrs_r11_c_::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:15756
asn1::rrc::ant_info_ded_v1530_c::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:12096
asn1::rrc::csi_rs_cfg_bf_r14_s::csi_rs_nzp_activation_r14
csi_rs_cfg_nzp_activation_r14_s csi_rs_nzp_activation_r14
Definition: phy_ded.h:365
asn1::rrc::csi_process_r11_s::csi_im_cfg_id_list_r12_c_::type_
types type_
Definition: phy_ded.h:1329
asn1::rrc::csi_rs_cfg_non_precoded_r13_s::codebook_cfg_n1_r13_opts::options
options
Definition: phy_ded.h:534
asn1::rrc::phys_cfg_ded_s::must_cfg_r14_c_::setup_s_::k_max_r14_opts::value
enum asn1::rrc::phys_cfg_ded_s::must_cfg_r14_c_::setup_s_::k_max_r14_opts::options value
asn1::rrc::srs_ul_cfg_ded_aperiodic_v1310_c::setup_s_::srs_activ_ap_v1310_c_::operator==
bool operator==(const srs_activ_ap_v1310_c_ &other) const
Definition: phy_ded.cc:17687
asn1::rrc::srs_ul_cfg_ded_aperiodic_up_pts_ext_r13_c::type
types type() const
Definition: phy_ded.h:7232
asn1::rrc::cqi_report_periodic_r10_c::setup_s_::cqi_format_ind_periodic_r10_c_::subband_cqi_r10_s_::periodicity_factor_r10_opts::to_string
const char * to_string() const
Definition: phy_ded.cc:5124
asn1::rrc::ant_info_ded_s::tx_mode_opts::tm3
@ tm3
Definition: phy_ded.h:4595
asn1::rrc::phys_cfg_ded_s::type_a_srs_tpc_pdcch_group_r14_c_::type_
types type_
Definition: phy_ded.h:7623
asn1::rrc::csi_rs_cfg_emimo_v1430_c::type_
types type_
Definition: phy_ded.h:968
asn1::rrc::csi_rs_cfg_bf_r14_s::csi_rs_cfg_nzp_id_list_ext_r14_l_
bounded_array< uint8_t, 7 > csi_rs_cfg_nzp_id_list_ext_r14_l_
Definition: phy_ded.h:343
asn1::rrc::pusch_cfg_ded_v1020_s::beta_offset_mc_r10_s_
Definition: phy_ded.h:6346
asn1::rrc::spucch_elems_r15_c::setup_s_::n4max_coderate_subslot_pucch_r15_present
bool n4max_coderate_subslot_pucch_r15_present
Definition: phy_ded.h:2165
asn1::rrc::pucch_cfg_ded_v1250_s::nka_pucch_param_r12_c_::c
setup_s_ c
Definition: phy_ded.h:6183
asn1::rrc::spdcch_elems_r15_c::setup_s_::tx_type_r15_e_
enumerated< tx_type_r15_opts > tx_type_r15_e_
Definition: phy_ded.h:2069
asn1::rrc::cqi_report_periodic_proc_ext_r11_s::periodicity_factor_wb_r13_present
bool periodicity_factor_wb_r13_present
Definition: phy_ded.h:1248
asn1::rrc::pusch_cfg_ded_r13_s::dmrs_with_occ_activ_r13_present
bool dmrs_with_occ_activ_r13_present
Definition: phy_ded.h:6324
asn1::rrc::ant_info_ded_s::codebook_subset_restrict_c_::types_opts::n4_tx_ant_tm5
@ n4_tx_ant_tm5
Definition: phy_ded.h:4610
asn1::rrc::pucch_cfg_ded_r13_s::pucch_num_repeat_ce_r13_c_::setup_c_::mode_b_s_::pucch_num_repeat_ce_format1_r13_opts::r8
@ r8
Definition: phy_ded.h:5833
asn1::rrc::ant_info_ul_r10_s::tx_mode_ul_r10_opts::spare4
@ spare4
Definition: phy_ded.h:5018
asn1::rrc::pucch_cfg_ded_v1130_s::n1_pucch_an_cs_v1130_c_::setup_s_::n1_pucch_an_cs_list_p1_r11_l_
bounded_array< uint16_t, 4 > n1_pucch_an_cs_list_p1_r11_l_
Definition: phy_ded.h:6075
asn1::rrc::sched_request_cfg_v1530_c::setup_s_
Definition: phy_ded.h:4331
asn1::rrc::phys_cfg_ded_s::cqi_report_cfg_v1130
copy_ptr< cqi_report_cfg_v1130_s > cqi_report_cfg_v1130
Definition: phy_ded.h:7906
asn1::rrc::srs_ul_cfg_ded_aperiodic_r10_c::setup_s_::srs_activ_ap_r10_present
bool srs_activ_ap_r10_present
Definition: phy_ded.h:7060
asn1::rrc::pucch_cfg_ded_r13_s::codebooksize_determination_r13_opts::nulltype
@ nulltype
Definition: phy_ded.h:5802
asn1::rrc::pdsch_cfg_ded_v1280_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:13180
asn1::rrc::enable256_qam_r14_c::setup_c_::types_opts::nulltype
@ nulltype
Definition: phy_ded.h:2917
asn1::rrc::cqi_report_periodic_v1320_s::operator==
bool operator==(const cqi_report_periodic_v1320_s &other) const
Definition: phy_ded.cc:5365
asn1::rrc::phys_cfg_ded_s::type_a_srs_tpc_pdcch_group_r14_c_::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:20018
asn1::rrc::cqi_report_cfg_v1250_s::cqi_report_both_v1250
cqi_report_both_v1250_s cqi_report_both_v1250
Definition: phy_ded.h:2411
asn1::rrc::srs_ul_cfg_ded_aperiodic_up_pts_ext_r13_c::setup_s_::srs_up_pts_add_r13_opts::to_number
uint8_t to_number() const
Definition: phy_ded.cc:17809
asn1::rrc::pucch_cfg_ded_v1130_s::npucch_param_r11_c_::npucch_param_r11_c_
npucch_param_r11_c_()=default
asn1::rrc::spucch_cfg_v1550_c::c
setup_s_ c
Definition: phy_ded.h:6779
asn1::rrc::phys_cfg_ded_s::pusch_cfg_ded_v1530
copy_ptr< pusch_cfg_ded_v1530_s > pusch_cfg_ded_v1530
Definition: phy_ded.h:7960
asn1::rrc::pusch_cfg_ded_r13_s::pusch_dmrs_r11_c_::setup
setup_s_ & setup()
Definition: phy_ded.h:6254
asn1::rrc::csi_rs_cfg_nzp_r11_s::tx_comb_r14_present
bool tx_comb_r14_present
Definition: phy_ded.h:291
asn1::rrc::ant_info_ded_r10_s::tx_mode_r10_opts::tm1
@ tm1
Definition: phy_ded.h:4777
asn1::rrc::pucch_cfg_ded_v1250_s::nka_pucch_param_r12_c_::set
void set(types::options e=types::nulltype)
Definition: phy_ded.cc:15195
asn1::rrc::epdcch_set_cfg_r11_s::mpdcch_cfg_r13_c_::setup_s_::mpdcch_start_sf_uess_r13_c_::operator=
mpdcch_start_sf_uess_r13_c_ & operator=(const mpdcch_start_sf_uess_r13_c_ &other)
Definition: phy_ded.cc:7415
asn1::rrc::spucch_elems_r15_c::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:5795
asn1::rrc::pucch_cfg_ded_r13_s::pucch_num_repeat_ce_r13_c_::setup_c_::mode_b_s_::pucch_num_repeat_ce_format1_r13_e_
enumerated< pucch_num_repeat_ce_format1_r13_opts > pucch_num_repeat_ce_format1_r13_e_
Definition: phy_ded.h:5839
asn1::rrc::epdcch_cfg_r11_s::cfg_r11_c_::setup_s_::sf_pattern_cfg_r11_c_::operator==
bool operator==(const sf_pattern_cfg_r11_c_ &other) const
Definition: phy_ded.cc:12949
asn1::rrc::srs_cfg_ap_r10_s::cyclic_shift_ap_r10_opts::cs2
@ cs2
Definition: phy_ded.h:4228
asn1::rrc::srs_ul_cfg_ded_up_pts_ext_r13_c::setup_s_::srs_bw_r13_opts::to_number
uint8_t to_number() const
Definition: phy_ded.cc:18007
asn1::rrc::cqi_report_cfg_r15_c::setup_s_::alt_cqi_table_minus1024_qam_r15
alt_cqi_table_minus1024_qam_r15_e_ alt_cqi_table_minus1024_qam_r15
Definition: phy_ded.h:3539
asn1::rrc::delta_tx_d_offset_list_spucch_r15_s::delta_tx_d_offset_spucch_format1b_r15_opts
Definition: phy_ded.h:2646
asn1::rrc::cqi_report_cfg_r15_c::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:9148
asn1::rrc::cqi_report_both_r11_s::operator!=
bool operator!=(const cqi_report_both_r11_s &other) const
Definition: phy_ded.h:1809
asn1::rrc::csi_rs_cfg_non_precoded_v1480_s::codebook_cfg_n1_v1480_opts::n12
@ n12
Definition: phy_ded.h:627
asn1::rrc::slot_or_subslot_pusch_cfg_r15_c::c
setup_s_ c
Definition: phy_ded.h:4529
asn1::rrc::ant_info_ded_s::codebook_subset_restrict_c_::types_opts::n2_tx_ant_tm3
@ n2_tx_ant_tm3
Definition: phy_ded.h:4605
asn1::rrc::eimta_main_cfg_serv_cell_r12_c::setup_s_::mbsfn_sf_cfg_list_v1250_c_::type_
types type_
Definition: phy_ded.h:3943
asn1::rrc::csi_rs_cfg_emimo_v1530_c::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:2663
asn1::rrc::pdsch_re_map_qcl_cfg_r11_s::mbsfn_sf_cfg_list_v1430_c_::type_
types type_
Definition: phy_ded.h:3085
asn1::rrc::pucch_cfg_ded_v1020_s::pucch_format_r10
pucch_format_r10_c_ pucch_format_r10
Definition: phy_ded.h:6062
asn1::rrc::srs_ul_cfg_ded_aperiodic_up_pts_ext_r13_c::setup_s_::srs_up_pts_add_r13_opts::to_string
const char * to_string() const
Definition: phy_ded.cc:17803
asn1::rrc::csi_process_r11_s::cqi_report_aperiodic_proc2_v1310_c_::set_release
void set_release()
Definition: phy_ded.cc:3835
asn1::rrc::csi_rs_cfg_v1530_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:12699
asn1::rrc::csi_rs_cfg_emimo_v1430_c::setup_c_::~setup_c_
~setup_c_()
Definition: phy_ded.h:904
asn1::rrc::slot_or_subslot_pusch_cfg_r15_c::setup_s_::beta_offset_subslot_ri_idx_r15
beta_offset_subslot_ri_idx_r15_l_ beta_offset_subslot_ri_idx_r15
Definition: phy_ded.h:4494
asn1::rrc::cqi_report_cfg_r15_c::operator==
bool operator==(const cqi_report_cfg_r15_c &other) const
Definition: phy_ded.cc:9192
asn1::rrc::ant_info_ded_stti_r15_c::setup_s_::codebook_subset_restrict_c_::n2_tx_ant_tm5_r15
fixed_bitstring< 4 > & n2_tx_ant_tm5_r15()
Definition: phy_ded.h:3309
asn1::rrc::srs_ul_cfg_ded_up_pts_ext_r13_c::operator==
bool operator==(const srs_ul_cfg_ded_up_pts_ext_r13_c &other) const
Definition: phy_ded.cc:17981
asn1::rrc::cqi_report_periodic_proc_ext_r11_s::cqi_format_ind_periodic_r11_c_::types_opts
Definition: phy_ded.h:1142
asn1::rrc::csi_im_cfg_ext_r12_s
Definition: phy_ded.h:1279
asn1::rrc::phys_cfg_ded_s::type_a_srs_tpc_pdcch_group_r14_c_::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:20033
asn1::rrc::spdcch_cfg_r15_c::set_setup
setup_s_ & set_setup()
Definition: phy_ded.cc:10298
asn1::rrc::delta_tx_d_offset_list_pucch_r10_s::delta_tx_d_offset_pucch_format1_r10_opts::options
options
Definition: phy_ded.h:3785
asn1::rrc::pusch_cfg_ded_v1430_s
Definition: phy_ded.h:6467
asn1::choice_buffer_t
Definition: asn1_utils.h:1288
asn1::rrc::cqi_report_mode_aperiodic_opts::value
enum asn1::rrc::cqi_report_mode_aperiodic_opts::options value
asn1::rrc::pucch_cfg_ded_v1020_s::pucch_format_r10_c_::ch_sel_r10_s_::n1_pucch_an_cs_r10_c_::n1_pucch_an_cs_r10_c_
n1_pucch_an_cs_r10_c_()=default
asn1::rrc::csi_rs_cfg_v1250_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:6701
asn1::rrc::csi_rs_cfg_nzp_v1430_s::freq_density_r14
nzp_freq_density_r14_e freq_density_r14
Definition: phy_ded.h:153
asn1::rrc::phys_cfg_ded_s::blind_pdsch_repeat_cfg_r15_c_::setup_s_::max_num_sf_pdsch_repeats_r15_opts::value
enum asn1::rrc::phys_cfg_ded_s::blind_pdsch_repeat_cfg_r15_c_::setup_s_::max_num_sf_pdsch_repeats_r15_opts::options value
asn1::rrc::epdcch_set_cfg_r11_s::mpdcch_cfg_r13_c_::setup_s_::mpdcch_start_sf_uess_r13_c_::fdd_r13_opts::v4
@ v4
Definition: phy_ded.h:2768
asn1::rrc::pusch_enhance_cfg_r14_c::type_
types type_
Definition: phy_ded.h:6660
asn1::rrc::eimta_main_cfg_r12_c::setup
setup_s_ & setup()
Definition: phy_ded.h:3884
asn1::rrc::pucch_cfg_ded_r13_s::pucch_num_repeat_ce_r13_c_::setup_c_::mode_a_s_::pucch_num_repeat_ce_format1_r13_opts::r2
@ r2
Definition: phy_ded.h:5811
asn1::rrc::pdsch_cfg_ded_v1280_s::tbs_idx_alt_r12_present
bool tbs_idx_alt_r12_present
Definition: phy_ded.h:5353
asn1::rrc::spdcch_elems_r15_c::setup_s_::spdcch_set_ref_sig_r15_opts::options
options
Definition: phy_ded.h:2059
asn1::rrc::pdsch_re_map_qcl_cfg_r11_s::optional_set_of_fields_r11_s_::pdsch_start_r11_opts::assigned
@ assigned
Definition: phy_ded.h:3040
asn1::rrc::ant_info_ded_s::codebook_subset_restrict_c_::types_opts::nulltype
@ nulltype
Definition: phy_ded.h:4613
asn1::rrc::phys_cfg_ded_s::blind_pdsch_repeat_cfg_r15_c_::setup_s_::rv_sf_pdsch_repeats_r15_opts::to_string
const char * to_string() const
Definition: phy_ded.cc:20535
asn1::rrc::srs_ul_cfg_ded_aperiodic_r10_c::setup_s_::srs_activ_ap_r10_c_::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:17463
asn1::rrc::spdcch_elems_r15_c::setup_s_::rate_matching_mode_r15_e_
enumerated< rate_matching_mode_r15_opts > rate_matching_mode_r15_e_
Definition: phy_ded.h:2090
asn1::rrc::csi_rs_cfg_emimo_hybrid_r14_c::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:1967
asn1::rrc::phys_cfg_ded_s::must_cfg_r14_c_::set_setup
setup_s_ & set_setup()
Definition: phy_ded.cc:20059
asn1::rrc::pucch_cfg_ded_r13_s::pucch_num_repeat_ce_r13_c_::operator==
bool operator==(const pucch_num_repeat_ce_r13_c_ &other) const
Definition: phy_ded.cc:14463
asn1::rrc::eimta_main_cfg_r12_c::setup_s_::eimta_cmd_periodicity_r12_e_
enumerated< eimta_cmd_periodicity_r12_opts > eimta_cmd_periodicity_r12_e_
Definition: phy_ded.h:3865
asn1::rrc::cqi_report_cfg_r15_c::setup_s_::alt_cqi_table_minus1024_qam_r15_opts::to_string
const char * to_string() const
Definition: phy_ded.cc:9212
asn1::rrc::pdsch_re_map_qcl_cfg_r11_s::codeword_one_cfg_v1530_c_::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:8147
asn1::rrc::delta_tx_d_offset_list_spucch_r15_s::delta_tx_d_offset_spucch_format1a_r15_opts::number_type
int8_t number_type
Definition: phy_ded.h:2640
asn1::rrc::delta_tx_d_offset_list_spucch_r15_s::delta_tx_d_offset_spucch_format3_r15_opts::to_number
int8_t to_number() const
Definition: phy_ded.cc:7023
asn1::rrc::pucch_cfg_ded_r13_s::nka_pucch_param_r13_c_::c
setup_s_ c
Definition: phy_ded.h:5799
asn1::rrc::ant_info_ul_r10_s::tx_mode_ul_r10_opts::spare3
@ spare3
Definition: phy_ded.h:5018
asn1::rrc::pdsch_re_map_qcl_cfg_r11_s::codeword_one_cfg_v1530_c_::setup_s_::crs_ports_count_v1530_opts::number_type
uint8_t number_type
Definition: phy_ded.h:3092
asn1::rrc::csi_rs_cfg_emimo2_r14_c::type_
types type_
Definition: phy_ded.h:527
asn1::rrc::ant_info_ded_r10_s::ue_tx_ant_sel_c_::types
setup_e types
Definition: phy_ded.h:4808
asn1::rrc::slot_or_subslot_pusch_cfg_r15_c::setup_s_::beta_offset_subslot_ack_idx_r15
beta_offset_subslot_ack_idx_r15_l_ beta_offset_subslot_ack_idx_r15
Definition: phy_ded.h:4491
asn1::rrc::cqi_report_aperiodic_hybrid_r14_s::triggers_r14_c_::operator=
triggers_r14_c_ & operator=(const triggers_r14_c_ &other)
Definition: phy_ded.cc:4441
asn1::rrc::slot_or_subslot_pusch_cfg_r15_c::setup_s_::beta_offset_subslot_ack_idx_r15_present
bool beta_offset_subslot_ack_idx_r15_present
Definition: phy_ded.h:4481
asn1::rrc::srs_cfg_ap_r10_s::cyclic_shift_ap_r10_opts::value
enum asn1::rrc::srs_cfg_ap_r10_s::cyclic_shift_ap_r10_opts::options value
asn1::rrc::pdsch_re_map_qcl_cfg_r11_s::codeword_one_cfg_v1530_c_::setup_s_::qcl_csi_rs_cfg_nzp_id_v1530
uint8_t qcl_csi_rs_cfg_nzp_id_v1530
Definition: phy_ded.h:3117
asn1::rrc::delta_tx_d_offset_list_spucch_r15_s::delta_tx_d_offset_spucch_format3_r15_opts::db_minus2
@ db_minus2
Definition: phy_ded.h:2655
asn1::rrc::csi_rs_cfg_emimo_v1480_c::operator==
bool operator==(const csi_rs_cfg_emimo_v1480_c &other) const
Definition: phy_ded.cc:2484
asn1::rrc::csi_rs_cfg_nzp_emimo_r13_c::set_setup
setup_s_ & set_setup()
Definition: phy_ded.cc:948
asn1::rrc::cfi_cfg_r15_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:12401
asn1::rrc::pdcch_candidate_reduction_value_r13_opts::value
enum asn1::rrc::pdcch_candidate_reduction_value_r13_opts::options value
asn1::rrc::srs_cc_set_idx_r14_s
Definition: phy_ded.h:4205
asn1::rrc::csi_rs_cfg_nzp_r11_s::mbsfn_sf_cfg_list_v1430_c_::set_setup
setup_s_ & set_setup()
Definition: phy_ded.cc:621
asn1::rrc::cqi_report_periodic_r10_c::operator==
bool operator==(const cqi_report_periodic_r10_c &other) const
Definition: phy_ded.cc:4916
asn1::rrc::cqi_report_periodic_r10_c::setup_s_::cqi_format_ind_periodic_r10_c_::operator==
bool operator==(const cqi_format_ind_periodic_r10_c_ &other) const
Definition: phy_ded.cc:5079
asn1::rrc::pusch_enhance_cfg_r14_c::setup_s_::interv_ul_hop_pusch_enh_r14_c_::set_interv_fdd_pusch_enh_r14
interv_fdd_pusch_enh_r14_e_ & set_interv_fdd_pusch_enh_r14()
Definition: phy_ded.cc:16304
asn1::rrc::pucch_cfg_ded_r13_s::codebooksize_determination_r13
codebooksize_determination_r13_e_ codebooksize_determination_r13
Definition: phy_ded.h:5952
asn1::rrc::ant_info_ul_r10_s::tx_mode_ul_r10
tx_mode_ul_r10_e_ tx_mode_ul_r10
Definition: phy_ded.h:5029
asn1::rrc::pucch_cfg_ded_r13_s::ack_nack_repeat_r13_c_::ack_nack_repeat_r13_c_
ack_nack_repeat_r13_c_()=default
asn1::rrc::pucch_cfg_ded_v1130_s::npucch_param_r11_c_::setup_s_
Definition: phy_ded.h:6108
asn1::rrc::ul_pwr_ctrl_ded_v1130_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:18163
asn1::rrc::cqi_report_periodic_v1130_s::cqi_report_periodic_proc_ext_to_add_mod_list_r11_present
bool cqi_report_periodic_proc_ext_to_add_mod_list_r11_present
Definition: phy_ded.h:2006
asn1::rrc::delta_tx_d_offset_list_spucch_r15_s::delta_tx_d_offset_spucch_format1_r15_opts::to_number
int8_t to_number() const
Definition: phy_ded.cc:6984
asn1::rrc::delta_tx_d_offset_list_pucch_v1130_s::delta_tx_d_offset_pucch_format1b_cs_r11_opts::db0
@ db0
Definition: phy_ded.h:3836
asn1::rrc::srs_ul_cfg_ded_c::setup_s_::dur
bool dur
Definition: phy_ded.h:6912
asn1::rrc::pdsch_cfg_ded_s::p_a_opts::db_minus6
@ db_minus6
Definition: phy_ded.h:5294
asn1::rrc::phys_cfg_ded_s::semi_static_cfi_cfg_r15_c_::setup_c_::setup_c_
setup_c_()=default
asn1::rrc::pucch_cfg_ded_v1020_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:14726
asn1::rrc::phys_cfg_ded_s::ant_info_c_::set_default_value
void set_default_value()
Definition: phy_ded.cc:19744
asn1::rrc::srs_ul_cfg_ded_aperiodic_v1310_c::operator==
bool operator==(const srs_ul_cfg_ded_aperiodic_v1310_c &other) const
Definition: phy_ded.cc:17593
asn1::rrc::csi_rs_cfg_v1250_s::operator!=
bool operator!=(const csi_rs_cfg_v1250_s &other) const
Definition: phy_ded.h:2579
asn1::rrc::cqi_report_periodic_r10_c::setup_s_::cqi_format_ind_periodic_r10_c_::wideband_cqi_r10_s_::csi_report_mode_r10_opts::number_type
uint8_t number_type
Definition: phy_ded.h:1849
asn1::rrc::srs_tpc_pdcch_cfg_r14_c::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:16894
asn1::rrc::epdcch_cfg_r11_s::cfg_r11_c_::setup_s_::sf_pattern_cfg_r11_c_::set
void set(types::options e=types::nulltype)
Definition: phy_ded.cc:12885
asn1::rrc::ant_info_ded_v1530_c::setup_c_::types_opts
Definition: phy_ded.h:4886
asn1::rrc::csi_rs_cfg_emimo_v1480_c::setup_c_::operator==
bool operator==(const setup_c_ &other) const
Definition: phy_ded.cc:2618
asn1::rrc::phys_cfg_ded_s::ant_info_c_::set
void set(types::options e=types::nulltype)
Definition: phy_ded.cc:19735
asn1::rrc::slot_or_subslot_pdsch_cfg_r15_c::setup_s_::alt_cqi_table1024_qam_stti_r15
alt_cqi_table1024_qam_stti_r15_e_ alt_cqi_table1024_qam_stti_r15
Definition: phy_ded.h:4436
asn1::rrc::cqi_report_cfg_v1250_s::csi_sf_pattern_cfg_r12_c_::set
void set(types::options e=types::nulltype)
Definition: phy_ded.cc:6325
asn1::rrc::phys_cfg_ded_s::blind_pdsch_repeat_cfg_r15_c_::setup_s_::max_num_sf_pdsch_repeats_r15_present
bool max_num_sf_pdsch_repeats_r15_present
Definition: phy_ded.h:7811
asn1::rrc::csi_rs_cfg_emimo_v1480_c::setup_c_::setup_c_
setup_c_()=default
asn1::rrc::cqi_report_periodic_r10_c::set
void set(types::options e=types::nulltype)
Definition: phy_ded.cc:4805
asn1::rrc::srs_ul_cfg_ded_c::setup_s_::cyclic_shift_opts::cs0
@ cs0
Definition: phy_ded.h:6900
asn1::rrc::delta_tx_d_offset_list_pucch_r10_s::delta_tx_d_offset_pucch_format3_r10_opts::to_number
int8_t to_number() const
Definition: phy_ded.cc:9749
asn1::rrc::csi_rs_cfg_non_precoded_v1480_s::codebook_cfg_n2_r1480_opts::n6
@ n6
Definition: phy_ded.h:635
asn1::rrc::epdcch_set_cfg_r11_s::mpdcch_cfg_r13_c_::setup_s_::mpdcch_start_sf_uess_r13_c_::fdd_r13_opts::to_string
const char * to_string() const
Definition: phy_ded.cc:7516
asn1::rrc::epdcch_set_cfg_r11_s::mpdcch_cfg_r13_c_::operator==
bool operator==(const mpdcch_cfg_r13_c_ &other) const
Definition: phy_ded.cc:7363
asn1::rrc::ant_info_ded_v920_s::codebook_subset_restrict_v920_c_::destroy_
void destroy_()
Definition: phy_ded.cc:12219
asn1::rrc::cqi_report_cfg_v1530_s::alt_cqi_table_minus1024_qam_r15
alt_cqi_table_minus1024_qam_r15_e_ alt_cqi_table_minus1024_qam_r15
Definition: phy_ded.h:5104
asn1::rrc::epdcch_cfg_r11_s::cfg_r11_c_::setup_s_::sf_pattern_cfg_r11_c_::sf_pattern_cfg_r11_c_
sf_pattern_cfg_r11_c_()=default
asn1::rrc::csi_process_r11_s::csi_im_cfg_id_list_r12_c_::types
setup_e types
Definition: phy_ded.h:1303
asn1::rrc::epdcch_cfg_r11_s::cfg_r11_c_::setup_s_::sf_pattern_cfg_r11_c_
Definition: phy_ded.h:5167
asn1::rrc::csi_rs_cfg_non_precoded_v1480_s::codebook_cfg_n2_r1480_opts::nulltype
@ nulltype
Definition: phy_ded.h:635
asn1::rrc::srs_ul_cfg_ded_aperiodic_v1310_c::setup_s_::srs_activ_ap_v1310_c_::type_
types type_
Definition: phy_ded.h:7132
asn1::rrc::srs_ul_cfg_ded_v1310_c::setup_s_
Definition: phy_ded.h:6961
asn1::rrc::srs_ul_cfg_ded_c::setup_s_::cyclic_shift_opts::nulltype
@ nulltype
Definition: phy_ded.h:6900
asn1::rrc::ant_info_ded_stti_r15_c::setup_s_::tx_mode_dl_non_mbsfn_r15_e_
enumerated< tx_mode_dl_non_mbsfn_r15_opts > tx_mode_dl_non_mbsfn_r15_e_
Definition: phy_ded.h:3252
asn1::rrc::ul_pwr_ctrl_ded_v1530_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:18312
asn1::rrc::cqi_report_periodic_c::setup_s_::cqi_format_ind_periodic_c_::type
types type() const
Definition: phy_ded.h:3588
asn1::rrc::cqi_report_periodic_v1310_s::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:5317
asn1::rrc::pusch_cfg_ded_v1130_s::pusch_dmrs_r11_c_::type
types type() const
Definition: phy_ded.h:6376
asn1::rrc::cqi_report_cfg_v1530_s::alt_cqi_table_minus1024_qam_r15_e_
enumerated< alt_cqi_table_minus1024_qam_r15_opts > alt_cqi_table_minus1024_qam_r15_e_
Definition: phy_ded.h:5100
asn1::rrc::cqi_report_aperiodic_v1250_c::setup_s_::aperiodic_csi_trigger_v1250_s_::trigger_sf_set_ind_r12_opts::value
enum asn1::rrc::cqi_report_aperiodic_v1250_c::setup_s_::aperiodic_csi_trigger_v1250_s_::trigger_sf_set_ind_r12_opts::options value
asn1::rrc::ant_info_ded_s::codebook_subset_restrict_c_::set_n4_tx_ant_tm3
fixed_bitstring< 4 > & set_n4_tx_ant_tm3()
Definition: phy_ded.cc:11660
asn1::rrc::ant_info_ded_stti_r15_c::setup_s_::codebook_subset_restrict_c_::types_opts::n4_tx_ant_tm9and10_r15
@ n4_tx_ant_tm9and10_r15
Definition: phy_ded.h:3267
asn1::rrc::spdcch_elems_r15_c::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:5536
asn1::rrc::srs_ul_cfg_ded_v1020_s::operator==
bool operator==(const srs_ul_cfg_ded_v1020_s &other) const
Definition: phy_ded.cc:17199
asn1::rrc::format4_res_r13_s::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:10056
asn1::rrc::pucch_cfg_ded_r13_s::pucch_format_r13_c_
Definition: phy_ded.h:5554
asn1::rrc::pdsch_cfg_ded_v1530_s::alt_mcs_table_scaling_cfg_r15_opts::number_type
float number_type
Definition: phy_ded.h:5415
asn1::rrc::pusch_cfg_ded_v1530_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:15989
asn1::rrc::pusch_cfg_ded_v1430_s::ce_pusch_max_bw_r14_present
bool ce_pusch_max_bw_r14_present
Definition: phy_ded.h:6469
asn1::choice_buffer_base_t::get
T & get()
Definition: asn1_utils.h:1256
asn1::rrc::pdsch_cfg_ded_v1530_s::operator!=
bool operator!=(const pdsch_cfg_ded_v1530_s &other) const
Definition: phy_ded.h:5437
asn1::rrc::pusch_cfg_ded_v1250_s::uci_on_pusch_c_::uci_on_pusch_c_
uci_on_pusch_c_()=default
asn1::rrc::srs_ul_cfg_ded_up_pts_ext_r13_c::setup_s_::tx_comb_num_r13_opts
Definition: phy_ded.h:7292
asn1::rrc::cqi_report_periodic_proc_ext_r11_s::csi_cfg_idx_r11_c_::c
setup_s_ c
Definition: phy_ded.h:1224
asn1::rrc::csi_rs_cfg_non_precoded_v1430_s::codebook_cfg_n2_v1430
codebook_cfg_n2_v1430_e_ codebook_cfg_n2_v1430
Definition: phy_ded.h:613
asn1::rrc::epdcch_set_cfg_r11_s::mpdcch_cfg_r13_c_::setup_s_::mpdcch_start_sf_uess_r13_c_::~mpdcch_start_sf_uess_r13_c_
~mpdcch_start_sf_uess_r13_c_()
Definition: phy_ded.h:2795
asn1::rrc::srs_ul_cfg_ded_aperiodic_r10_c::setup_s_::srs_activ_ap_r10_c_::c
setup_s_ c
Definition: phy_ded.h:7055
asn1::rrc::srs_ul_cfg_ded_v1310_c::setup_s_::cyclic_shift_v1310_opts::cs11
@ cs11
Definition: phy_ded.h:6963
asn1::rrc::srs_ul_cfg_ded_aperiodic_up_pts_ext_r13_c::setup_s_::srs_activ_ap_r13_c_::set_setup
setup_s_ & set_setup()
Definition: phy_ded.cc:17825
asn1::rrc::cqi_report_periodic_proc_ext_r11_s::cqi_format_ind_periodic_r11_c_::subband_cqi_r11_s_::periodicity_factor_r11_opts::value
enum asn1::rrc::cqi_report_periodic_proc_ext_r11_s::cqi_format_ind_periodic_r11_c_::subband_cqi_r11_s_::periodicity_factor_r11_opts::options value
asn1::rrc::pucch_cfg_ded_r13_s::maximum_payload_coderate_r13_present
bool maximum_payload_coderate_r13_present
Definition: phy_ded.h:5941
asn1::rrc::tdd_pusch_up_pts_r14_c::setup_s_::sym_pusch_up_pts_r14_opts::to_number
uint8_t to_number() const
Definition: phy_ded.cc:11414
asn1::rrc::cqi_report_cfg_v1250_s::alt_cqi_table_r12_opts
Definition: phy_ded.h:2396
asn1::rrc::pdsch_re_map_qcl_cfg_r11_s::optional_set_of_fields_r11_s_::crs_ports_count_r11_opts::n4
@ n4
Definition: phy_ded.h:2999
asn1::rrc::srs_ul_cfg_ded_up_pts_ext_r13_c::operator!=
bool operator!=(const srs_ul_cfg_ded_up_pts_ext_r13_c &other) const
Definition: phy_ded.h:7323
asn1::rrc::sched_request_cfg_v1530_c::setup_s_::dssr_trans_max_r15_e_
enumerated< dssr_trans_max_r15_opts > dssr_trans_max_r15_e_
Definition: phy_ded.h:4339
asn1::rrc::pucch_cfg_ded_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:13412
asn1::rrc::pdsch_cfg_ded_v1280_s::operator==
bool operator==(const pdsch_cfg_ded_v1280_s &other) const
Definition: phy_ded.cc:13198
asn1::rrc::pucch_cfg_ded_v1430_s::pucch_num_repeat_ce_format1_r14_opts::r64
@ r64
Definition: phy_ded.h:6198
asn1::rrc::ul_pwr_ctrl_ded_stti_r15_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:11433
asn1::rrc::zero_tx_pwr_csi_rs_r12_s::operator==
bool operator==(const zero_tx_pwr_csi_rs_r12_s &other) const
Definition: phy_ded.cc:3946
asn1::rrc::eimta_main_cfg_r12_c::setup_s_::eimta_cmd_periodicity_r12
eimta_cmd_periodicity_r12_e_ eimta_cmd_periodicity_r12
Definition: phy_ded.h:3869
asn1::rrc::cqi_report_aperiodic_proc_v1310_s::trigger111_r13
bool trigger111_r13
Definition: phy_ded.h:709
asn1::rrc::delta_tx_d_offset_list_pucch_r10_s::delta_tx_d_offset_pucch_format22a2b_r10_opts::value
enum asn1::rrc::delta_tx_d_offset_list_pucch_r10_s::delta_tx_d_offset_pucch_format22a2b_r10_opts::options value
asn1::rrc::phys_cfg_ded_s::srs_ul_cfg_ded_v1020
copy_ptr< srs_ul_cfg_ded_v1020_s > srs_ul_cfg_ded_v1020
Definition: phy_ded.h:7894
asn1::rrc::cqi_report_cfg_v1250_s::csi_sf_pattern_cfg_r12_c_::set_release
void set_release()
Definition: phy_ded.cc:6329
asn1::rrc::phys_cfg_ded_s::ant_info_r10_c_::types_opts::to_string
const char * to_string() const
Definition: rrc.cc:1017
asn1::rrc::csi_process_r11_s::advanced_codebook_enabled_r14_present
bool advanced_codebook_enabled_r14_present
Definition: phy_ded.h:1445
asn1::rrc::phys_cfg_ded_s::blind_pdsch_repeat_cfg_r15_c_::setup_s_::nof_processes_sf_pdsch_repeats_r15_present
bool nof_processes_sf_pdsch_repeats_r15_present
Definition: phy_ded.h:7815
asn1::rrc::ant_info_ded_v1530_c::set_release
void set_release()
Definition: phy_ded.cc:12057
asn1::rrc::csi_rs_cfg_nzp_r11_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:404
asn1::rrc::tdd_pusch_up_pts_r14_c::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:11387
asn1::rrc::srs_cfg_ap_r10_s::cyclic_shift_ap_r10_opts::to_number
uint8_t to_number() const
Definition: phy_ded.cc:10574
asn1::rrc::cqi_report_periodic_proc_ext_r11_s::cqi_format_ind_periodic_r11_c_::c
choice_buffer_t< subband_cqi_r11_s_, wideband_cqi_r11_s_ > c
Definition: phy_ded.h:1187
asn1::rrc::cqi_report_periodic_v1130_s::cqi_report_periodic_proc_ext_to_add_mod_list_r11
cqi_report_periodic_proc_ext_to_add_mod_list_r11_l cqi_report_periodic_proc_ext_to_add_mod_list_r11
Definition: phy_ded.h:2008
asn1::rrc::csi_rs_cfg_emimo_r13_c::setup_c_::setup_c_
setup_c_()=default
asn1::rrc::cqi_report_cfg_v1250_s::csi_sf_pattern_cfg_r12_c_
Definition: phy_ded.h:2363
asn1::rrc::srs_ul_cfg_ded_up_pts_ext_r13_c::setup_s_::srs_bw_r13_opts::bw0
@ bw0
Definition: phy_ded.h:7269
asn1::rrc::srs_ul_cfg_ded_aperiodic_up_pts_ext_r13_c::setup_s_::srs_activ_ap_r13_c_::operator!=
bool operator!=(const srs_activ_ap_r13_c_ &other) const
Definition: phy_ded.h:7199
asn1::rrc::pusch_cfg_ded_r13_s::pusch_dmrs_r11_c_::set_release
void set_release()
Definition: phy_ded.cc:15460
asn1::rrc::pucch_cfg_ded_r13_s::pucch_format_r13_c_::types_opts::number_type
uint8_t number_type
Definition: phy_ded.h:5663
asn1::rrc::csi_rs_cfg_v1430_s::emimo_hybrid_r14_present
bool emimo_hybrid_r14_present
Definition: phy_ded.h:2598
asn1::rrc::ant_info_ul_r10_s::tx_mode_ul_r10_opts::number_type
uint8_t number_type
Definition: phy_ded.h:5019
asn1::rrc::cqi_report_aperiodic_hybrid_r14_s::triggers_r14_c_::three_bit_r14_s_::trigger110_ind_r14
fixed_bitstring< 32 > trigger110_ind_r14
Definition: phy_ded.h:1715
asn1::rrc::ant_info_ul_stti_r15_s::tx_mode_ul_stti_r15_opts::options
options
Definition: phy_ded.h:3493
asn1::rrc::cqi_report_aperiodic_proc_v1310_s::trigger100_r13
bool trigger100_r13
Definition: phy_ded.h:706
asn1::rrc::cqi_report_aperiodic_v1250_c::setup_s_::aperiodic_csi_trigger_v1250_s_::trigger2_sf_set_ind_r12
fixed_bitstring< 8 > trigger2_sf_set_ind_r12
Definition: phy_ded.h:1576
asn1::rrc::csi_rs_cfg_nzp_activation_r14_s::csi_rs_nzp_mode_r14_e_
enumerated< csi_rs_nzp_mode_r14_opts > csi_rs_nzp_mode_r14_e_
Definition: phy_ded.h:170
asn1::rrc::spdcch_elems_r15_c::setup_s_::res_block_assign_r15
res_block_assign_r15_s_ res_block_assign_r15
Definition: phy_ded.h:2113
asn1::rrc::pucch_cfg_ded_r13_s::codebooksize_determination_r13_opts
Definition: phy_ded.h:5801
asn1::rrc::slot_or_subslot_pdsch_cfg_r15_c::setup_s_::res_alloc_r15_opts::res_alloc_type2
@ res_alloc_type2
Definition: phy_ded.h:4419
asn1::rrc::cqi_report_periodic_proc_ext_r11_s::cqi_format_ind_periodic_r11_c_
Definition: phy_ded.h:1113
asn1::rrc::phys_cfg_ded_s::must_cfg_r14_c_::setup_s_::p_a_must_r14_opts::db_minus1dot77
@ db_minus1dot77
Definition: phy_ded.h:7637
asn1::rrc::csi_process_r11_s::csi_im_cfg_id_r11
uint8_t csi_im_cfg_id_r11
Definition: phy_ded.h:1430
asn1::rrc::pucch_cfg_ded_r13_s::nka_pucch_param_r13_c_::setup
setup_s_ & setup()
Definition: phy_ded.h:5784
asn1::rrc::csi_rs_cfg_emimo_hybrid_r14_c::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:1945
asn1::rrc::phys_cfg_ded_s::tpc_pdcch_cfg_pusch_present
bool tpc_pdcch_cfg_pusch_present
Definition: phy_ded.h:7865
asn1::rrc::sched_request_cfg_v1530_c::setup_s_::sr_cfg_idx_slot_r15_present
bool sr_cfg_idx_slot_r15_present
Definition: phy_ded.h:4345
asn1::rrc::epdcch_set_cfg_r11_s::mpdcch_cfg_r13_c_::setup_s_::mpdcch_pdsch_hop_cfg_r13_opts::to_string
const char * to_string() const
Definition: phy_ded.cc:7384
asn1::rrc::csi_rs_cfg_non_precoded_r13_s::codebook_cfg_n2_r13_opts
Definition: phy_ded.h:541
asn1::rrc::csi_rs_cfg_emimo_v1430_c::operator!=
bool operator!=(const csi_rs_cfg_emimo_v1430_c &other) const
Definition: phy_ded.h:952
asn1::rrc::ant_info_ded_stti_r15_c::setup_s_::codebook_subset_restrict_c_::n2_tx_ant_tm9and10_r15
fixed_bitstring< 6 > & n2_tx_ant_tm9and10_r15()
Definition: phy_ded.h:3339
asn1::rrc::cqi_report_aperiodic_v1250_c::setup_s_::aperiodic_csi_trigger_v1250_s_::trigger_sf_set_ind_r12_opts::nulltype
@ nulltype
Definition: phy_ded.h:1565
asn1::rrc::delta_tx_d_offset_list_pucch_r10_s::delta_tx_d_offset_pucch_format22a2b_r10_opts::to_number
int8_t to_number() const
Definition: phy_ded.cc:9736
asn1::rrc::pdcch_candidate_reductions_r13_c::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:12968
asn1::rrc::csi_process_r11_s::ext
bool ext
Definition: phy_ded.h:1424
asn1::rrc::csi_rs_cfg_bf_r13_s::csi_im_cfg_id_list_r13
csi_im_cfg_id_list_r13_l_ csi_im_cfg_id_list_r13
Definition: phy_ded.h:467
asn1::rrc::delta_tx_d_offset_list_pucch_r10_s::delta_tx_d_offset_pucch_format1_r10_opts::db0
@ db0
Definition: phy_ded.h:3785
asn1::rrc::phys_cfg_ded_s::add_spec_emission_ca_r10_c_::type_
types type_
Definition: phy_ded.h:7560
asn1::rrc::srs_cfg_ap_r13_s::operator!=
bool operator!=(const srs_cfg_ap_r13_s &other) const
Definition: phy_ded.h:4291
asn1::rrc::phys_cfg_ded_s::semi_static_cfi_cfg_r15_c_::setup_c_::type_
types type_
Definition: phy_ded.h:7726
asn1::rrc::cqi_report_periodic_c::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:9268
asn1::rrc::phys_cfg_ded_s::blind_pdsch_repeat_cfg_r15_c_::setup_s_::mcs_restrict_sf_pdsch_repeats_r15_opts::to_number
uint8_t to_number() const
Definition: phy_ded.cc:20573
asn1::rrc::epdcch_set_cfg_r11_s::mpdcch_cfg_r13_c_::setup_s_
Definition: phy_ded.h:2751
asn1::rrc::cqi_report_cfg_v1250_s::csi_sf_pattern_cfg_r12_c_::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:6339
asn1::rrc::csi_rs_cfg_zp_r11_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:6908
asn1::rrc::cqi_report_periodic_proc_ext_r11_s::csi_cfg_idx_r11_c_::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:3112
asn1::rrc::cqi_report_periodic_r10_c::setup_s_::cqi_format_ind_periodic_r10_c_::wideband_cqi_r10_s_::csi_report_mode_r10_opts::value
enum asn1::rrc::cqi_report_periodic_r10_c::setup_s_::cqi_format_ind_periodic_r10_c_::wideband_cqi_r10_s_::csi_report_mode_r10_opts::options value
asn1::rrc::pucch_cfg_ded_r13_s::pucch_num_repeat_ce_r13_c_::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:14416
asn1::rrc::pusch_enhance_cfg_r14_c::setup_s_::interv_ul_hop_pusch_enh_r14_c_::interv_tdd_pusch_enh_r14_opts
Definition: phy_ded.h:6574
asn1::rrc::spucch_elems_r15_c::setup_s_::n3_spucch_an_list_r15_present
bool n3_spucch_an_list_r15_present
Definition: phy_ded.h:2161
asn1::rrc::csi_rs_cfg_emimo_v1530_c::setup_c_::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:2707
asn1::rrc::phys_cfg_ded_s::blind_pdsch_repeat_cfg_r15_c_::setup_s_::mcs_restrict_sf_pdsch_repeats_r15_opts::n1
@ n1
Definition: phy_ded.h:7793
asn1::rrc::sched_request_cfg_c::set
void set(types::options e=types::nulltype)
Definition: phy_ded.cc:16948
asn1::rrc::csi_rs_cfg_r15_c::c
setup_s_ c
Definition: phy_ded.h:3686
asn1::rrc::ant_info_ded_v1530_c::type_
types type_
Definition: phy_ded.h:4948
asn1::rrc::phys_cfg_ded_s::blind_pdsch_repeat_cfg_r15_c_::setup_s_::max_num_sf_pdsch_repeats_r15_e_
enumerated< max_num_sf_pdsch_repeats_r15_opts > max_num_sf_pdsch_repeats_r15_e_
Definition: phy_ded.h:7767
asn1::rrc::csi_rs_cfg_r15_c::operator==
bool operator==(const csi_rs_cfg_r15_c &other) const
Definition: phy_ded.cc:9487
asn1::rrc::cqi_report_periodic_r10_c::setup_s_::cqi_format_ind_periodic_r10_c_::subband_cqi_r10_s_::k
uint8_t k
Definition: phy_ded.h:1871
asn1::rrc::pucch_cfg_ded_v1020_s::pucch_format_r10_c_::ch_sel_r10_s_::n1_pucch_an_cs_r10
n1_pucch_an_cs_r10_c_ n1_pucch_an_cs_r10
Definition: phy_ded.h:6005
asn1::rrc::phys_cfg_ded_s::ce_mode_r13_c_
Definition: phy_ded.h:7563
asn1::rrc::cqi_report_periodic_proc_ext_r11_s::cqi_format_ind_periodic_r11_c_::wideband_cqi_r11_s_::csi_report_mode_r11_opts::options
options
Definition: phy_ded.h:1116
asn1::rrc::csi_rs_cfg_emimo2_r14_c::csi_rs_cfg_emimo2_r14_c
csi_rs_cfg_emimo2_r14_c()=default
asn1::rrc::ant_info_ded_s::codebook_subset_restrict_c_::n2_tx_ant_tm3
fixed_bitstring< 2 > & n2_tx_ant_tm3()
Definition: phy_ded.h:4631
asn1::rrc::phys_cfg_ded_s::epdcch_cfg_r11
copy_ptr< epdcch_cfg_r11_s > epdcch_cfg_r11
Definition: phy_ded.h:7904
asn1::rrc::srs_ul_cfg_ded_v1310_c::operator==
bool operator==(const srs_ul_cfg_ded_v1310_c &other) const
Definition: phy_ded.cc:17297
asn1::rrc::spdcch_elems_r15_c::setup_s_::rate_matching_mode_r15_opts::m1
@ m1
Definition: phy_ded.h:2084
asn1::rrc::cqi_report_periodic_v1320_s
Definition: phy_ded.h:2033
asn1::rrc::pdsch_cfg_ded_v1530_s::alt_mcs_table_scaling_cfg_r15_opts::nulltype
@ nulltype
Definition: phy_ded.h:5414
asn1::rrc::delta_tx_d_offset_list_spucch_r15_s::delta_tx_d_offset_spucch_format1_r15_opts::value
enum asn1::rrc::delta_tx_d_offset_list_spucch_r15_s::delta_tx_d_offset_spucch_format1_r15_opts::options value
asn1::rrc::cqi_report_periodic_r10_c::setup_s_::cqi_format_ind_periodic_r10_c_::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:5037
asn1::rrc::cqi_report_both_v1250_s::csi_im_cfg_to_add_mod_list_ext_r12
csi_im_cfg_ext_r12_s csi_im_cfg_to_add_mod_list_ext_r12
Definition: phy_ded.h:1817
asn1::rrc::tdd_pusch_up_pts_r14_c::setup_s_::sym_pusch_up_pts_r14
sym_pusch_up_pts_r14_e_ sym_pusch_up_pts_r14
Definition: phy_ded.h:4547
asn1::rrc::csi_rs_cfg_v1310_s
Definition: phy_ded.h:2583
asn1::rrc::csi_rs_cfg_emimo_v1430_c::setup_c_::operator=
setup_c_ & operator=(const setup_c_ &other)
Definition: phy_ded.cc:2325
asn1::rrc::pdsch_cfg_ded_v1430_s::ce_pdsch_max_bw_r14
ce_pdsch_max_bw_r14_e_ ce_pdsch_max_bw_r14
Definition: phy_ded.h:5402
asn1::rrc::pdsch_cfg_ded_s::p_a_opts::db_minus4dot77
@ db_minus4dot77
Definition: phy_ded.h:5294
asn1::rrc::cqi_report_cfg_r15_c::c
setup_s_ c
Definition: phy_ded.h:3568
asn1::rrc::phys_cfg_ded_s::cqi_report_cfg_r10
copy_ptr< cqi_report_cfg_r10_s > cqi_report_cfg_r10
Definition: phy_ded.h:7889
asn1::rrc::ant_info_ul_stti_r15_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:9014
asn1::rrc::cqi_report_cfg_r10_s::pmi_ri_report_r9_present
bool pmi_ri_report_r9_present
Definition: phy_ded.h:2333
asn1::rrc::csi_rs_cfg_non_precoded_v1430_s::codebook_cfg_n2_v1430_opts::n6
@ n6
Definition: phy_ded.h:601
asn1::rrc::csi_rs_cfg_non_precoded_v1530_s::p_c_and_cbsr_list_r15
p_c_and_cbsr_pair_r15_l p_c_and_cbsr_list_r15
Definition: phy_ded.h:663
asn1::rrc::pusch_enhance_cfg_r14_c::setup_s_::interv_ul_hop_pusch_enh_r14_c_::interv_tdd_pusch_enh_r14_opts::int10
@ int10
Definition: phy_ded.h:6575
asn1::rrc::phys_cfg_ded_s::ant_info_r10_c_::types_opts::value
enum asn1::rrc::phys_cfg_ded_s::ant_info_r10_c_::types_opts::options value
asn1::rrc::csi_rs_cfg_emimo_v1430_c::setup_c_::set
void set(types::options e=types::nulltype)
Definition: phy_ded.cc:2291
asn1::rrc::ant_info_ded_stti_r15_c::setup_s_::tx_mode_dl_non_mbsfn_r15_opts::nulltype
@ nulltype
Definition: phy_ded.h:3246
asn1::rrc::csi_process_r11_s::cqi_report_aperiodic_proc2_v1310_c_::setup
cqi_report_aperiodic_proc_v1310_s & setup()
Definition: phy_ded.h:1405
asn1::rrc::csi_rs_cfg_nzp_emimo_r13_c::setup_s_::cdm_type_r13
cdm_type_r13_e_ cdm_type_r13
Definition: phy_ded.h:391
asn1::rrc::csi_rs_cfg_nzp_r11_s::qcl_crs_info_r11_s_::crs_ports_count_r11_opts::spare1
@ spare1
Definition: phy_ded.h:196
asn1::rrc::ant_info_ded_s::codebook_subset_restrict_c_::set_n2_tx_ant_tm5
fixed_bitstring< 4 > & set_n2_tx_ant_tm5()
Definition: phy_ded.cc:11675
asn1::rrc::delta_tx_d_offset_list_pucch_r10_s::delta_tx_d_offset_pucch_format22a2b_r10_opts::to_string
const char * to_string() const
Definition: phy_ded.cc:9730
asn1::rrc::pucch_cfg_ded_r13_s::operator==
bool operator==(const pucch_cfg_ded_r13_s &other) const
Definition: phy_ded.cc:13661
asn1::rrc::ant_info_ded_stti_r15_c::setup_s_::tx_mode_dl_non_mbsfn_r15_opts::tm1
@ tm1
Definition: phy_ded.h:3246
asn1::rrc::pdsch_re_map_qcl_cfg_r11_s::optional_set_of_fields_r11_s_::pdsch_start_r11_opts::n4
@ n4
Definition: phy_ded.h:3040
asn1::rrc::pusch_cfg_ded_s::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:15316
asn1::rrc::csi_rs_cfg_v1310_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:6809
asn1::rrc::csi_rs_cfg_nzp_activation_r14_s::csi_rs_nzp_mode_r14_opts::semi_persistent
@ semi_persistent
Definition: phy_ded.h:166
asn1::rrc::cqi_report_aperiodic_v1310_c::setup_s_::aperiodic_csi_trigger2_r13_c_::operator==
bool operator==(const aperiodic_csi_trigger2_r13_c_ &other) const
Definition: phy_ded.cc:4338
asn1::rrc::srs_ul_cfg_ded_up_pts_ext_r13_c::setup_s_::cyclic_shift_r13_opts::cs10
@ cs10
Definition: phy_ded.h:7285
asn1::rrc::cqi_report_periodic_c::setup_s_::cqi_format_ind_periodic_c_::types_opts::value
enum asn1::rrc::cqi_report_periodic_c::setup_s_::cqi_format_ind_periodic_c_::types_opts::options value
asn1::rrc::pusch_enhance_cfg_r14_c::setup_s_::interv_ul_hop_pusch_enh_r14_c_::destroy_
void destroy_()
Definition: phy_ded.cc:16257
asn1::rrc::spdcch_elems_r15_c::setup_s_::sf_type_r15_opts::nonmbsfn
@ nonmbsfn
Definition: phy_ded.h:2078
asn1::rrc::csi_rs_cfg_bf_v1430_s::csi_rs_nzp_activation_r14_present
bool csi_rs_nzp_activation_r14_present
Definition: phy_ded.h:486
asn1::rrc::phys_cfg_ded_s::blind_pdsch_repeat_cfg_r15_c_::setup_s_::rv_sf_pdsch_repeats_r15_present
bool rv_sf_pdsch_repeats_r15_present
Definition: phy_ded.h:7813
asn1::rrc::spdcch_cfg_r15_c::setup_s_::spdcch_set_cfg_r15_present
bool spdcch_set_cfg_r15_present
Definition: phy_ded.h:4124
asn1::rrc::epdcch_set_cfg_r11_s::tx_type_r11
tx_type_r11_e_ tx_type_r11
Definition: phy_ded.h:2883
asn1::rrc::spucch_cfg_v1550_c::type_
types type_
Definition: phy_ded.h:6778
asn1::rrc::tdd_pusch_up_pts_r14_c::setup_s_::sym_pusch_up_pts_r14_opts::nulltype
@ nulltype
Definition: phy_ded.h:4536
asn1::rrc::srs_ul_cfg_ded_aperiodic_r10_c::setup_s_::srs_activ_ap_r10_c_::set
void set(types::options e=types::nulltype)
Definition: phy_ded.cc:17429
asn1::rrc::cqi_report_aperiodic_v1310_c::setup_s_::aperiodic_csi_trigger2_r13
aperiodic_csi_trigger2_r13_c_ aperiodic_csi_trigger2_r13
Definition: phy_ded.h:1666
asn1::rrc::n4_spucch_res_r15_s
Definition: phy_ded.h:1492
asn1::rrc::pucch_cfg_ded_v1020_s::pucch_format_r10_c_::ch_sel_r10_s_::n1_pucch_an_cs_r10_c_::set_release
void set_release()
Definition: phy_ded.cc:14922
asn1::rrc::srs_ul_cfg_ded_up_pts_ext_r13_c::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:17905
asn1::rrc::slot_or_subslot_pdsch_cfg_r15_c::setup_s_::res_alloc_r15_present
bool res_alloc_r15_present
Definition: phy_ded.h:4431
asn1::rrc::pusch_cfg_ded_r13_s::uci_on_pusch_present
bool uci_on_pusch_present
Definition: phy_ded.h:6326
asn1::rrc::cqi_report_aperiodic_hybrid_r14_s::triggers_r14_c_::two_bit_r14
two_bit_r14_s_ & two_bit_r14()
Definition: phy_ded.h:1745
asn1::rrc::slot_or_subslot_pdsch_cfg_r15_c::setup_s_::alt_cqi_table_stti_r15_present
bool alt_cqi_table_stti_r15_present
Definition: phy_ded.h:4429
asn1::rrc::pucch_cfg_ded_v1020_s::pucch_format_r10_c_::c
choice_buffer_t< ch_sel_r10_s_, pucch_format3_conf_r13_s > c
Definition: phy_ded.h:6052
asn1::rrc::p_c_and_cbsr_r13_s::cbsr_sel_r13_c_::set_bf_kn_r13
bf_kn_r13_s_ & set_bf_kn_r13()
Definition: phy_ded.cc:164
asn1::rrc::csi_rs_cfg_nzp_r11_s::qcl_crs_info_r11_s_::crs_ports_count_r11_opts::n4
@ n4
Definition: phy_ded.h:196
asn1::rrc::ant_info_ded_v1530_c::setup_c_::set
void set(types::options e=types::nulltype)
Definition: phy_ded.cc:12114
asn1::rrc::pucch_cfg_ded_v1430_s::pucch_num_repeat_ce_format1_r14_opts::to_string
const char * to_string() const
Definition: phy_ded.cc:15288
asn1::rrc::csi_rs_cfg_nzp_r11_s::ant_ports_count_r11_opts::number_type
uint8_t number_type
Definition: phy_ded.h:188
asn1::rrc::epdcch_set_cfg_r11_s::mpdcch_cfg_r13_c_::setup_s_::mpdcch_start_sf_uess_r13_c_::tdd_r13_opts::v1
@ v1
Definition: phy_ded.h:2777
asn1::rrc::csi_process_r11_s::cqi_report_aperiodic_proc2_v1310_c_::types
setup_e types
Definition: phy_ded.h:1393
asn1::rrc::csi_rs_cfg_nzp_r11_s::ant_ports_count_r11_e_
enumerated< ant_ports_count_r11_opts > ant_ports_count_r11_e_
Definition: phy_ded.h:193
asn1::rrc::csi_process_r11_s::cqi_report_aperiodic_proc_v1310_c_::types
setup_e types
Definition: phy_ded.h:1363
asn1::rrc::ant_info_ded_r10_s::tx_mode_r10
tx_mode_r10_e_ tx_mode_r10
Definition: phy_ded.h:4840
asn1::rrc::pucch_cfg_ded_r13_s::ack_nack_repeat_r13_c_::operator!=
bool operator!=(const ack_nack_repeat_r13_c_ &other) const
Definition: phy_ded.h:5529
asn1::rrc::csi_rs_cfg_non_precoded_r13_s::codebook_over_sampling_rate_cfg_o1_r13
codebook_over_sampling_rate_cfg_o1_r13_e_ codebook_over_sampling_rate_cfg_o1_r13
Definition: phy_ded.h:576
asn1::rrc::pdsch_re_map_qcl_cfg_r11_s::codeword_one_cfg_v1530_c_::set
void set(types::options e=types::nulltype)
Definition: phy_ded.cc:8133
asn1::rrc::ant_info_ded_v1530_c::setup_c_::ue_tx_ant_sel_srs_minus2_t4_r_nr_of_pairs_r15_opts::to_number
uint8_t to_number() const
Definition: phy_ded.cc:12181
asn1::rrc::p_c_and_cbsr_r13_s::cbsr_sel_r13_c_::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:199
asn1::rrc::cqi_report_aperiodic_r10_c::setup_s_::aperiodic_csi_trigger_r10_s_
Definition: phy_ded.h:1520
asn1::rrc::phys_cfg_ded_s::blind_pdsch_repeat_cfg_r15_c_::setup_s_::rv_sf_pdsch_repeats_r15_opts::nulltype
@ nulltype
Definition: phy_ded.h:7777
asn1::assert_choice_type
void assert_choice_type(uint32_t val, uint32_t choice_id)
Definition: asn1_utils.cc:42
asn1::rrc::cqi_report_periodic_v1130_s::operator==
bool operator==(const cqi_report_periodic_v1130_s &other) const
Definition: phy_ded.cc:5280
asn1::rrc::pusch_enhance_cfg_r14_c::setup_s_::interv_ul_hop_pusch_enh_r14_c_::interv_fdd_pusch_enh_r14_opts::value
enum asn1::rrc::pusch_enhance_cfg_r14_c::setup_s_::interv_ul_hop_pusch_enh_r14_c_::interv_fdd_pusch_enh_r14_opts::options value
asn1::rrc::phys_cfg_ded_s::add_spec_emission_ca_r10_c_::set
void set(types::options e=types::nulltype)
Definition: phy_ded.cc:19857
asn1::rrc::csi_rs_cfg_non_precoded_r13_s::codebook_cfg_r13
uint8_t codebook_cfg_r13
Definition: phy_ded.h:578
asn1::rrc::cqi_report_aperiodic_proc_r11_s::trigger01_r11
bool trigger01_r11
Definition: phy_ded.h:689
asn1::rrc::cqi_report_cfg_v920_s::cqi_mask_r9_present
bool cqi_mask_r9_present
Definition: phy_ded.h:5116
asn1::rrc::srs_ul_cfg_ded_c::setup_s_::cyclic_shift_opts::value
enum asn1::rrc::srs_ul_cfg_ded_c::setup_s_::cyclic_shift_opts::options value
asn1::rrc::srs_ul_cfg_ded_v1310_c::setup_s_::tx_comb_num_r13
tx_comb_num_r13_e_ tx_comb_num_r13
Definition: phy_ded.h:6985
asn1::rrc::ul_pwr_ctrl_ded_v1020_s::psrs_offset_ap_r10_present
bool psrs_offset_ap_r10_present
Definition: phy_ded.h:7372
asn1::rrc::pdcch_candidate_reductions_r13_c::pdcch_candidate_reductions_r13_c
pdcch_candidate_reductions_r13_c()=default
asn1::rrc::csi_process_r11_s::fe_comp_csi_enabled_v1530
bool fe_comp_csi_enabled_v1530
Definition: phy_ded.h:1453
asn1::rrc::phys_cfg_ded_stti_r15_c::setup_s_::csi_rs_cfg_r15
csi_rs_cfg_r15_c csi_rs_cfg_r15
Definition: phy_ded.h:6692
asn1::rrc::pusch_enhance_cfg_r14_c::setup_s_::interv_ul_hop_pusch_enh_r14_c_::interv_fdd_pusch_enh_r14
interv_fdd_pusch_enh_r14_e_ & interv_fdd_pusch_enh_r14()
Definition: phy_ded.h:6600
asn1::rrc::spdcch_elems_r15_c::setup_s_::subslot_applicability_r15_present
bool subslot_applicability_r15_present
Definition: phy_ded.h:2102
asn1::rrc::pdcch_candidate_reductions_r13_c::operator==
bool operator==(const pdcch_candidate_reductions_r13_c &other) const
Definition: phy_ded.cc:13029
asn1::rrc::pusch_cfg_ded_v1250_s::uci_on_pusch_c_::setup_s_::beta_offset_mc_r12_s_::beta_offset_ri_idx_mc_sf_set2_r12
uint8_t beta_offset_ri_idx_mc_sf_set2_r12
Definition: phy_ded.h:6418
asn1::rrc::pucch_cfg_ded_r13_s::ack_nack_repeat_r13_c_::setup_s_::repeat_factor_r13_opts::options
options
Definition: phy_ded.h:5507
asn1::rrc::srs_cfg_ap_r13_s::cyclic_shift_ap_r13_opts::cs10
@ cs10
Definition: phy_ded.h:4262
asn1::rrc::cqi_report_aperiodic_v1250_c::type
types type() const
Definition: phy_ded.h:1587
asn1::rrc::cqi_report_aperiodic_v1250_c::set
void set(types::options e=types::nulltype)
Definition: phy_ded.cc:4040
asn1::rrc::cqi_report_aperiodic_v1310_c::setup_s_::aperiodic_csi_trigger2_r13_c_::setup_s_::trigger5_sf_set_ind_r13
fixed_bitstring< 32 > trigger5_sf_set_ind_r13
Definition: phy_ded.h:1629
asn1::rrc::phys_cfg_ded_stti_r15_c::setup_s_::slot_or_subslot_pusch_cfg_r15_present
bool slot_or_subslot_pusch_cfg_r15_present
Definition: phy_ded.h:6682
asn1::rrc::epdcch_set_cfg_r11_s::mpdcch_cfg_r13_c_::setup_s_::mpdcch_start_sf_uess_r13_c_::tdd_r13_opts::v10
@ v10
Definition: phy_ded.h:2777
asn1::rrc::slot_or_subslot_pusch_cfg_r15_c::setup_s_::beta_offset2_subslot_ack_idx_r15
beta_offset2_subslot_ack_idx_r15_l_ beta_offset2_subslot_ack_idx_r15
Definition: phy_ded.h:4492
asn1::rrc::pdsch_cfg_ded_v1130_s::qcl_operation_opts::nulltype
@ nulltype
Definition: phy_ded.h:5317
asn1::rrc::pucch_format3_conf_r13_s::two_ant_port_activ_pucch_format3_r13_c_::set
void set(types::options e=types::nulltype)
Definition: phy_ded.cc:10216
asn1::rrc::cqi_report_periodic_c::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:9244
asn1::rrc::cqi_report_cfg_v1250_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:6249
asn1::rrc::spucch_cfg_v1550_c::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:16808
asn1::rrc::cqi_report_periodic_proc_ext_r11_s::periodicity_factor_wb_r13_opts::to_number
uint8_t to_number() const
Definition: phy_ded.cc:3145
asn1::rrc::ul_pwr_ctrl_ded_s::delta_mcs_enabled_e_
enumerated< delta_mcs_enabled_opts > delta_mcs_enabled_e_
Definition: phy_ded.h:7352
asn1::rrc::pucch_format3_conf_r13_s::two_ant_port_activ_pucch_format3_r13_c_::type
types type() const
Definition: phy_ded.h:4065
asn1::rrc::cqi_report_periodic_r10_c::setup_s_::cqi_format_ind_periodic_r10_c_::types_opts::value
enum asn1::rrc::cqi_report_periodic_r10_c::setup_s_::cqi_format_ind_periodic_r10_c_::types_opts::options value
asn1::rrc::csi_rs_cfg_non_precoded_v1480_s::codebook_cfg_n1_v1480_opts::n16
@ n16
Definition: phy_ded.h:627
asn1::rrc::phys_cfg_ded_s::srs_ul_aperiodic_cfg_ded_list_r14
copy_ptr< srs_ul_aperiodic_cfg_ded_list_r14_l_ > srs_ul_aperiodic_cfg_ded_list_r14
Definition: phy_ded.h:7949
asn1::rrc::slot_or_subslot_pusch_cfg_r15_c::setup_s_::beta_offset_slot_ri_idx_r15_present
bool beta_offset_slot_ri_idx_r15_present
Definition: phy_ded.h:4483
asn1::rrc::p_c_and_cbsr_r11_s::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:1694
asn1::rrc::csi_process_r11_s::cqi_report_aperiodic_proc2_v1310_c_::operator!=
bool operator!=(const cqi_report_aperiodic_proc2_v1310_c_ &other) const
Definition: phy_ded.h:1403
asn1::rrc::cqi_report_periodic_c::setup_s_::cqi_format_ind_periodic_c_::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:9346
asn1::rrc::ul_pwr_ctrl_ded_v1530_s::p0_ue_pusch_r15_present
bool p0_ue_pusch_r15_present
Definition: phy_ded.h:7452
asn1::rrc::pusch_cfg_ded_v1530_s::ce_pusch_sub_prb_cfg_r15_c_::setup_s_::location_ce_mode_b_r15
uint8_t location_ce_mode_b_r15
Definition: phy_ded.h:6519
asn1::rrc::pusch_cfg_ded_r13_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:15326
asn1::rrc::srs_ul_cfg_ded_c::setup_s_::tx_comb
uint8_t tx_comb
Definition: phy_ded.h:6914
asn1::rrc::pusch_cfg_ded_v1430_s::tdd_pusch_up_pts_r14
tdd_pusch_up_pts_r14_c tdd_pusch_up_pts_r14
Definition: phy_ded.h:6472
asn1::rrc::delta_tx_d_offset_list_pucch_r10_s::delta_tx_d_offset_pucch_format1_r10_opts::db_minus2
@ db_minus2
Definition: phy_ded.h:3785
asn1::rrc::pucch_cfg_ded_v1130_s::npucch_param_r11_c_::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:15121
asn1::rrc::csi_rs_cfg_non_precoded_r13_s::operator==
bool operator==(const csi_rs_cfg_non_precoded_r13_s &other) const
Definition: phy_ded.cc:1416
asn1::rrc::pucch_cfg_ded_v1530_s::operator==
bool operator==(const pucch_cfg_ded_v1530_s &other) const
Definition: phy_ded.cc:10147
asn1::rrc::tpc_pdcch_cfg_c::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:8333
asn1::rrc::csi_rs_cfg_nzp_emimo_v1430_s::operator==
bool operator==(const csi_rs_cfg_nzp_emimo_v1430_s &other) const
Definition: phy_ded.cc:1065
asn1::rrc::pusch_cfg_ded_r13_s::uci_on_pusch_c_::uci_on_pusch_c_
uci_on_pusch_c_()=default
asn1::rrc::csi_rs_cfg_bf_v1430_s::csi_rs_cfg_nzp_ap_list_r14_l_
dyn_array< csi_rs_cfg_nzp_r11_s > csi_rs_cfg_nzp_ap_list_r14_l_
Definition: phy_ded.h:481
asn1::rrc::pucch_cfg_ded_r13_s::pucch_num_repeat_ce_r13_c_::setup_c_::types_opts::value
enum asn1::rrc::pucch_cfg_ded_r13_s::pucch_num_repeat_ce_r13_c_::setup_c_::types_opts::options value
asn1::rrc::ant_info_ded_stti_r15_c::operator!=
bool operator!=(const ant_info_ded_stti_r15_c &other) const
Definition: phy_ded.h:3470
asn1::rrc::csi_rs_cfg_zp_r11_s::operator==
bool operator==(const csi_rs_cfg_zp_r11_s &other) const
Definition: phy_ded.cc:6934
asn1::rrc::csi_process_r11_s::csi_rs_cfg_nzp_id_r11
uint8_t csi_rs_cfg_nzp_id_r11
Definition: phy_ded.h:1429
asn1::rrc::csi_rs_cfg_bf_r14_s::operator==
bool operator==(const csi_rs_cfg_bf_r14_s &other) const
Definition: phy_ded.cc:916
asn1::rrc::cqi_report_aperiodic_hybrid_r14_s::operator==
bool operator==(const cqi_report_aperiodic_hybrid_r14_s &other) const
Definition: phy_ded.cc:4379
asn1::rrc::phys_cfg_ded_s::must_cfg_r14_c_::setup_s_::p_a_must_r14_opts::to_number_string
const char * to_number_string() const
Definition: phy_ded.cc:20146
asn1::rrc::pusch_cfg_ded_r13_s::beta_offset_mc_r13_s_::beta_offset_cqi_idx_mc_r13
uint8_t beta_offset_cqi_idx_mc_r13
Definition: phy_ded.h:6235
asn1::rrc::p_c_and_cbsr_r13_s::cbsr_sel_r13_c_::set_non_precoded_r13
non_precoded_r13_s_ & set_non_precoded_r13()
Definition: phy_ded.cc:154
asn1::rrc::eimta_main_cfg_r12_c::setup_s_::eimta_cmd_periodicity_r12_opts::to_number
uint8_t to_number() const
Definition: phy_ded.cc:9874
asn1::rrc::tpc_idx_c::types_opts::nulltype
@ nulltype
Definition: phy_ded.h:2212
asn1::rrc::srs_ul_cfg_ded_v1310_c::srs_ul_cfg_ded_v1310_c
srs_ul_cfg_ded_v1310_c()=default
asn1::rrc::delta_tx_d_offset_list_pucch_v1130_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:9763
asn1::rrc::csi_rs_cfg_emimo_v1480_c::setup_c_::types_opts::options
options
Definition: phy_ded.h:976
asn1::rrc::phys_cfg_ded_s::add_spec_emission_ca_r10_c_::type
types type() const
Definition: phy_ded.h:7541
asn1::rrc::pdsch_cfg_ded_v1530_s::alt_mcs_table_scaling_cfg_r15_opts::options
options
Definition: phy_ded.h:5414
asn1::rrc::nzp_res_cfg_r13_s::res_cfg_r13
uint8_t res_cfg_r13
Definition: phy_ded.h:309
asn1::rrc::cqi_report_aperiodic_v1310_c::setup_s_::aperiodic_csi_trigger2_r13_c_::type
types type() const
Definition: phy_ded.h:1637
asn1::rrc::csi_rs_cfg_emimo_v1530_c::setup_c_::types
enumerated< types_opts > types
Definition: phy_ded.h:1062
asn1::rrc::delta_tx_d_offset_list_spucch_r15_s::delta_tx_d_offset_spucch_format1b_r15_opts::number_type
int8_t number_type
Definition: phy_ded.h:2648
asn1::rrc::phys_cfg_ded_s::must_cfg_r14_c_::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:20103
asn1::rrc::sched_request_cfg_c::setup_s_::dsr_trans_max_opts::number_type
uint8_t number_type
Definition: phy_ded.h:6829
asn1::rrc::pucch_cfg_ded_v1130_s::npucch_param_r11_c_::set_release
void set_release()
Definition: phy_ded.cc:15112
asn1::rrc::pucch_cfg_ded_v1020_s::pucch_format_r10_c_::ch_sel_r10_s_::n1_pucch_an_cs_r10_c_::type_
types type_
Definition: phy_ded.h:5999
asn1::rrc::pdsch_cfg_ded_v1280_s::tbs_idx_alt_r12_opts::to_string
const char * to_string() const
Definition: phy_ded.cc:13204
asn1::rrc::csi_rs_cfg_r10_s::csi_rs_r10_c_::setup_s_::ant_ports_count_r10_opts::value
enum asn1::rrc::csi_rs_cfg_r10_s::csi_rs_r10_c_::setup_s_::ant_ports_count_r10_opts::options value
asn1::rrc::cqi_report_cfg_v1130_s::cqi_report_periodic_v1130
cqi_report_periodic_v1130_s cqi_report_periodic_v1130
Definition: phy_ded.h:2350
asn1::rrc::srs_ul_cfg_ded_aperiodic_up_pts_ext_r13_c::setup_s_::srs_cfg_ap_dci_format4_r13_present
bool srs_cfg_ap_dci_format4_r13_present
Definition: phy_ded.h:7220
asn1::rrc::pucch_cfg_ded_r13_s::pucch_num_repeat_ce_r13_c_::setup_c_::c
choice_buffer_t< mode_a_s_, mode_b_s_ > c
Definition: phy_ded.h:5898
asn1::rrc::csi_rs_cfg_bf_r13_s::ch_meas_restrict_r13_present
bool ch_meas_restrict_r13_present
Definition: phy_ded.h:465
asn1::rrc::cfi_cfg_r15_s
Definition: phy_ded.h:5040
asn1::rrc::cqi_report_periodic_proc_ext_r11_s
Definition: phy_ded.h:1112
asn1::rrc::sched_request_cfg_c::setup_s_::dsr_trans_max_opts::n32
@ n32
Definition: phy_ded.h:6828
asn1::rrc::pusch_enhance_cfg_r14_c::setup_s_::interv_ul_hop_pusch_enh_r14_c_::interv_tdd_pusch_enh_r14_opts::value
enum asn1::rrc::pusch_enhance_cfg_r14_c::setup_s_::interv_ul_hop_pusch_enh_r14_c_::interv_tdd_pusch_enh_r14_opts::options value
asn1::rrc::cqi_report_periodic_c::setup_s_::cqi_pmi_cfg_idx
uint16_t cqi_pmi_cfg_idx
Definition: phy_ded.h:3614
asn1::rrc::spdcch_elems_r15_c::setup_s_::rate_matching_mode_r15_opts::value
enum asn1::rrc::spdcch_elems_r15_c::setup_s_::rate_matching_mode_r15_opts::options value
asn1::rrc::pucch_cfg_ded_r13_s::pucch_format_r13_c_::ch_sel_r13_s_::n1_pucch_an_cs_r13_c_::setup_s_::dummy1
dummy1_l_ dummy1
Definition: phy_ded.h:5608
asn1::rrc::srs_cfg_ap_v1310_s::tx_comb_ap_v1310
uint8_t tx_comb_ap_v1310
Definition: phy_ded.h:4317
asn1::rrc::phys_cfg_ded_s::blind_pdsch_repeat_cfg_r15_c_::setup_s_::rv_slotsublot_pdsch_repeats_r15_opts::options
options
Definition: phy_ded.h:7785
asn1::rrc::slot_or_subslot_pusch_cfg_r15_c::slot_or_subslot_pusch_cfg_r15_c
slot_or_subslot_pusch_cfg_r15_c()=default
asn1::rrc::ant_info_ded_v1250_s
Definition: phy_ded.h:4853
asn1::rrc::srs_ul_cfg_ded_aperiodic_r10_c::setup_s_::srs_cfg_idx_ap_r10
uint8_t srs_cfg_idx_ap_r10
Definition: phy_ded.h:7061
asn1::rrc::sched_request_cfg_c::setup_s_::dsr_trans_max_opts::to_string
const char * to_string() const
Definition: phy_ded.cc:17017
asn1::rrc::spucch_elems_r15_c::setup_s_::n1_slot_spucch_fh_an_list_r15_present
bool n1_slot_spucch_fh_an_list_r15_present
Definition: phy_ded.h:2159
asn1::rrc::csi_rs_cfg_non_precoded_v1430_s::codebook_cfg_n2_v1430_opts::value
enum asn1::rrc::csi_rs_cfg_non_precoded_v1430_s::codebook_cfg_n2_v1430_opts::options value
asn1::rrc::pucch_cfg_ded_r13_s::pucch_format_r13_c_::ch_sel_r13_s_::n1_pucch_an_cs_r13_c_::setup_s_::n1_pucch_an_cs_list_r13_l_
dyn_array< n1_pucch_an_cs_r10_l > n1_pucch_an_cs_list_r13_l_
Definition: phy_ded.h:5603
asn1::rrc::pdsch_re_map_qcl_cfg_r11_s::codeword_one_cfg_v1530_c_::setup_s_::crs_ports_count_v1530_opts::options
options
Definition: phy_ded.h:3091
asn1::rrc::cqi_report_aperiodic_hybrid_r14_s::triggers_r14_c_
Definition: phy_ded.h:1700
asn1::rrc::pusch_enhance_cfg_r14_c::setup_s_::interv_ul_hop_pusch_enh_r14_c_::interv_fdd_pusch_enh_r14_opts::to_string
const char * to_string() const
Definition: phy_ded.cc:16366
asn1::rrc::slot_or_subslot_pusch_cfg_r15_c::setup_s_::beta_offset2_slot_ack_idx_r15
uint8_t beta_offset2_slot_ack_idx_r15
Definition: phy_ded.h:4490
asn1::rrc::cqi_report_aperiodic_v1310_c::setup_s_::aperiodic_csi_trigger2_r13_c_::setup_s_::trigger1_sf_set_ind_r13
fixed_bitstring< 32 > trigger1_sf_set_ind_r13
Definition: phy_ded.h:1625
asn1::rrc::pucch_cfg_ded_r13_s::ack_nack_repeat_r13_c_::setup_s_::n1_pucch_an_rep_r13
uint16_t n1_pucch_an_rep_r13
Definition: phy_ded.h:5517
asn1::rrc::eimta_main_cfg_serv_cell_r12_c::setup_s_::mbsfn_sf_cfg_list_v1250_c_::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:10003
asn1::rrc::ul_pwr_ctrl_ded_s::delta_mcs_enabled
delta_mcs_enabled_e_ delta_mcs_enabled
Definition: phy_ded.h:7357
asn1::rrc::pucch_cfg_ded_r13_s::pucch_num_repeat_ce_r13
pucch_num_repeat_ce_r13_c_ pucch_num_repeat_ce_r13
Definition: phy_ded.h:5954
asn1::rrc::sched_request_cfg_v1530_c::type
types type() const
Definition: phy_ded.h:4359
asn1::rrc::pucch_cfg_ded_s::ack_nack_repeat_c_::setup_s_::repeat_factor_opts::n6
@ n6
Definition: phy_ded.h:5445
asn1::rrc::cqi_report_periodic_c::setup_s_::cqi_format_ind_periodic_c_
Definition: phy_ded.h:3574
asn1::rrc::cqi_report_periodic_r10_c::setup_s_::csi_cfg_idx_r10_c_::setup_s_::ri_cfg_idx2_r10_present
bool ri_cfg_idx2_r10_present
Definition: phy_ded.h:1925
asn1::rrc::pdsch_cfg_ded_v1280_s::tbs_idx_alt_r12
tbs_idx_alt_r12_e_ tbs_idx_alt_r12
Definition: phy_ded.h:5354
asn1::rrc::ant_info_ded_v920_s::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:12209
asn1::rrc::cqi_report_periodic_r10_c::setup_s_::cqi_format_ind_periodic_r10_c_::set_wideband_cqi_r10
wideband_cqi_r10_s_ & set_wideband_cqi_r10()
Definition: phy_ded.cc:5002
asn1::rrc::pdsch_cfg_ded_v1530_s::alt_mcs_table_scaling_cfg_r15_opts::odot5
@ odot5
Definition: phy_ded.h:5414
asn1::rrc::csi_rs_cfg_bf_r14_s::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:858
asn1::rrc::srs_ul_cfg_ded_aperiodic_r10_c::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:17371
asn1::rrc::csi_rs_cfg_non_precoded_v1480_s::codebook_cfg_n1_v1480_opts::value
enum asn1::rrc::csi_rs_cfg_non_precoded_v1480_s::codebook_cfg_n1_v1480_opts::options value
asn1::rrc::sched_request_cfg_c::setup_s_::dsr_trans_max_opts::options
options
Definition: phy_ded.h:6828
asn1::rrc::phys_cfg_ded_s::blind_pdsch_repeat_cfg_r15_c_::setup_s_::max_num_sf_pdsch_repeats_r15_opts::n6
@ n6
Definition: phy_ded.h:7761
asn1::rrc::pucch_cfg_ded_r13_s::npucch_param_r13_c_::set_setup
setup_s_ & set_setup()
Definition: phy_ded.cc:14267
asn1::rrc::pusch_enhance_cfg_r14_c::setup
setup_s_ & setup()
Definition: phy_ded.h:6646
asn1::rrc::tpc_idx_c::c
pod_choice_buffer_t c
Definition: phy_ded.h:2256
asn1::rrc::cqi_report_aperiodic_proc_r11_s::cqi_report_mode_aperiodic_r11
cqi_report_mode_aperiodic_e cqi_report_mode_aperiodic_r11
Definition: phy_ded.h:688
asn1::rrc::pusch_cfg_ded_v1530_s::ce_pusch_flex_start_prb_alloc_cfg_r15_c_::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:16056
asn1::rrc::spdcch_cfg_r15_c::setup_s_::spdcch_l1_reuse_ind_r15_opts::value
enum asn1::rrc::spdcch_cfg_r15_c::setup_s_::spdcch_l1_reuse_ind_r15_opts::options value
asn1::rrc::sched_request_cfg_v1530_c::setup_s_::dssr_trans_max_r15_opts::n16
@ n16
Definition: phy_ded.h:4333
asn1::rrc::csi_process_r11_s::emimo_type_v1530
copy_ptr< csi_rs_cfg_emimo_v1530_c > emimo_type_v1530
Definition: phy_ded.h:1454
asn1::rrc::pdsch_re_map_qcl_cfg_r11_s::optional_set_of_fields_r11_s_::crs_ports_count_r11
crs_ports_count_r11_e_ crs_ports_count_r11
Definition: phy_ded.h:3050
asn1::rrc::csi_rs_cfg_zp_ap_list_r14_c::c
setup_l_ c
Definition: phy_ded.h:3725
asn1::rrc::srs_ul_cfg_ded_c::setup_s_::cyclic_shift_opts::cs6
@ cs6
Definition: phy_ded.h:6900
asn1::rrc::srs_ul_cfg_ded_v1310_c::setup_s_::cyclic_shift_v1310_opts::value
enum asn1::rrc::srs_ul_cfg_ded_v1310_c::setup_s_::cyclic_shift_v1310_opts::options value
asn1::rrc::cqi_report_aperiodic_proc_r11_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:1716
asn1::rrc::csi_rs_cfg_non_precoded_r13_s::csi_im_cfg_id_list_r13
csi_im_cfg_id_list_r13_l_ csi_im_cfg_id_list_r13
Definition: phy_ded.h:579
asn1::rrc::ant_info_ded_s::tx_mode_opts::tm4
@ tm4
Definition: phy_ded.h:4595
asn1::rrc::pusch_cfg_ded_v1530_s::ce_pusch_sub_prb_cfg_r15_c_::setup_s_::six_tone_cyclic_shift_r15
uint8_t six_tone_cyclic_shift_r15
Definition: phy_ded.h:6520
asn1::rrc::csi_im_cfg_ext_r12_s::csi_im_cfg_id_v1250
uint8_t csi_im_cfg_id_v1250
Definition: phy_ded.h:1281
asn1::rrc::cqi_report_cfg_r15_c::setup_s_::cqi_report_cfg_pcell_v1250_present
bool cqi_report_cfg_pcell_v1250_present
Definition: phy_ded.h:3528
asn1::rrc::ant_info_ul_stti_r15_s::tx_mode_ul_stti_r15_present
bool tx_mode_ul_stti_r15_present
Definition: phy_ded.h:3502
asn1::rrc::ant_info_ded_stti_r15_c::setup_s_::codebook_subset_restrict_c_::types_opts::n2_tx_ant_tm9and10_r15
@ n2_tx_ant_tm9and10_r15
Definition: phy_ded.h:3266
asn1::rrc::tdd_pusch_up_pts_r14_c::setup_s_::dmrs_less_up_pts_cfg_r14_present
bool dmrs_less_up_pts_cfg_r14_present
Definition: phy_ded.h:4546
asn1::rrc::csi_rs_cfg_nzp_activation_r14_s::csi_rs_nzp_mode_r14_opts::value
enum asn1::rrc::csi_rs_cfg_nzp_activation_r14_s::csi_rs_nzp_mode_r14_opts::options value
asn1::rrc::cqi_report_cfg_r15_c::setup_s_::cqi_report_cfg_v1320_present
bool cqi_report_cfg_v1320_present
Definition: phy_ded.h:3530
asn1::rrc::cqi_report_aperiodic_hybrid_r14_s::triggers_r14_c_::triggers_r14_c_
triggers_r14_c_()=default
asn1::rrc::ul_pwr_ctrl_ded_v1130_s::psrs_offset_ap_v1130_present
bool psrs_offset_ap_v1130_present
Definition: phy_ded.h:7385
asn1::rrc::srs_ul_cfg_ded_up_pts_ext_r13_c::setup_s_::cyclic_shift_r13_opts::cs6
@ cs6
Definition: phy_ded.h:7285
asn1::rrc::phys_cfg_ded_stti_r15_c::setup_s_::ant_info_ded_stti_r15
ant_info_ded_stti_r15_c ant_info_ded_stti_r15
Definition: phy_ded.h:6686
asn1::rrc::spucch_cfg_r15_c::operator!=
bool operator!=(const spucch_cfg_r15_c &other) const
Definition: phy_ded.h:4184
asn1::rrc::pucch_cfg_ded_v1020_s::pucch_format_r10_c_::type_
types type_
Definition: phy_ded.h:6051
asn1::rrc::csi_rs_cfg_r10_s::csi_rs_r10_c_::setup_s_::res_cfg_r10
uint8_t res_cfg_r10
Definition: phy_ded.h:2481
asn1::rrc::pusch_cfg_ded_r13_s::pusch_dmrs_r11_present
bool pusch_dmrs_r11_present
Definition: phy_ded.h:6325
asn1::rrc::phys_cfg_ded_s::pdsch_cfg_ded
pdsch_cfg_ded_s pdsch_cfg_ded
Definition: phy_ded.h:7870
asn1::rrc::phys_cfg_ded_s::must_cfg_r14_c_::setup_s_::k_max_r14
k_max_r14_e_ k_max_r14
Definition: phy_ded.h:7648
asn1::rrc::cqi_report_cfg_r10_s::nom_pdsch_rs_epre_offset
int8_t nom_pdsch_rs_epre_offset
Definition: phy_ded.h:2336
asn1::rrc::spucch_elems_r15_c::setup_s_::n1_subslot_spucch_an_list_r15
n1_subslot_spucch_an_list_r15_l_ n1_subslot_spucch_an_list_r15
Definition: phy_ded.h:2168
asn1::rrc::pucch_cfg_ded_r13_s::pucch_num_repeat_ce_r13_c_::setup_c_::mode_a_s_::pucch_num_repeat_ce_format1_r13_opts::r1
@ r1
Definition: phy_ded.h:5811
asn1::rrc::epdcch_cfg_r11_s::cfg_r11_c_::setup_s_::sf_pattern_cfg_r11_c_::setup_s_::sf_pattern_r11
meas_sf_pattern_r10_c sf_pattern_r11
Definition: phy_ded.h:5169
asn1::rrc::phys_cfg_ded_s::ant_info_c_::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:19763
asn1::rrc::csi_rs_cfg_r10_s::csi_rs_r10_c_::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:6611
asn1::rrc::csi_rs_cfg_v1250_s::ds_zero_tx_pwr_csi_rs_r12_c_::operator!=
bool operator!=(const ds_zero_tx_pwr_csi_rs_r12_c_ &other) const
Definition: phy_ded.h:2548
asn1::rrc::csi_rs_cfg_emimo_v1530_c::setup_c_::types_opts::options
options
Definition: phy_ded.h:1058
asn1::rrc::epdcch_set_cfg_r11_s::mpdcch_cfg_r13_c_::setup_s_::mpdcch_start_sf_uess_r13_c_::types_opts::fdd_r13
@ fdd_r13
Definition: phy_ded.h:2785
asn1::rrc::csi_rs_cfg_emimo_hybrid_r14_c::operator==
bool operator==(const csi_rs_cfg_emimo_hybrid_r14_c &other) const
Definition: phy_ded.cc:1991
asn1::rrc::pusch_cfg_ded_v1250_s::uci_on_pusch_c_::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:15903
asn1::rrc::cqi_report_periodic_proc_ext_r11_s::cqi_format_ind_periodic_r11_c_::operator=
cqi_format_ind_periodic_r11_c_ & operator=(const cqi_format_ind_periodic_r11_c_ &other)
Definition: phy_ded.cc:2894
asn1::rrc::cqi_report_cfg_s::cqi_report_periodic
cqi_report_periodic_c cqi_report_periodic
Definition: phy_ded.h:5083
asn1::rrc::epdcch_set_cfg_r11_s::tx_type_r11_e_
enumerated< tx_type_r11_opts > tx_type_r11_e_
Definition: phy_ded.h:2686
asn1::rrc::pucch_cfg_ded_v1020_s::two_ant_port_activ_pucch_format1a1b_r10_present
bool two_ant_port_activ_pucch_format1a1b_r10_present
Definition: phy_ded.h:6059
asn1::rrc::epdcch_set_cfg_r11_s::mpdcch_cfg_r13_c_::setup_s_::mpdcch_num_repeat_r13_opts::value
enum asn1::rrc::epdcch_set_cfg_r11_s::mpdcch_cfg_r13_c_::setup_s_::mpdcch_num_repeat_r13_opts::options value
asn1::rrc::ant_info_ded_v920_s::codebook_subset_restrict_v920_c_::types_opts::to_number
uint8_t to_number() const
Definition: rrc.cc:901
asn1::rrc::enable256_qam_r14_c::setup_c_::types_opts::to_string
const char * to_string() const
Definition: rrc.cc:810
asn1::rrc::ant_info_ded_v920_s::codebook_subset_restrict_v920_c_::types_opts::to_string
const char * to_string() const
Definition: rrc.cc:896
asn1::rrc::srs_cfg_ap_r13_s::srs_bw_ap_r13
srs_bw_ap_r13_e_ srs_bw_ap_r13
Definition: phy_ded.h:4280
asn1::rrc::epdcch_set_cfg_r11_s::mpdcch_cfg_r13_c_::setup_s_::csi_num_repeat_ce_r13_opts::sf1
@ sf1
Definition: phy_ded.h:2753
asn1::rrc::delta_tx_d_offset_list_pucch_r10_s::delta_tx_d_offset_pucch_format1_r10_e_
enumerated< delta_tx_d_offset_pucch_format1_r10_opts > delta_tx_d_offset_pucch_format1_r10_e_
Definition: phy_ded.h:3791
asn1::rrc::pucch_cfg_ded_r13_s::pucch_num_repeat_ce_r13_c_::setup_c_::mode_a_s_::pucch_num_repeat_ce_format2_r13
pucch_num_repeat_ce_format2_r13_e_ pucch_num_repeat_ce_format2_r13
Definition: phy_ded.h:5829
asn1::rrc::csi_rs_cfg_emimo_v1530_c::operator==
bool operator==(const csi_rs_cfg_emimo_v1530_c &other) const
Definition: phy_ded.cc:2695
asn1::rrc::cqi_report_cfg_r10_s::csi_sf_pattern_cfg_r10_c_::operator!=
bool operator!=(const csi_sf_pattern_cfg_r10_c_ &other) const
Definition: phy_ded.h:2310
asn1::rrc::cqi_report_aperiodic_v1250_c::setup_s_::aperiodic_csi_trigger_v1250_s_
Definition: phy_ded.h:1563
asn1::rrc::csi_rs_cfg_non_precoded_v1430_s::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:1507
asn1::rrc::phys_cfg_ded_s::semi_static_cfi_cfg_r15
copy_ptr< semi_static_cfi_cfg_r15_c_ > semi_static_cfi_cfg_r15
Definition: phy_ded.h:7965
asn1::rrc::cqi_report_periodic_r10_c::setup_s_::cqi_format_ind_periodic_r10_c_::types_opts::options
options
Definition: phy_ded.h:1875
asn1::rrc::cqi_report_both_v1310_s::csi_im_cfg_to_release_list_ext_r13_present
bool csi_im_cfg_to_release_list_ext_r13_present
Definition: phy_ded.h:1829
asn1::rrc::cfi_cfg_r15_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:12423
asn1::rrc::cqi_report_both_v1310_s::csi_im_cfg_to_release_list_ext_r13
csi_im_cfg_to_release_list_ext_r13_l csi_im_cfg_to_release_list_ext_r13
Definition: phy_ded.h:1831
asn1::rrc::epdcch_set_cfg_r11_s::mpdcch_cfg_r13_c_::setup_s_::mpdcch_num_repeat_r13_opts::to_string
const char * to_string() const
Definition: phy_ded.cc:7550
asn1::rrc::srs_ul_cfg_ded_aperiodic_up_pts_ext_r13_c::setup_s_::srs_activ_ap_r13_c_::set_release
void set_release()
Definition: phy_ded.cc:17820
asn1::rrc::epdcch_set_cfg_r11_s::mpdcch_cfg_r13_c_::setup
setup_s_ & setup()
Definition: phy_ded.h:2861
asn1::rrc::csi_rs_cfg_emimo_v1530_c::setup_c_::operator!=
bool operator!=(const setup_c_ &other) const
Definition: phy_ded.h:1070
asn1::rrc::ant_info_ded_s::ue_tx_ant_sel_c_::set
void set(types::options e=types::nulltype)
Definition: phy_ded.cc:11799
asn1::rrc::sched_request_cfg_v1530_c::setup_s_::dssr_trans_max_r15_opts::spare3
@ spare3
Definition: phy_ded.h:4333
asn1::rrc::srs_cfg_ap_r13_s::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:10603
asn1::rrc::eimta_main_cfg_r12_c::operator==
bool operator==(const eimta_main_cfg_r12_c &other) const
Definition: phy_ded.cc:9862
asn1::rrc::epdcch_cfg_r11_s::cfg_r11_c_::setup_s_::sf_pattern_cfg_r11_c_::setup_s_
Definition: phy_ded.h:5168
asn1::rrc::spucch_elems_r15_c::setup_s_::n4max_coderate_multi_res_subslot_pucch_r15_present
bool n4max_coderate_multi_res_subslot_pucch_r15_present
Definition: phy_ded.h:2167
asn1::rrc::csi_rs_cfg_nzp_emimo_r13_c::operator!=
bool operator!=(const csi_rs_cfg_nzp_emimo_r13_c &other) const
Definition: phy_ded.h:403
asn1::rrc::cqi_report_periodic_r10_c::setup_s_::cqi_format_ind_periodic_r10_c_::types_opts::wideband_cqi_r10
@ wideband_cqi_r10
Definition: phy_ded.h:1875
asn1::rrc::csi_rs_cfg_nzp_activation_r14_s::operator==
bool operator==(const csi_rs_cfg_nzp_activation_r14_s &other) const
Definition: phy_ded.cc:334
asn1::rrc::cqi_report_cfg_v1320_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:6476
asn1::rrc::csi_rs_cfg_bf_r14_s::alt_codebook_enabled_bf_r14_present
bool alt_codebook_enabled_bf_r14_present
Definition: phy_ded.h:354
asn1::rrc::pusch_cfg_ded_v1530_s::ce_pusch_sub_prb_cfg_r15_c_::type
types type() const
Definition: phy_ded.h:6528
asn1::rrc::phys_cfg_ded_s::type_a_srs_tpc_pdcch_group_r14_c_::setup_l_
dyn_array< srs_tpc_pdcch_cfg_r14_c > setup_l_
Definition: phy_ded.h:7598
asn1::dyn_array< mbsfn_sf_cfg_s >
asn1::rrc::pucch_cfg_ded_r13_s::pucch_num_repeat_ce_r13_c_::setup_c_::mode_a_s_::pucch_num_repeat_ce_format2_r13_opts::value
enum asn1::rrc::pucch_cfg_ded_r13_s::pucch_num_repeat_ce_r13_c_::setup_c_::mode_a_s_::pucch_num_repeat_ce_format2_r13_opts::options value
asn1::rrc::pucch_cfg_ded_r13_s::codebooksize_determination_r13_opts::value
enum asn1::rrc::pucch_cfg_ded_r13_s::codebooksize_determination_r13_opts::options value
asn1::rrc::phys_cfg_ded_stti_r15_c::setup_s_::slot_or_subslot_pdsch_cfg_r15_present
bool slot_or_subslot_pdsch_cfg_r15_present
Definition: phy_ded.h:6681
asn1::rrc::nzp_freq_density_r14_opts::nulltype
@ nulltype
Definition: phy_ded.h:62
asn1::rrc::delta_tx_d_offset_list_pucch_v1130_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:9757
asn1::rrc::epdcch_set_cfg_r11_s::mpdcch_cfg_r13_c_::setup_s_::csi_num_repeat_ce_r13_opts::number_type
uint8_t number_type
Definition: phy_ded.h:2754
asn1::rrc::pusch_cfg_ded_v1430_s::tdd_pusch_up_pts_r14_present
bool tdd_pusch_up_pts_r14_present
Definition: phy_ded.h:6470
asn1::rrc::pucch_cfg_ded_r13_s::ack_nack_repeat_r13_c_::setup_s_::repeat_factor_r13_opts::n4
@ n4
Definition: phy_ded.h:5507
asn1::rrc::ant_info_ded_v1530_c::setup
setup_c_ & setup()
Definition: phy_ded.h:4934
asn1::rrc::srs_cfg_ap_r13_s::srs_bw_ap_r13_opts::bw3
@ bw3
Definition: phy_ded.h:4254
asn1::rrc::phys_cfg_ded_s::blind_pdsch_repeat_cfg_r15_c_::setup_s_::rv_sf_pdsch_repeats_r15_opts::dlrvseq2
@ dlrvseq2
Definition: phy_ded.h:7777
asn1::rrc::cqi_report_cfg_v1430_s::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:6532
asn1::rrc::cqi_report_periodic_r10_c
Definition: phy_ded.h:1843
asn1::rrc::ant_info_ded_stti_r15_c::setup_s_::tx_mode_dl_non_mbsfn_r15_opts::tm6
@ tm6
Definition: phy_ded.h:3246
asn1::rrc::cqi_report_aperiodic_v1250_c::cqi_report_aperiodic_v1250_c
cqi_report_aperiodic_v1250_c()=default
asn1::rrc::pusch_cfg_ded_r13_s::uci_on_pusch_c_::setup_s_::beta_offset_mc_r12_present
bool beta_offset_mc_r12_present
Definition: phy_ded.h:6283
asn1::rrc::srs_cfg_ap_r13_s::cyclic_shift_ap_r13_e_
enumerated< cyclic_shift_ap_r13_opts > cyclic_shift_ap_r13_e_
Definition: phy_ded.h:4268
asn1::rrc::srs_ul_cfg_ded_c::setup_s_::cyclic_shift_opts::cs7
@ cs7
Definition: phy_ded.h:6900
asn1::rrc::ant_info_ded_s::ue_tx_ant_sel
ue_tx_ant_sel_c_ ue_tx_ant_sel
Definition: phy_ded.h:4765
asn1::rrc::srs_tpc_pdcch_cfg_r14_c::setup_s_::srs_cc_set_idxlist_r14
srs_cc_set_idxlist_r14_l_ srs_cc_set_idxlist_r14
Definition: phy_ded.h:6792
asn1::rrc::pucch_cfg_ded_v1250_s
Definition: phy_ded.h:6153
asn1::rrc::phys_cfg_ded_s::semi_static_cfi_cfg_r15_c_::setup_c_::set_cfi_pattern_cfg_r15
cfi_pattern_cfg_r15_s & set_cfi_pattern_cfg_r15()
Definition: phy_ded.cc:20287
asn1::rrc::srs_ul_cfg_ded_c::setup_s_::srs_bw_opts::nulltype
@ nulltype
Definition: phy_ded.h:6884
asn1::rrc::cqi_report_aperiodic_proc_v1310_s
Definition: phy_ded.h:702
asn1::rrc::cqi_report_periodic_r10_c::setup_s_::ri_cfg_idx_present
bool ri_cfg_idx_present
Definition: phy_ded.h:1961
asn1::rrc::cqi_report_periodic_c::setup_s_::cqi_format_ind_periodic_c_::subband_cqi_s_
Definition: phy_ded.h:3575
asn1::rrc::ant_info_ded_r10_s::ue_tx_ant_sel_c_::setup_opts::closed_loop
@ closed_loop
Definition: phy_ded.h:4803
asn1::rrc::pusch_cfg_ded_r13_s::uci_on_pusch_c_::setup_s_::beta_offset_ack_idx_sf_set2_r13
uint8_t beta_offset_ack_idx_sf_set2_r13
Definition: phy_ded.h:6284
asn1::rrc::csi_rs_cfg_emimo_v1430_c::setup_c_::destroy_
void destroy_()
Definition: phy_ded.cc:2278
asn1::rrc::cqi_report_aperiodic_v1310_c::operator!=
bool operator!=(const cqi_report_aperiodic_v1310_c &other) const
Definition: phy_ded.h:1678
asn1::rrc::ant_info_ded_v920_s::codebook_subset_restrict_v920_c_::types_opts::options
options
Definition: phy_ded.h:4956
asn1::rrc::cqi_report_aperiodic_hybrid_r14_s::triggers_r14_c_::three_bit_r14_s_::trigger111_ind_r14
fixed_bitstring< 32 > trigger111_ind_r14
Definition: phy_ded.h:1716
asn1::rrc::pdsch_re_map_qcl_cfg_r11_s::codeword_one_cfg_v1530_c_::setup_s_::crs_ports_count_v1530_opts::value
enum asn1::rrc::pdsch_re_map_qcl_cfg_r11_s::codeword_one_cfg_v1530_c_::setup_s_::crs_ports_count_v1530_opts::options value
asn1::rrc::delta_tx_d_offset_list_spucch_r15_s::delta_tx_d_offset_spucch_format1b_r15_e_
enumerated< delta_tx_d_offset_spucch_format1b_r15_opts > delta_tx_d_offset_spucch_format1b_r15_e_
Definition: phy_ded.h:2653
asn1::rrc::cqi_report_cfg_v1310_s::operator==
bool operator==(const cqi_report_cfg_v1310_s &other) const
Definition: phy_ded.cc:6465
asn1::rrc::pucch_cfg_ded_r13_s::pucch_format_r13_c_::set_ch_sel_r13
ch_sel_r13_s_ & set_ch_sel_r13()
Definition: phy_ded.cc:13877
asn1::rrc::srs_ul_cfg_ded_aperiodic_v1310_c::setup_s_
Definition: phy_ded.h:7097
asn1::rrc::ant_info_ded_stti_r15_c::setup_s_::codebook_subset_restrict_c_::destroy_
void destroy_()
Definition: phy_ded.cc:8538
asn1::rrc::cqi_report_cfg_r10_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:6072
asn1::rrc::delta_tx_d_offset_list_spucch_r15_s::delta_tx_d_offset_spucch_format3_r15_opts::to_string
const char * to_string() const
Definition: phy_ded.cc:7017
asn1::rrc::csi_process_r11_s::emimo_hybrid_r14
copy_ptr< csi_rs_cfg_emimo_hybrid_r14_c > emimo_hybrid_r14
Definition: phy_ded.h:1447
asn1::rrc::csi_rs_cfg_emimo_v1480_c::setup_c_::type
types type() const
Definition: phy_ded.h:988
asn1::rrc::csi_rs_cfg_emimo_r13_c::setup_c_::c
choice_buffer_t< csi_rs_cfg_bf_r13_s, csi_rs_cfg_non_precoded_r13_s > c
Definition: phy_ded.h:856
asn1::rrc::srs_cfg_ap_r13_s::tx_comb_num_r13
tx_comb_num_r13_e_ tx_comb_num_r13
Definition: phy_ded.h:4284
asn1::rrc::epdcch_set_cfg_r11_s::mpdcch_cfg_r13_c_::setup_s_::mpdcch_start_sf_uess_r13_c_
Definition: phy_ded.h:2766
asn1::rrc::cqi_report_mode_aperiodic_opts::rm20
@ rm20
Definition: phy_ded.h:444
asn1::rrc::format4_res_r13_s::operator==
bool operator==(const format4_res_r13_s &other) const
Definition: phy_ded.cc:10063
asn1::rrc::p_c_and_cbsr_r13_s::cbsr_sel_r13_c_::types_opts::nulltype
@ nulltype
Definition: phy_ded.h:72
asn1::rrc::srs_cfg_ap_r13_s::tx_comb_ap_r13
uint8_t tx_comb_ap_r13
Definition: phy_ded.h:4282
asn1::rrc::ant_info_ded_stti_r15_c::setup_s_::codebook_subset_restrict_c_::set_n4_tx_ant_tm4_r15
fixed_bitstring< 64 > & set_n4_tx_ant_tm4_r15()
Definition: phy_ded.cc:8755
asn1::rrc::csi_rs_cfg_non_precoded_v1430_s::nzp_res_cfg_tm9_original_v1430
csi_rs_cfg_nzp_v1430_s nzp_res_cfg_tm9_original_v1430
Definition: phy_ded.h:614
asn1::rrc::csi_process_r11_s::cqi_report_aperiodic_proc2_v1310_c_::type
types type() const
Definition: phy_ded.h:1398
asn1::rrc::cqi_report_periodic_r10_c::cqi_report_periodic_r10_c
cqi_report_periodic_r10_c()=default
asn1::rrc::cqi_report_aperiodic_v1310_c::set_release
void set_release()
Definition: phy_ded.cc:4150
asn1::rrc::srs_cfg_ap_v1310_s::tx_comb_num_r13
tx_comb_num_r13_e_ tx_comb_num_r13
Definition: phy_ded.h:4319
asn1::rrc::pusch_cfg_ded_v1130_s::pusch_dmrs_r11_c_::set_release
void set_release()
Definition: phy_ded.cc:15747
asn1::rrc::phys_cfg_ded_s::blind_pdsch_repeat_cfg_r15_c_::setup_s_::rv_slotsublot_pdsch_repeats_r15_opts::value
enum asn1::rrc::phys_cfg_ded_s::blind_pdsch_repeat_cfg_r15_c_::setup_s_::rv_slotsublot_pdsch_repeats_r15_opts::options value
asn1::rrc::ant_info_ded_v920_s::codebook_subset_restrict_v920_present
bool codebook_subset_restrict_v920_present
Definition: phy_ded.h:5006
asn1::rrc::csi_rs_cfg_non_precoded_r13_s::codebook_cfg_n2_r13_opts::n1
@ n1
Definition: phy_ded.h:542
asn1::rrc::enable256_qam_r14_c::enable256_qam_r14_c
enable256_qam_r14_c()=default
asn1::rrc::srs_tpc_pdcch_cfg_r14_c::setup_s_::start_bit_of_format3_b_r14
uint8_t start_bit_of_format3_b_r14
Definition: phy_ded.h:6790
asn1::rrc::srs_ul_cfg_ded_aperiodic_up_pts_ext_r13_c
Definition: phy_ded.h:7173
asn1::rrc::cqi_report_both_r11_s::csi_im_cfg_to_release_list_r11
csi_im_cfg_to_release_list_r11_l csi_im_cfg_to_release_list_r11
Definition: phy_ded.h:1799
asn1::rrc::pdsch_re_map_qcl_cfg_r11_s::optional_set_of_fields_r11
optional_set_of_fields_r11_s_ optional_set_of_fields_r11
Definition: phy_ded.h:3154
asn1::rrc::csi_rs_cfg_nzp_emimo_r13_c::setup_s_::cdm_type_r13_opts::to_string
const char * to_string() const
Definition: phy_ded.cc:1024
asn1::rrc::ant_info_ded_s::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:11490
asn1::rrc::pdsch_re_map_qcl_cfg_r11_s::mbsfn_sf_cfg_list_v1430_c_::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:8111
asn1::rrc::slot_or_subslot_pdsch_cfg_r15_c::setup_s_::alt_cqi_table1024_qam_stti_r15_opts
Definition: phy_ded.h:4410
asn1::rrc::csi_process_r11_s::csi_im_cfg_id_list_r12_c_::setup_l_
bounded_array< uint8_t, 2 > setup_l_
Definition: phy_ded.h:1302
asn1::rrc::phys_cfg_ded_s::ant_info_c_::ant_info_c_
ant_info_c_()=default
asn1::rrc::pusch_cfg_ded_v1250_s::uci_on_pusch_c_::set_setup
setup_s_ & set_setup()
Definition: phy_ded.cc:15843
asn1::rrc::csi_rs_cfg_non_precoded_v1480_s::csi_rs_cfg_nzp_emimo_v1480_present
bool csi_rs_cfg_nzp_emimo_v1480_present
Definition: phy_ded.h:644
asn1::rrc::cqi_report_both_r11_s::csi_process_to_add_mod_list_r11_present
bool csi_process_to_add_mod_list_r11_present
Definition: phy_ded.h:1798
asn1::rrc::cqi_report_periodic_r10_c::setup_s_::cqi_format_ind_periodic_r10_c_::subband_cqi_r10_s_::periodicity_factor_r10_opts::to_number
uint8_t to_number() const
Definition: phy_ded.cc:5134
asn1::rrc::slot_or_subslot_pusch_cfg_r15_c::setup_s_::beta_offset_slot_cqi_idx_r15
uint8_t beta_offset_slot_cqi_idx_r15
Definition: phy_ded.h:4495
asn1::rrc::csi_rs_cfg_nzp_activation_r14_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:320
asn1::rrc::zero_tx_pwr_csi_rs_conf_r12_c::set_setup
zero_tx_pwr_csi_rs_r12_s & set_setup()
Definition: phy_ded.cc:6014
asn1::rrc::cqi_report_aperiodic_hybrid_r14_s::triggers_r14_c_::one_bit_r14_s_::trigger1_ind_r14
fixed_bitstring< 8 > trigger1_ind_r14
Definition: phy_ded.h:1702
asn1::rrc::phys_cfg_ded_s::ce_mode_r13_c_::setup_opts::ce_mode_a
@ ce_mode_a
Definition: phy_ded.h:7565
asn1::rrc::cqi_report_periodic_r10_c::setup_s_::csi_cfg_idx_r10_c_::setup_s_::ri_cfg_idx2_r10
uint16_t ri_cfg_idx2_r10
Definition: phy_ded.h:1927
asn1::rrc::cqi_report_aperiodic_r10_c::setup_s_::aperiodic_csi_trigger_r10_s_::trigger1_r10
fixed_bitstring< 8 > trigger1_r10
Definition: phy_ded.h:1521
asn1::rrc::cqi_report_cfg_r15_c::setup_s_::cqi_report_cfg_v1310_present
bool cqi_report_cfg_v1310_present
Definition: phy_ded.h:3529
asn1::rrc::cqi_report_aperiodic_proc_v1310_s::trigger101_r13
bool trigger101_r13
Definition: phy_ded.h:707
asn1::rrc::srs_ul_cfg_ded_v1310_c::setup_s_::tx_comb_num_r13_opts::to_string
const char * to_string() const
Definition: phy_ded.cc:17318
asn1::rrc::srs_cfg_ap_r13_s::cyclic_shift_ap_r13_opts::cs1
@ cs1
Definition: phy_ded.h:4262
asn1::rrc::ant_info_ded_s::ue_tx_ant_sel_c_::type
types type() const
Definition: phy_ded.h:4738
asn1::rrc::cqi_report_periodic_c::setup_s_::cqi_format_ind_periodic
cqi_format_ind_periodic_c_ cqi_format_ind_periodic
Definition: phy_ded.h:3615
asn1::rrc::cqi_report_cfg_v1530_s::alt_cqi_table_minus1024_qam_r15_opts::options
options
Definition: phy_ded.h:5094
asn1::rrc::spdcch_cfg_r15_c::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:10329
asn1::rrc::phys_cfg_ded_stti_r15_c::setup_s_::csi_rs_cfg_zp_to_add_mod_list_r11
csi_rs_cfg_zp_to_add_mod_list_r11_l csi_rs_cfg_zp_to_add_mod_list_r11
Definition: phy_ded.h:6696
asn1::rrc::ant_info_ded_r10_s::tx_mode_r10_opts::tm8_v920
@ tm8_v920
Definition: phy_ded.h:4784
asn1::rrc::ant_info_ded_s::codebook_subset_restrict_c_::type_
types type_
Definition: phy_ded.h:4721
asn1::rrc::spdcch_cfg_r15_c::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:10303
asn1::rrc::slot_or_subslot_pusch_cfg_r15_c::setup_s_::beta_offset2_subslot_ack_idx_r15_l_
bounded_array< uint8_t, 2 > beta_offset2_subslot_ack_idx_r15_l_
Definition: phy_ded.h:4474
asn1::rrc::pucch_cfg_ded_r13_s::pucch_num_repeat_ce_r13_c_::setup_c_::mode_a_s_::pucch_num_repeat_ce_format2_r13_opts::r4
@ r4
Definition: phy_ded.h:5819
asn1::rrc::pucch_cfg_ded_r13_s::pucch_format_r13_c_::type_
types type_
Definition: phy_ded.h:5729
asn1::rrc::ant_info_ded_stti_r15_c::setup_s_::max_layers_mimo_stti_r15_opts
Definition: phy_ded.h:3439
asn1::rrc::pdsch_cfg_ded_v1280_s::tbs_idx_alt_r12_opts::options
options
Definition: phy_ded.h:5344
asn1::rrc::cfi_pattern_cfg_r15_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:12476
asn1::rrc::epdcch_set_cfg_r11_s::mpdcch_cfg_r13_c_::setup_s_::mpdcch_start_sf_uess_r13_c_::tdd_r13_e_
enumerated< tdd_r13_opts > tdd_r13_e_
Definition: phy_ded.h:2783
asn1::rrc::cqi_report_aperiodic_v1250_c::c
setup_s_ c
Definition: phy_ded.h:1609
asn1::rrc::phys_cfg_ded_s::csi_rs_cfg_zp_to_add_mod_list_r11
copy_ptr< csi_rs_cfg_zp_to_add_mod_list_r11_l > csi_rs_cfg_zp_to_add_mod_list_r11
Definition: phy_ded.h:7903
asn1::rrc::csi_rs_cfg_nzp_r11_s::mbsfn_sf_cfg_list_v1430
copy_ptr< mbsfn_sf_cfg_list_v1430_c_ > mbsfn_sf_cfg_list_v1430
Definition: phy_ded.h:296
asn1::rrc::cqi_report_mode_aperiodic_opts::rm10_v1310
@ rm10_v1310
Definition: phy_ded.h:444
asn1::rrc::dmrs_cfg_r11_c::c
setup_s_ c
Definition: phy_ded.h:3767
asn1::rrc::phys_cfg_ded_s::blind_pdsch_repeat_cfg_r15_c_::setup_s_::nof_processes_sf_pdsch_repeats_r15
uint8_t nof_processes_sf_pdsch_repeats_r15
Definition: phy_ded.h:7825
asn1::rrc::sched_request_cfg_v1530_c::type_
types type_
Definition: phy_ded.h:4380
asn1::rrc::enable256_qam_r14_c::setup_c_::destroy_
void destroy_()
Definition: phy_ded.cc:7629
asn1::rrc::pusch_cfg_ded_r13_s::pusch_dmrs_r11_c_::type
types type() const
Definition: phy_ded.h:6247
asn1::rrc::pusch_cfg_ded_v1250_s::uci_on_pusch
uci_on_pusch_c_ uci_on_pusch
Definition: phy_ded.h:6458
asn1::rrc::csi_rs_cfg_emimo_r13_c::set_release
void set_release()
Definition: phy_ded.cc:2006
asn1::rrc::csi_rs_cfg_bf_r14_s::csi_im_cfg_id_list_r14_l_
bounded_array< uint8_t, 8 > csi_im_cfg_id_list_r14_l_
Definition: phy_ded.h:344
asn1::rrc::srs_ul_cfg_ded_up_pts_ext_r13_c::setup_s_::cyclic_shift_r13_opts::cs8
@ cs8
Definition: phy_ded.h:7285
asn1::rrc::ant_info_ul_stti_r15_s::tx_mode_ul_stti_r15_opts::nulltype
@ nulltype
Definition: phy_ded.h:3493
asn1::rrc::ant_info_ded_stti_r15_c::setup_s_::codebook_subset_restrict_c_::operator!=
bool operator!=(const codebook_subset_restrict_c_ &other) const
Definition: phy_ded.h:3287
asn1::rrc::epdcch_cfg_r11_s::cfg_r11_c_::setup_s_::set_cfg_to_add_mod_list_r11_present
bool set_cfg_to_add_mod_list_r11_present
Definition: phy_ded.h:5205
asn1::rrc::ant_info_ded_v1530_c
Definition: phy_ded.h:4875
asn1::rrc::srs_ul_cfg_ded_up_pts_ext_r13_c::setup_s_::tx_comb_num_r13_opts::to_string
const char * to_string() const
Definition: phy_ded.cc:18035
asn1::rrc::cqi_report_aperiodic_hybrid_r14_s::triggers_r14_c_::three_bit_r14_s_::trigger010_ind_r14
fixed_bitstring< 32 > trigger010_ind_r14
Definition: phy_ded.h:1711
asn1::rrc::phys_cfg_ded_s::blind_pdsch_repeat_cfg_r15_c_::setup_s_::mcs_restrict_sf_pdsch_repeats_r15_present
bool mcs_restrict_sf_pdsch_repeats_r15_present
Definition: phy_ded.h:7817
asn1::rrc::srs_cfg_ap_v1310_s::tx_comb_num_r13_opts
Definition: phy_ded.h:4304
asn1::rrc::epdcch_cfg_r11_s::cfg_r11_c_::set_release
void set_release()
Definition: phy_ded.cc:12763
asn1::rrc::csi_process_r11_s::cqi_report_aperiodic_proc2_r12_c_::set
void set(types::options e=types::nulltype)
Definition: phy_ded.cc:3699
asn1::rrc::pusch_cfg_ded_v1530_s::ce_pusch_sub_prb_cfg_r15_c_
Definition: phy_ded.h:6516
asn1::rrc::srs_ul_cfg_ded_c::setup_s_::srs_hop_bw_opts::hbw2
@ hbw2
Definition: phy_ded.h:6892
asn1::rrc::cqi_report_aperiodic_hybrid_r14_s::triggers_r14_c_::three_bit_r14_s_::trigger100_ind_r14
fixed_bitstring< 32 > trigger100_ind_r14
Definition: phy_ded.h:1713
asn1::rrc::pdsch_re_map_qcl_cfg_r11_s::optional_set_of_fields_r11_s_::pdsch_start_r11_opts::n2
@ n2
Definition: phy_ded.h:3040
asn1::rrc::cqi_report_aperiodic_hybrid_r14_s::triggers_r14_c_::types_opts::options
options
Definition: phy_ded.h:1719
asn1::rrc::csi_rs_cfg_bf_r14_s::ace_for4_tx_per_res_cfg_list_r14_present
bool ace_for4_tx_per_res_cfg_list_r14_present
Definition: phy_ded.h:353
asn1::rrc::epdcch_set_cfg_r11_s::mpdcch_cfg_r13_c_::setup_s_::mpdcch_start_sf_uess_r13_c_::fdd_r13_opts::to_number_string
const char * to_number_string() const
Definition: phy_ded.cc:7529
asn1::rrc::cqi_report_aperiodic_proc_v1310_s::operator==
bool operator==(const cqi_report_aperiodic_proc_v1310_s &other) const
Definition: phy_ded.cc:1778
asn1::rrc::short_tti_r15_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:10903
asn1::rrc::csi_rs_cfg_bf_r14_s::p_c_and_cbsr_per_res_cfg_list_r14_l_
dyn_array< p_c_and_cbsr_pair_r13_l > p_c_and_cbsr_per_res_cfg_list_r14_l_
Definition: phy_ded.h:345
asn1::rrc::srs_ul_cfg_ded_up_pts_ext_r13_c::setup_s_::srs_up_pts_add_r13_opts::options
options
Definition: phy_ded.h:7261
asn1::rrc::cqi_report_periodic_proc_ext_r11_s::cqi_format_ind_periodic_r11_c_::types_opts::subband_cqi_r11
@ subband_cqi_r11
Definition: phy_ded.h:1143
asn1::rrc::cqi_report_periodic_proc_ext_r11_s::cqi_format_ind_periodic_r11_c_::types_opts::nulltype
@ nulltype
Definition: phy_ded.h:1143
asn1::rrc::pusch_cfg_ded_r13_s::pusch_dmrs_r11_c_::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:15503
asn1::rrc::csi_process_r11_s::csi_im_cfg_id_list_r12_c_::operator!=
bool operator!=(const csi_im_cfg_id_list_r12_c_ &other) const
Definition: phy_ded.h:1313
asn1::rrc::cqi_report_periodic_c::setup_s_::cqi_format_ind_periodic_c_::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:9361
asn1::rrc::cri_report_cfg_r13_c::operator!=
bool operator!=(const cri_report_cfg_r13_c &other) const
Definition: phy_ded.h:750
asn1::rrc::csi_rs_cfg_nzp_emimo_r13_c::setup_s_::cdm_type_r13_e_
enumerated< cdm_type_r13_opts > cdm_type_r13_e_
Definition: phy_ded.h:386
asn1::rrc::srs_ul_cfg_ded_up_pts_ext_r13_c::setup_s_::srs_bw_r13_e_
enumerated< srs_bw_r13_opts > srs_bw_r13_e_
Definition: phy_ded.h:7275
asn1::rrc::epdcch_cfg_r11_s::cfg_r11_c_::setup_s_::set_cfg_to_release_list_r11
epdcch_set_cfg_to_release_list_r11_l set_cfg_to_release_list_r11
Definition: phy_ded.h:5208
asn1::rrc::pusch_cfg_ded_r13_s::uci_on_pusch_c_::setup_s_::beta_offset_cqi_idx_sf_set2_r13
uint8_t beta_offset_cqi_idx_sf_set2_r13
Definition: phy_ded.h:6287
asn1::rrc::eimta_main_cfg_serv_cell_r12_c::type_
types type_
Definition: phy_ded.h:3978
asn1::rrc::csi_rs_cfg_zp_r11_s::operator!=
bool operator!=(const csi_rs_cfg_zp_r11_s &other) const
Definition: phy_ded.h:2625
asn1::rrc::csi_process_r11_s::csi_im_cfg_id_list_r12_c_::operator==
bool operator==(const csi_im_cfg_id_list_r12_c_ &other) const
Definition: phy_ded.cc:3694
asn1::rrc::cqi_report_periodic_proc_ext_r11_s::csi_cfg_idx_r11_c_::type
types type() const
Definition: phy_ded.h:1202
asn1::rrc::phys_cfg_ded_stti_r15_c::setup_s_::csi_rs_cfg_nzp_to_release_list_r15_present
bool csi_rs_cfg_nzp_to_release_list_r15_present
Definition: phy_ded.h:6674
asn1::rrc::csi_im_cfg_r11_s::sf_cfg_r11
uint8_t sf_cfg_r11
Definition: phy_ded.h:1264
asn1::rrc::csi_rs_cfg_emimo_v1530_c::setup_c_::c
csi_rs_cfg_non_precoded_v1530_s c
Definition: phy_ded.h:1076
asn1::rrc::phys_cfg_ded_s::add_spec_emission_ca_r10_c_::setup_s_
Definition: phy_ded.h:7533
asn1::rrc::cqi_report_cfg_v1250_s::alt_cqi_table_r12_present
bool alt_cqi_table_r12_present
Definition: phy_ded.h:2409
asn1::rrc::srs_ul_cfg_ded_up_pts_ext_r13_c::setup_s_::cyclic_shift_r13_opts::to_string
const char * to_string() const
Definition: phy_ded.cc:18024
asn1::rrc::epdcch_set_cfg_r11_s::mpdcch_cfg_r13_c_::setup_s_::csi_num_repeat_ce_r13_opts::sf16
@ sf16
Definition: phy_ded.h:2753
asn1::rrc::pucch_cfg_ded_v1020_s::pucch_format_r10_c_::ch_sel_r10_s_::n1_pucch_an_cs_r10_c_
Definition: phy_ded.h:5968
asn1::rrc::eimta_main_cfg_r12_c::type
types type() const
Definition: phy_ded.h:3877
asn1::rrc::ant_info_ded_stti_r15_c::setup_s_::codebook_subset_restrict_c_::n4_tx_ant_tm6_r15
fixed_bitstring< 16 > & n4_tx_ant_tm6_r15()
Definition: phy_ded.h:3324
asn1::rrc::pucch_cfg_ded_s::ack_nack_repeat_c_::setup_s_::repeat_factor_opts::nulltype
@ nulltype
Definition: phy_ded.h:5445
asn1::rrc::spdcch_elems_r15_c::operator==
bool operator==(const spdcch_elems_r15_c &other) const
Definition: phy_ded.cc:5606
asn1::rrc::csi_rs_cfg_emimo2_r14_c::type
types type() const
Definition: phy_ded.h:506
asn1::rrc::srs_ul_cfg_ded_aperiodic_v1310_c::type_
types type_
Definition: phy_ded.h:7168
asn1::rrc::epdcch_cfg_r11_s::cfg_r11_c_::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:12772
asn1::rrc::ant_info_ul_r10_s::tx_mode_ul_r10_present
bool tx_mode_ul_r10_present
Definition: phy_ded.h:5027
asn1::rrc::phys_cfg_ded_s::must_cfg_r14_c_::setup
setup_s_ & setup()
Definition: phy_ded.h:7661
asn1::rrc::pusch_cfg_ded_v1250_s::uci_on_pusch_c_::setup_s_::beta_offset_mc_r12_s_::beta_offset_cqi_idx_mc_sf_set2_r12
uint8_t beta_offset_cqi_idx_mc_sf_set2_r12
Definition: phy_ded.h:6419
asn1::rrc::slot_or_subslot_pdsch_cfg_r15_c::setup_s_::alt_cqi_table1024_qam_stti_r15_opts::nulltype
@ nulltype
Definition: phy_ded.h:4411
asn1::rrc::ul_pwr_ctrl_ded_v1530_s::alpha_ue_r15_present
bool alpha_ue_r15_present
Definition: phy_ded.h:7451
asn1::rrc::ant_info_ul_r10_s
Definition: phy_ded.h:5016
asn1::rrc::slot_or_subslot_pdsch_cfg_r15_c::setup_s_::tbs_idx_alt_stti_r15_present
bool tbs_idx_alt_stti_r15_present
Definition: phy_ded.h:4432
asn1::rrc::sched_request_cfg_v1530_c::c
setup_s_ c
Definition: phy_ded.h:4381
asn1::rrc::spucch_elems_r15_c::setup_s_::n4_spucch_subslot_res_r15_present
bool n4_spucch_subslot_res_r15_present
Definition: phy_ded.h:2163
asn1::rrc::phys_cfg_ded_stti_r15_c::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:16528
asn1::rrc::ant_info_ul_stti_r15_s::tx_mode_ul_stti_r15_opts::number_type
uint8_t number_type
Definition: phy_ded.h:3494
asn1::rrc::csi_rs_cfg_nzp_r11_s::qcl_crs_info_r11_s_::crs_ports_count_r11
crs_ports_count_r11_e_ crs_ports_count_r11
Definition: phy_ded.h:240
asn1::rrc::phys_cfg_ded_s::blind_pdsch_repeat_cfg_r15_c_::setup_s_::max_num_sf_pdsch_repeats_r15_opts::n4
@ n4
Definition: phy_ded.h:7761
asn1::rrc::sched_request_cfg_c::setup_s_::dsr_trans_max_opts::n64
@ n64
Definition: phy_ded.h:6828
asn1::rrc::enable256_qam_r14_c::setup_c_::set_tpc_sf_set_not_cfgured_r14
tpc_sf_set_not_cfgured_r14_s_ & set_tpc_sf_set_not_cfgured_r14()
Definition: phy_ded.cc:7702
asn1::rrc::cqi_report_periodic_r10_c::setup_s_::cqi_pmi_cfg_idx
uint16_t cqi_pmi_cfg_idx
Definition: phy_ded.h:1966
asn1::rrc::pucch_format3_conf_r13_s::n3_pucch_an_list_r13
n3_pucch_an_list_r13_l_ n3_pucch_an_list_r13
Definition: phy_ded.h:4093
asn1::rrc::csi_rs_cfg_nzp_activation_r14_s::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:327
asn1::rrc::phys_cfg_ded_s::srs_ul_cfg_ded_aperiodic_up_pts_ext_r13
copy_ptr< srs_ul_cfg_ded_aperiodic_up_pts_ext_r13_c > srs_ul_cfg_ded_aperiodic_up_pts_ext_r13
Definition: phy_ded.h:7930
asn1::rrc::meas_sf_pattern_r10_c
Definition: common.h:519
asn1::rrc::srs_ul_cfg_ded_aperiodic_r10_c::setup_s_::srs_activ_ap_r10_c_::setup_s_
Definition: phy_ded.h:7022
asn1::rrc::cqi_report_periodic_proc_ext_r11_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:2723
asn1::rrc::pucch_cfg_ded_v1530_s::codebooksize_determination_stti_r15_opts::cc
@ cc
Definition: phy_ded.h:4030
asn1::rrc::csi_rs_cfg_nzp_activation_r14_s::csi_rs_nzp_mode_r14
csi_rs_nzp_mode_r14_e_ csi_rs_nzp_mode_r14
Definition: phy_ded.h:173
asn1::rrc::epdcch_set_cfg_r11_s::mpdcch_cfg_r13_c_::setup_s_::mpdcch_start_sf_uess_r13_c_::types_opts::tdd_r13
@ tdd_r13
Definition: phy_ded.h:2785
asn1::rrc::ant_info_ded_v920_s::codebook_subset_restrict_v920_c_::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:12298
asn1::rrc::tpc_pdcch_cfg_c::type
types type() const
Definition: phy_ded.h:3209
asn1::rrc::phys_cfg_ded_s::type_a_srs_tpc_pdcch_group_r14_c_::setup
setup_l_ & setup()
Definition: phy_ded.h:7609
asn1::rrc::srs_cfg_ap_r13_s::srs_bw_ap_r13_opts::bw1
@ bw1
Definition: phy_ded.h:4254
asn1::rrc::epdcch_set_cfg_r11_s::mpdcch_cfg_r13_c_::type_
types type_
Definition: phy_ded.h:2875
asn1::rrc::pucch_cfg_ded_s::ack_nack_repeat_c_::setup_s_
Definition: phy_ded.h:5443
asn1::rrc::csi_rs_cfg_bf_r13_s::csi_rs_cfg_nzp_id_list_ext_r13_l_
bounded_array< uint8_t, 7 > csi_rs_cfg_nzp_id_list_ext_r13_l_
Definition: phy_ded.h:454
asn1::rrc::p_c_and_cbsr_r13_s::cbsr_sel_r13_c_::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:219
asn1::rrc::ant_info_ded_s::ue_tx_ant_sel_c_::c
setup_e_ c
Definition: phy_ded.h:4758
asn1::rrc::ant_info_ded_stti_r15_c::setup_s_::codebook_subset_restrict_c_::n8_tx_ant_tm9and10_r15
fixed_bitstring< 109 > & n8_tx_ant_tm9and10_r15()
Definition: phy_ded.h:3349
asn1::rrc::csi_rs_cfg_non_precoded_v1430_s::csi_rs_cfg_nzp_emimo_v1430
csi_rs_cfg_nzp_emimo_v1430_s csi_rs_cfg_nzp_emimo_v1430
Definition: phy_ded.h:611
asn1::rrc::phys_cfg_ded_s::ant_info_v1250
copy_ptr< ant_info_ded_v1250_s > ant_info_v1250
Definition: phy_ded.h:7911
asn1::rrc::csi_rs_cfg_bf_r14_s::ace_for4_tx_per_res_cfg_list_r14
ace_for4_tx_per_res_cfg_list_r14_l_ ace_for4_tx_per_res_cfg_list_r14
Definition: phy_ded.h:362
asn1::rrc::pucch_cfg_ded_r13_s::pucch_format_r13_c_::format3_r13_s_::two_ant_port_activ_pucch_format3_r13_c_::setup_s_::n3_pucch_an_list_p1_r13_l_
bounded_array< uint16_t, 4 > n3_pucch_an_list_p1_r13_l_
Definition: phy_ded.h:5559
asn1::rrc::phys_cfg_ded_stti_r15_c::phys_cfg_ded_stti_r15_c
phys_cfg_ded_stti_r15_c()=default
asn1::rrc::srs_cfg_ap_r10_s::cyclic_shift_ap_r10_opts::cs5
@ cs5
Definition: phy_ded.h:4228
asn1::rrc::spucch_cfg_v1550_c::setup
setup_s_ & setup()
Definition: phy_ded.h:6764
asn1::rrc::csi_rs_cfg_nzp_r11_s::mbsfn_sf_cfg_list_v1430_c_::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:647
asn1::rrc::phys_cfg_ded_s::csi_rs_cfg_zp_ap_list_r14
copy_ptr< csi_rs_cfg_zp_ap_list_r14_c > csi_rs_cfg_zp_ap_list_r14
Definition: phy_ded.h:7952
asn1::rrc::delta_tx_d_offset_list_pucch_r10_s::delta_tx_d_offset_pucch_format1_r10_opts::value
enum asn1::rrc::delta_tx_d_offset_list_pucch_r10_s::delta_tx_d_offset_pucch_format1_r10_opts::options value
asn1::rrc::p_c_and_cbsr_r11_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:1687
asn1::rrc::pucch_cfg_ded_v1020_s::pucch_format_r10_c_::types_opts::format3_r10
@ format3_r10
Definition: phy_ded.h:6008
asn1::rrc::pucch_cfg_ded_v1020_s::pucch_format_r10_c_::types_opts::number_type
uint8_t number_type
Definition: phy_ded.h:6009
asn1::rrc::delta_tx_d_offset_list_spucch_r15_s::delta_tx_d_offset_spucch_format1_r15_e_
enumerated< delta_tx_d_offset_spucch_format1_r15_opts > delta_tx_d_offset_spucch_format1_r15_e_
Definition: phy_ded.h:2637
asn1::rrc::pucch_cfg_ded_v1530_s::n1_pucch_an_spt_r15
uint16_t n1_pucch_an_spt_r15
Definition: phy_ded.h:4039
asn1::rrc::pdsch_cfg_ded_s::p_a_opts::to_number_string
const char * to_number_string() const
Definition: phy_ded.cc:13072
asn1::rrc::spucch_elems_r15_c::setup_s_::n4_spucch_slot_res_r15_present
bool n4_spucch_slot_res_r15_present
Definition: phy_ded.h:2162
asn1::rrc::phys_cfg_ded_s::srs_ul_cfg_ded
srs_ul_cfg_ded_c srs_ul_cfg_ded
Definition: phy_ded.h:7877
asn1::rrc::ul_pwr_ctrl_ded_v1020_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:18103
asn1::rrc::csi_rs_cfg_bf_r14_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:786
asn1::rrc::srs_cfg_ap_v1310_s::tx_comb_num_r13_opts::n4
@ n4
Definition: phy_ded.h:4305
asn1::rrc::cqi_report_aperiodic_r10_c::setup_s_::aperiodic_csi_trigger_r10_present
bool aperiodic_csi_trigger_r10_present
Definition: phy_ded.h:1526
asn1::rrc::phys_cfg_ded_s::ant_info_c_::type_
types type_
Definition: phy_ded.h:7496
asn1::rrc::cqi_report_periodic_r10_c::setup_s_::cqi_format_ind_periodic_r10_c_::subband_cqi_r10_s_
Definition: phy_ded.h:1860
asn1::rrc::pucch_cfg_ded_r13_s::pucch_format_r13_c_::format5_r13_s_::format5_res_cfg_r13
format5_res_cfg_r13_l_ format5_res_cfg_r13
Definition: phy_ded.h:5658
asn1::rrc::ant_info_ded_v1530_c::set_setup
setup_c_ & set_setup()
Definition: phy_ded.cc:12061
asn1::rrc::cqi_report_periodic_proc_ext_r11_s::csi_cfg_idx_r11_c_::types
setup_e types
Definition: phy_ded.h:1197
asn1::rrc::csi_rs_cfg_emimo_hybrid_r14_c::setup_s_
Definition: phy_ded.h:772
asn1::rrc::ant_info_ded_stti_r15_c::setup_s_::tx_mode_dl_non_mbsfn_r15_opts::to_string
const char * to_string() const
Definition: phy_ded.cc:8527
asn1::rrc::spucch_elems_r15_c::c
setup_s_ c
Definition: phy_ded.h:2206
asn1::rrc::format5_res_r13_s
Definition: phy_ded.h:4002
asn1::rrc::csi_rs_cfg_emimo_v1480_c::setup_c_::set_non_precoded_v1480
csi_rs_cfg_non_precoded_v1480_s & set_non_precoded_v1480()
Definition: phy_ded.cc:2557
asn1::rrc::p_c_and_cbsr_r13_s::cbsr_sel_r13_c_::cbsr_sel_r13_c_
cbsr_sel_r13_c_()=default
asn1::rrc::eimta_main_cfg_r12_c::setup_s_::eimta_cmd_periodicity_r12_opts::number_type
uint8_t number_type
Definition: phy_ded.h:3860
asn1::rrc::sched_request_cfg_c::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:16980
asn1::rrc::pusch_cfg_ded_v1530_s::ce_pusch_sub_prb_cfg_r15_c_::type_
types type_
Definition: phy_ded.h:6547
asn1::rrc::pucch_cfg_ded_r13_s::pucch_format_r13_c_::ch_sel_r13_s_::n1_pucch_an_cs_r13_c_::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:14210
asn1::rrc::spdcch_elems_r15_c::setup_s_::sf_type_r15_opts
Definition: phy_ded.h:2077
asn1::rrc::ul_pwr_ctrl_ded_v1250_s::set2_pwr_ctrl_param_c_::set_setup
setup_s_ & set_setup()
Definition: phy_ded.cc:18240
asn1::rrc::slot_or_subslot_pdsch_cfg_r15_c::setup_s_::alt_cqi_table1024_qam_stti_r15_opts::options
options
Definition: phy_ded.h:4411
asn1::rrc::cqi_report_periodic_r10_c::setup_s_::cqi_format_ind_periodic_r10_c_::wideband_cqi_r10_s_::csi_report_mode_r10
csi_report_mode_r10_e_ csi_report_mode_r10
Definition: phy_ded.h:1858
asn1::rrc::ant_info_ded_s::codebook_subset_restrict_c_::set_n2_tx_ant_tm6
fixed_bitstring< 4 > & set_n2_tx_ant_tm6()
Definition: phy_ded.cc:11685
asn1::rrc::slot_or_subslot_pdsch_cfg_r15_c::set_release
void set_release()
Definition: phy_ded.cc:10941
asn1::rrc::tpc_pdcch_cfg_c::c
setup_s_ c
Definition: phy_ded.h:3231
asn1::rrc::pdsch_cfg_ded_s::p_a_opts::number_type
float number_type
Definition: phy_ded.h:5295
asn1::rrc::pucch_cfg_ded_v1130_s::n1_pucch_an_cs_v1130_c_::setup
setup_s_ & setup()
Definition: phy_ded.h:6090
asn1::rrc::csi_rs_cfg_emimo_r13_c::csi_rs_cfg_emimo_r13_c
csi_rs_cfg_emimo_r13_c()=default
asn1::rrc::phys_cfg_ded_s::ant_info_r10_c_::ant_info_r10_c_
ant_info_r10_c_()=default
asn1::rrc::epdcch_set_cfg_r11_s::mpdcch_cfg_r13_c_::c
setup_s_ c
Definition: phy_ded.h:2876
asn1::rrc::pdsch_re_map_qcl_cfg_r11_s::mbsfn_sf_cfg_list_v1430_c_::setup_s_::sf_cfg_list_v1430
mbsfn_sf_cfg_list_v1430_l sf_cfg_list_v1430
Definition: phy_ded.h:3057
asn1::rrc::csi_rs_cfg_non_precoded_r13_s::codebook_over_sampling_rate_cfg_o2_r13_opts::nulltype
@ nulltype
Definition: phy_ded.h:558
asn1::rrc::pusch_cfg_ded_r13_s::pusch_dmrs_r11_c_::types
setup_e types
Definition: phy_ded.h:6242
asn1::rrc::csi_rs_cfg_non_precoded_r13_s::codebook_over_sampling_rate_cfg_o1_r13_opts::n4
@ n4
Definition: phy_ded.h:550
asn1::rrc::pucch_cfg_ded_r13_s::pucch_format_r13_c_::ch_sel_r13_s_::n1_pucch_an_cs_r13_c_::set_setup
setup_s_ & set_setup()
Definition: phy_ded.cc:14175
asn1::rrc::pdsch_cfg_ded_v1530_s::alt_mcs_table_scaling_cfg_r15_present
bool alt_mcs_table_scaling_cfg_r15_present
Definition: phy_ded.h:5429
asn1::rrc::pucch_cfg_ded_r13_s::ack_nack_repeat_r13_c_::set_release
void set_release()
Definition: phy_ded.cc:13694
asn1::rrc::csi_process_r11_s::cqi_report_aperiodic_proc2_v1310_c_::operator==
bool operator==(const cqi_report_aperiodic_proc2_v1310_c_ &other) const
Definition: phy_ded.cc:3891
asn1::rrc::pdsch_re_map_qcl_cfg_r11_s::optional_set_of_fields_r11_s_::mbsfn_sf_cfg_list_r11_c_::operator!=
bool operator!=(const mbsfn_sf_cfg_list_r11_c_ &other) const
Definition: phy_ded.h:3020
asn1::rrc::format5_res_r13_s::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:10083
asn1::rrc::delta_tx_d_offset_list_pucch_r10_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:9677
asn1::rrc::pusch_enhance_cfg_r14_c::setup_s_::interv_ul_hop_pusch_enh_r14_c_::types_opts
Definition: phy_ded.h:6582
asn1::rrc::ant_info_ded_v1530_c::setup_c_::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:12142
asn1::rrc::pucch_cfg_ded_r13_s::ack_nack_repeat_r13_c_::set
void set(types::options e=types::nulltype)
Definition: phy_ded.cc:13690
asn1::rrc::srs_cfg_ap_r10_s::cyclic_shift_ap_r10_opts::cs4
@ cs4
Definition: phy_ded.h:4228
asn1::rrc::csi_rs_cfg_non_precoded_r13_s::codebook_cfg_n1_r13_opts::n1
@ n1
Definition: phy_ded.h:534
asn1::rrc::pdsch_cfg_ded_s::p_a_opts::db3
@ db3
Definition: phy_ded.h:5294
asn1::rrc::spucch_elems_r15_c::set_release
void set_release()
Definition: phy_ded.cc:5674
asn1::rrc::tpc_idx_c::tpc_idx_c
tpc_idx_c()=default
asn1::rrc::delta_tx_d_offset_list_spucch_r15_s::delta_tx_d_offset_spucch_format1a_r15_e_
enumerated< delta_tx_d_offset_spucch_format1a_r15_opts > delta_tx_d_offset_spucch_format1a_r15_e_
Definition: phy_ded.h:2645
asn1::rrc::cqi_report_aperiodic_hybrid_r14_s::triggers_r14_c_::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:4546
asn1::rrc::delta_tx_d_offset_list_pucch_r10_s::delta_tx_d_offset_pucch_format1_r10_opts::nulltype
@ nulltype
Definition: phy_ded.h:3785
asn1::rrc::srs_ul_cfg_ded_v1310_c::type_
types type_
Definition: phy_ded.h:7013
asn1::rrc::cqi_report_cfg_v1530_s::alt_cqi_table_minus1024_qam_r15_opts::to_string
const char * to_string() const
Definition: phy_ded.cc:12617
asn1::rrc::zero_tx_pwr_csi_rs_conf_r12_c::setup
zero_tx_pwr_csi_rs_r12_s & setup()
Definition: phy_ded.h:2275
asn1::rrc::pucch_cfg_ded_v1130_s::n1_pucch_an_cs_v1130_c_::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:15090
asn1::rrc::tdd_pusch_up_pts_r14_c::setup_s_::sym_pusch_up_pts_r14_e_
enumerated< sym_pusch_up_pts_r14_opts > sym_pusch_up_pts_r14_e_
Definition: phy_ded.h:4542
asn1::rrc::phys_cfg_ded_s::cqi_report_cfg_v920
copy_ptr< cqi_report_cfg_v920_s > cqi_report_cfg_v920
Definition: phy_ded.h:7882
asn1::rrc::pucch_cfg_ded_r13_s::pucch_num_repeat_ce_r13_c_::setup_c_::mode_b_s_::pucch_num_repeat_ce_format1_r13_opts::number_type
uint8_t number_type
Definition: phy_ded.h:5834
asn1::rrc::ant_info_ded_stti_r15_c::setup_s_::codebook_subset_restrict_c_::types_opts::n4_tx_ant_tm5_r15
@ n4_tx_ant_tm5_r15
Definition: phy_ded.h:3261
asn1::rrc::epdcch_set_cfg_r11_s::csi_rs_cfg_zp_id2_r12_c_::setup
uint8_t & setup()
Definition: phy_ded.h:2714
asn1::rrc::slot_or_subslot_pdsch_cfg_r15_c::setup_s_::alt_cqi_table_stti_r15_opts::nulltype
@ nulltype
Definition: phy_ded.h:4403
asn1::rrc::phys_cfg_ded_s::ant_info_r10_c_::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:19809
asn1::rrc::pucch_cfg_ded_r13_s::ack_nack_repeat_r13_c_::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:13721
asn1::rrc::epdcch_set_cfg_r11_s::mpdcch_cfg_r13_c_::setup_s_::mpdcch_start_sf_uess_r13_c_::type
types type() const
Definition: phy_ded.h:2797
asn1::rrc::srs_cc_set_idx_r14_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:10501
asn1::rrc::delta_tx_d_offset_list_pucch_r10_s::delta_tx_d_offset_pucch_format1a1b_r10_opts::number_type
int8_t number_type
Definition: phy_ded.h:3794
asn1::rrc::pdsch_cfg_ded_v1430_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:13252
asn1::rrc::pusch_cfg_ded_v1020_s::beta_offset_mc_r10_s_::beta_offset_cqi_idx_mc_r10
uint8_t beta_offset_cqi_idx_mc_r10
Definition: phy_ded.h:6349
asn1::rrc::csi_im_cfg_r11_s::operator==
bool operator==(const csi_im_cfg_r11_s &other) const
Definition: phy_ded.cc:3210
asn1::rrc::pusch_enhance_cfg_r14_c::setup_s_::interv_ul_hop_pusch_enh_r14_c_::interv_tdd_pusch_enh_r14_opts::options
options
Definition: phy_ded.h:6575
asn1::rrc::srs_ul_cfg_ded_aperiodic_up_pts_ext_r13_c::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:17742
asn1::rrc::cqi_report_cfg_v1430_s::operator==
bool operator==(const cqi_report_cfg_v1430_s &other) const
Definition: phy_ded.cc:6541
asn1::rrc::pucch_cfg_ded_r13_s::pucch_num_repeat_ce_r13_c_::setup_c_::mode_a_s_::pucch_num_repeat_ce_format1_r13_opts::r4
@ r4
Definition: phy_ded.h:5811
asn1::rrc::csi_rs_cfg_emimo_v1430_c::setup_c_::non_precoded_v1430
csi_rs_cfg_non_precoded_v1430_s & non_precoded_v1430()
Definition: phy_ded.h:913
asn1::rrc::cqi_report_periodic_r10_c::setup_s_::csi_cfg_idx_r10_c_::set_release
void set_release()
Definition: phy_ded.cc:5148
asn1::rrc::phys_cfg_ded_s::must_cfg_r14_c_::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:20064
asn1::rrc::pucch_cfg_ded_v1250_s::nka_pucch_param_r12_c_::nka_pucch_param_r12_c_
nka_pucch_param_r12_c_()=default
asn1::rrc::ant_info_ded_v1250_s::alt_codebook_enabled_for4_tx_r12
bool alt_codebook_enabled_for4_tx_r12
Definition: phy_ded.h:4854
asn1::rrc::cqi_report_periodic_r10_c::setup_s_::cqi_pucch_res_idx_p1_r10_present
bool cqi_pucch_res_idx_p1_r10_present
Definition: phy_ded.h:1960
asn1::rrc::cqi_report_periodic_proc_ext_r11_s::periodicity_factor_wb_r13_opts::n4
@ n4
Definition: phy_ded.h:1227
asn1::rrc::cfi_pattern_cfg_r15_s::operator==
bool operator==(const cfi_pattern_cfg_r15_s &other) const
Definition: phy_ded.cc:12527
asn1::rrc::cqi_report_cfg_v1250_s::csi_sf_pattern_cfg_r12_c_::type
types type() const
Definition: phy_ded.h:2372
asn1::rrc::phys_cfg_ded_s::blind_pdsch_repeat_cfg_r15_c_::setup_s_::rv_slotsublot_pdsch_repeats_r15_e_
enumerated< rv_slotsublot_pdsch_repeats_r15_opts > rv_slotsublot_pdsch_repeats_r15_e_
Definition: phy_ded.h:7791
asn1::rrc::ant_info_ded_stti_r15_c::setup_s_::tx_mode_dl_non_mbsfn_r15_opts::tm8
@ tm8
Definition: phy_ded.h:3246
asn1::rrc::csi_rs_cfg_emimo_v1480_c::setup_c_::bf_v1480
csi_rs_cfg_bf_v1430_s & bf_v1480()
Definition: phy_ded.h:1000
asn1::rrc::csi_rs_cfg_non_precoded_v1480_s::codebook_cfg_n1_v1480_present
bool codebook_cfg_n1_v1480_present
Definition: phy_ded.h:645
asn1::rrc::srs_ul_cfg_ded_v1310_c::operator!=
bool operator!=(const srs_ul_cfg_ded_v1310_c &other) const
Definition: phy_ded.h:6997
asn1::rrc::ant_info_ded_r10_s::ue_tx_ant_sel_c_::setup_opts::nulltype
@ nulltype
Definition: phy_ded.h:4803
asn1::rrc::csi_process_r11_s::cqi_report_aperiodic_proc_v1310_c_::cqi_report_aperiodic_proc_v1310_c_
cqi_report_aperiodic_proc_v1310_c_()=default
asn1::rrc::ul_pwr_ctrl_ded_stti_r15_s::operator!=
bool operator!=(const ul_pwr_ctrl_ded_stti_r15_s &other) const
Definition: phy_ded.h:4589
asn1::rrc::srs_ul_cfg_ded_up_pts_ext_r13_c::setup_s_::srs_hop_bw_r13_opts::hbw0
@ hbw0
Definition: phy_ded.h:7277
asn1::rrc::phys_cfg_ded_s::semi_static_cfi_cfg_r15_c_::type_
types type_
Definition: phy_ded.h:7755
asn1::rrc::phys_cfg_ded_s::ce_mode_r13_c_::ce_mode_r13_c_
ce_mode_r13_c_()=default
asn1::rrc::pusch_cfg_ded_v1530_s
Definition: phy_ded.h:6483
asn1::rrc::cqi_report_aperiodic_v1250_c::setup_s_::aperiodic_csi_trigger_v1250_s_::trigger_sf_set_ind_r12_opts::s1
@ s1
Definition: phy_ded.h:1565
asn1::rrc::pucch_cfg_ded_r13_s::ack_nack_repeat_r13_c_::setup_s_::repeat_factor_r13_opts::to_string
const char * to_string() const
Definition: phy_ded.cc:13761
asn1::rrc::srs_ul_cfg_ded_aperiodic_up_pts_ext_r13_c::setup_s_::srs_activ_ap_r13
srs_activ_ap_r13_c_ srs_activ_ap_r13
Definition: phy_ded.h:7225
asn1::rrc::srs_ul_cfg_ded_aperiodic_v1310_c::setup
setup_s_ & setup()
Definition: phy_ded.h:7154
asn1::rrc::csi_rs_cfg_emimo_hybrid_r14_c::setup_s_::emimo_type2_r14_present
bool emimo_type2_r14_present
Definition: phy_ded.h:774
asn1::rrc::epdcch_set_cfg_r11_s
Definition: phy_ded.h:2680
asn1::rrc::sched_request_cfg_v1530_c::setup
setup_s_ & setup()
Definition: phy_ded.h:4366
asn1::rrc::csi_rs_cfg_bf_r14_s::csi_rs_cfg_nzp_ap_list_r14_present
bool csi_rs_cfg_nzp_ap_list_r14_present
Definition: phy_ded.h:356
asn1::rrc::ant_info_ded_v920_s::codebook_subset_restrict_v920_c_::operator=
codebook_subset_restrict_v920_c_ & operator=(const codebook_subset_restrict_v920_c_ &other)
Definition: phy_ded.cc:12266
asn1::rrc::csi_rs_cfg_nzp_emimo_r13_c::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:953
asn1::rrc::pusch_enhance_cfg_r14_c::c
setup_s_ c
Definition: phy_ded.h:6661
asn1::rrc::csi_rs_cfg_emimo_v1530_c::setup_c_::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:2700
asn1::rrc::ant_info_ded_stti_r15_c::setup_s_::codebook_subset_restrict_c_::operator=
codebook_subset_restrict_c_ & operator=(const codebook_subset_restrict_c_ &other)
Definition: phy_ded.cc:8685
asn1::rrc::cqi_report_aperiodic_hybrid_r14_s::triggers_r14_c_::set_one_bit_r14
one_bit_r14_s_ & set_one_bit_r14()
Definition: phy_ded.cc:4467
asn1::rrc::ant_info_ded_stti_r15_c::setup_s_::tx_mode_dl_mbsfn_r15_opts::nulltype
@ nulltype
Definition: phy_ded.h:3238
asn1::rrc::srs_tpc_pdcch_cfg_r14_c
Definition: phy_ded.h:6783
asn1::rrc::csi_rs_cfg_emimo_v1430_c::setup_c_::bf_v1430
csi_rs_cfg_bf_v1430_s & bf_v1430()
Definition: phy_ded.h:918
asn1::rrc::cqi_report_aperiodic_v1250_c::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:4077
asn1::rrc::csi_rs_cfg_emimo_r13_c::setup_c_::type_
types type_
Definition: phy_ded.h:855
asn1::rrc::ul_pwr_ctrl_ded_v1250_s::set2_pwr_ctrl_param_c_::operator==
bool operator==(const set2_pwr_ctrl_param_c_ &other) const
Definition: phy_ded.cc:18303
asn1::rrc::phys_cfg_ded_s::pdsch_cfg_ded_v1130
copy_ptr< pdsch_cfg_ded_v1130_s > pdsch_cfg_ded_v1130
Definition: phy_ded.h:7905
asn1::rrc::cqi_report_aperiodic_v1310_c::type_
types type_
Definition: phy_ded.h:1694
asn1::rrc::cqi_report_aperiodic_r10_c::set_setup
setup_s_ & set_setup()
Definition: phy_ded.cc:3961
asn1::rrc::phys_cfg_ded_s::cqi_report_cfg
cqi_report_cfg_s cqi_report_cfg
Definition: phy_ded.h:7876
asn1::rrc::pucch_cfg_ded_r13_s::pucch_num_repeat_ce_r13_c_::setup_c_::mode_b_s_::pucch_num_repeat_ce_format1_r13_opts::r16
@ r16
Definition: phy_ded.h:5833
asn1::rrc::pdsch_cfg_ded_v1530_s::ce_pdsch_minus64_qam_cfg_r15_present
bool ce_pdsch_minus64_qam_cfg_r15_present
Definition: phy_ded.h:5427
asn1::rrc::ul_pwr_ctrl_ded_v1530_s::p0_ue_pusch_r15
int8_t p0_ue_pusch_r15
Definition: phy_ded.h:7454
asn1::rrc::eimta_main_cfg_serv_cell_r12_c::setup_s_::eimta_harq_ref_cfg_r12_opts::number_type
uint8_t number_type
Definition: phy_ded.h:3907
asn1::rrc::phys_cfg_ded_s::ce_mode_r13_c_::setup_e_
enumerated< setup_opts > setup_e_
Definition: phy_ded.h:7569
asn1::rrc::phys_cfg_ded_s::cif_presence_r10
bool cif_presence_r10
Definition: phy_ded.h:7888
asn1::rrc::pucch_format3_conf_r13_s::two_ant_port_activ_pucch_format3_r13_c_::two_ant_port_activ_pucch_format3_r13_c_
two_ant_port_activ_pucch_format3_r13_c_()=default
asn1::rrc::pucch_cfg_ded_r13_s::pucch_num_repeat_ce_r13_c_::setup_c_::mode_a_s_::pucch_num_repeat_ce_format1_r13_opts::options
options
Definition: phy_ded.h:5811
asn1::rrc::pdsch_cfg_ded_v1530_s::alt_mcs_table_scaling_cfg_r15
alt_mcs_table_scaling_cfg_r15_e_ alt_mcs_table_scaling_cfg_r15
Definition: phy_ded.h:5430
asn1::rrc::srs_ul_cfg_ded_up_pts_ext_r13_c::setup_s_::tx_comb_num_r13_opts::n2
@ n2
Definition: phy_ded.h:7293
asn1::rrc::pusch_enhance_cfg_r14_c::setup_s_::interv_ul_hop_pusch_enh_r14_c_::~interv_ul_hop_pusch_enh_r14_c_
~interv_ul_hop_pusch_enh_r14_c_()
Definition: phy_ded.h:6593
asn1::rrc::p_c_and_cbsr_r13_s::cbsr_sel_r13_c_::types_opts::to_string
const char * to_string() const
Definition: rrc.cc:716
asn1::rrc::cqi_report_aperiodic_r10_c::type
types type() const
Definition: phy_ded.h:1535
asn1::rrc::slot_or_subslot_pdsch_cfg_r15_c
Definition: phy_ded.h:4400
asn1::rrc::pucch_cfg_ded_r13_s::pucch_format_r13_c_::types
enumerated< types_opts > types
Definition: phy_ded.h:5668
asn1::rrc::csi_rs_cfg_emimo_v1480_c::set_setup
setup_c_ & set_setup()
Definition: phy_ded.cc:2432
asn1::rrc::pucch_cfg_ded_r13_s::npucch_param_r13_c_::setup_s_::npucch_id_r13
uint16_t npucch_id_r13
Definition: phy_ded.h:5736
asn1::rrc::csi_rs_cfg_nzp_v1430_s::operator!=
bool operator!=(const csi_rs_cfg_nzp_v1430_s &other) const
Definition: phy_ded.h:160
asn1::rrc::cqi_report_periodic_v1320_s::periodicity_factor_wb_r13_opts::nulltype
@ nulltype
Definition: phy_ded.h:2035
asn1::rrc::srs_cfg_ap_r13_s::cyclic_shift_ap_r13_opts::cs7
@ cs7
Definition: phy_ded.h:4262
asn1::rrc::delta_tx_d_offset_list_spucch_r15_s::delta_tx_d_offset_spucch_format1b_r15_opts::to_number
int8_t to_number() const
Definition: phy_ded.cc:7010
asn1::rrc::pusch_enhance_cfg_r14_c::setup_s_::interv_ul_hop_pusch_enh_r14_present
bool interv_ul_hop_pusch_enh_r14_present
Definition: phy_ded.h:6632
asn1::rrc::slot_or_subslot_pdsch_cfg_r15_c::setup_s_::alt_cqi_table1024_qam_stti_r15_e_
enumerated< alt_cqi_table1024_qam_stti_r15_opts > alt_cqi_table1024_qam_stti_r15_e_
Definition: phy_ded.h:4417
asn1::rrc::pdsch_re_map_qcl_cfg_r11_s::codeword_one_cfg_v1530
copy_ptr< codeword_one_cfg_v1530_c_ > codeword_one_cfg_v1530
Definition: phy_ded.h:3161
asn1::rrc::pusch_cfg_ded_v1020_s::beta_offset_mc_r10_s_::beta_offset_ack_idx_mc_r10
uint8_t beta_offset_ack_idx_mc_r10
Definition: phy_ded.h:6347
asn1::rrc::cqi_report_periodic_proc_ext_r11_s::cqi_format_ind_periodic_r11_c_::wideband_cqi_r11_s_::csi_report_mode_r11_opts::submode2
@ submode2
Definition: phy_ded.h:1116
asn1::rrc::csi_rs_cfg_non_precoded_v1480_s::codebook_cfg_n1_v1480_opts::n10
@ n10
Definition: phy_ded.h:627
asn1::rrc::epdcch_set_cfg_r11_s::mpdcch_cfg_r13_c_::setup_s_::mpdcch_start_sf_uess_r13_c_::types_opts::nulltype
@ nulltype
Definition: phy_ded.h:2785
asn1::rrc::pucch_cfg_ded_r13_s::nka_pucch_param_r13_present
bool nka_pucch_param_r13_present
Definition: phy_ded.h:5939
asn1::rrc::p_c_and_cbsr_r13_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:45
asn1::rrc::spdcch_cfg_r15_c::type_
types type_
Definition: phy_ded.h:4154
asn1::rrc::slot_or_subslot_pusch_cfg_r15_c::setup_s_::res_alloc_offset_r15_present
bool res_alloc_offset_r15_present
Definition: phy_ded.h:4488
asn1::rrc::phys_cfg_ded_s::csi_rs_cfg_nzp_to_release_list_ext_r13
copy_ptr< csi_rs_cfg_nzp_to_release_list_ext_r13_l > csi_rs_cfg_nzp_to_release_list_ext_r13
Definition: phy_ded.h:7934
asn1::rrc::ant_info_ded_v920_s::codebook_subset_restrict_v920_c_
Definition: phy_ded.h:4954
asn1::rrc::enable256_qam_r14_c::setup_c_::tpc_sf_set_cfgured_r14_s_
Definition: phy_ded.h:2906
asn1::rrc::epdcch_set_cfg_r11_s::mpdcch_cfg_r13_c_::setup_s_::mpdcch_pdsch_hop_cfg_r13_opts::value
enum asn1::rrc::epdcch_set_cfg_r11_s::mpdcch_cfg_r13_c_::setup_s_::mpdcch_pdsch_hop_cfg_r13_opts::options value
asn1::rrc::cqi_report_cfg_r10_s
Definition: phy_ded.h:2294
asn1::rrc::csi_rs_cfg_emimo_r13_c::setup_c_::types_opts::value
enum asn1::rrc::csi_rs_cfg_emimo_r13_c::setup_c_::types_opts::options value
asn1::rrc::pusch_cfg_ded_r13_s::uci_on_pusch_c_::set
void set(types::options e=types::nulltype)
Definition: phy_ded.cc:15527
asn1::rrc::csi_rs_cfg_nzp_activation_r14_s
Definition: phy_ded.h:164
asn1::rrc::pucch_cfg_ded_r13_s::pucch_format_r13_c_::format5_r13_s_::format5_multi_csi_res_cfg_r13
format5_res_r13_s format5_multi_csi_res_cfg_r13
Definition: phy_ded.h:5659
asn1::rrc::pdsch_re_map_qcl_cfg_r11_s::codeword_one_cfg_v1530_c_::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:8184
asn1::rrc::csi_rs_cfg_r15_c::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:9393
asn1::rrc::cqi_report_cfg_v1320_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:6486
asn1::rrc::phys_cfg_ded_s::pusch_cfg_ded_v1250
copy_ptr< pusch_cfg_ded_v1250_s > pusch_cfg_ded_v1250
Definition: phy_ded.h:7917
asn1::rrc::cqi_report_periodic_c::setup_s_::cqi_format_ind_periodic_c_::types_opts::nulltype
@ nulltype
Definition: phy_ded.h:3579
asn1::rrc::pusch_enhance_cfg_r14_c::setup_s_::interv_ul_hop_pusch_enh_r14_c_::c
pod_choice_buffer_t c
Definition: phy_ded.h:6625
asn1::rrc::pucch_cfg_ded_r13_s::pucch_format_r13_c_::format3_r13_s_::two_ant_port_activ_pucch_format3_r13_c_::setup_s_::n3_pucch_an_list_p1_r13
n3_pucch_an_list_p1_r13_l_ n3_pucch_an_list_p1_r13
Definition: phy_ded.h:5562
asn1::rrc::srs_cc_set_idx_r14_s::cc_idx_in_one_cc_set_r14
uint8_t cc_idx_in_one_cc_set_r14
Definition: phy_ded.h:4207
asn1::rrc::csi_rs_cfg_r10_s::csi_rs_r10_c_::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:6631
asn1::rrc::csi_rs_cfg_v1430_s::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:6881
asn1::rrc::ant_info_ded_stti_r15_c::setup_s_::codebook_subset_restrict_c_::set_n4_tx_ant_tm6_r15
fixed_bitstring< 16 > & set_n4_tx_ant_tm6_r15()
Definition: phy_ded.cc:8775
asn1::rrc::cqi_report_periodic_r10_c::setup_s_::csi_cfg_idx_r10_c_::setup
setup_s_ & setup()
Definition: phy_ded.h:1941
asn1::rrc::srs_cfg_ap_r13_s::srs_ant_port_ap_r13
srs_ant_port_e srs_ant_port_ap_r13
Definition: phy_ded.h:4279
asn1::rrc::pucch_format3_conf_r13_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:10163
asn1::rrc::phys_cfg_ded_s::ant_info_r10_c_::types_opts::nulltype
@ nulltype
Definition: phy_ded.h:7501
asn1::rrc::srs_ul_cfg_ded_c::setup_s_::srs_hop_bw_opts::to_string
const char * to_string() const
Definition: phy_ded.cc:17158
asn1::rrc::pucch_format3_conf_r13_s::two_ant_port_activ_pucch_format3_r13_c_::setup
setup_s_ & setup()
Definition: phy_ded.h:4072
asn1::rrc::cqi_report_both_proc_r11_s
Definition: phy_ded.h:720
asn1::rrc::phys_cfg_ded_s::must_cfg_r14_c_::setup_s_::p_a_must_r14_opts::value
enum asn1::rrc::phys_cfg_ded_s::must_cfg_r14_c_::setup_s_::p_a_must_r14_opts::options value
asn1::rrc::pucch_cfg_ded_r13_s::pucch_format_r13_c_::format3_r13_s_::n3_pucch_an_list_r13_l_
bounded_array< uint16_t, 4 > n3_pucch_an_list_r13_l_
Definition: phy_ded.h:5556
asn1::rrc::cqi_report_aperiodic_v1310_c::setup_s_::aperiodic_csi_trigger2_r13_c_::operator!=
bool operator!=(const aperiodic_csi_trigger2_r13_c_ &other) const
Definition: phy_ded.h:1642
asn1::rrc::cqi_report_cfg_v1530_s::alt_cqi_table_minus1024_qam_r15_opts::value
enum asn1::rrc::cqi_report_cfg_v1530_s::alt_cqi_table_minus1024_qam_r15_opts::options value
asn1::rrc::ant_info_ded_r10_s::tx_mode_r10_opts::spare5
@ spare5
Definition: phy_ded.h:4788
asn1::rrc::srs_cfg_ap_v1310_s
Definition: phy_ded.h:4295
asn1::rrc::spdcch_elems_r15_c::set_setup
setup_s_ & set_setup()
Definition: phy_ded.cc:5391
asn1::rrc::eimta_main_cfg_r12_c::set_release
void set_release()
Definition: phy_ded.cc:9798
asn1::rrc::phys_cfg_ded_s::cqi_report_cfg_v1320
copy_ptr< cqi_report_cfg_v1320_s > cqi_report_cfg_v1320
Definition: phy_ded.h:7936
asn1::rrc::pusch_enhance_cfg_r14_c::setup_s_::interv_ul_hop_pusch_enh_r14_c_::interv_tdd_pusch_enh_r14_opts::to_number
uint8_t to_number() const
Definition: phy_ded.cc:16397
asn1::rrc::pusch_cfg_ded_r13_s::uci_on_pusch_c_::setup
setup_s_ & setup()
Definition: phy_ded.h:6302
asn1::rrc::phys_cfg_ded_s::ant_info_r10_c_::c
ant_info_ded_r10_s c
Definition: phy_ded.h:7530
asn1::rrc::pucch_cfg_ded_r13_s::pucch_num_repeat_ce_r13_c_::setup_c_::operator=
setup_c_ & operator=(const setup_c_ &other)
Definition: phy_ded.cc:14516
asn1::rrc::phys_cfg_ded_s::csi_rs_cfg_zp_to_release_list_r11
copy_ptr< csi_rs_cfg_zp_to_release_list_r11_l > csi_rs_cfg_zp_to_release_list_r11
Definition: phy_ded.h:7902
asn1::rrc::csi_rs_cfg_non_precoded_r13_s::p_c_and_cbsr_list_r13
p_c_and_cbsr_pair_r13_l p_c_and_cbsr_list_r13
Definition: phy_ded.h:573
asn1::rrc::p_c_and_cbsr_r13_s::cbsr_sel_r13_c_::~cbsr_sel_r13_c_
~cbsr_sel_r13_c_()
Definition: phy_ded.h:84
asn1::rrc::pdsch_cfg_ded_v1280_s::operator!=
bool operator!=(const pdsch_cfg_ded_v1280_s &other) const
Definition: phy_ded.h:5361
asn1::rrc::cqi_report_periodic_r10_c::set_setup
setup_s_ & set_setup()
Definition: phy_ded.cc:4813
asn1::rrc::phys_cfg_ded_s::blind_pdsch_repeat_cfg_r15_c_::setup_s_::max_num_slot_subslot_pdsch_repeats_r15_opts::value
enum asn1::rrc::phys_cfg_ded_s::blind_pdsch_repeat_cfg_r15_c_::setup_s_::max_num_slot_subslot_pdsch_repeats_r15_opts::options value
asn1::rrc::pucch_format3_conf_r13_s::n3_pucch_an_list_r13_present
bool n3_pucch_an_list_r13_present
Definition: phy_ded.h:4091
asn1::rrc::csi_rs_cfg_emimo_v1430_c::setup
setup_c_ & setup()
Definition: phy_ded.h:954
asn1::rrc::pusch_cfg_ded_r13_s::uci_on_pusch_c_::type
types type() const
Definition: phy_ded.h:6295
asn1::rrc::pucch_cfg_ded_r13_s::pucch_format_r13_c_::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:13892
asn1::rrc::cqi_report_aperiodic_hybrid_r14_s::triggers_r14_c_::one_bit_r14
one_bit_r14_s_ & one_bit_r14()
Definition: phy_ded.h:1740
asn1::rrc::ant_info_ded_stti_r15_c::setup_s_::codebook_subset_restrict_c_::n2_tx_ant_tm4_r15
fixed_bitstring< 6 > & n2_tx_ant_tm4_r15()
Definition: phy_ded.h:3299
asn1::rrc::csi_process_r11_s::cqi_report_aperiodic_proc_v1310_c_::type_
types type_
Definition: phy_ded.h:1389
asn1::rrc::pucch_cfg_ded_v1130_s::n1_pucch_an_cs_v1130_c_::setup_s_::n1_pucch_an_cs_list_p1_r11
n1_pucch_an_cs_list_p1_r11_l_ n1_pucch_an_cs_list_p1_r11
Definition: phy_ded.h:6078
asn1::rrc::cfi_pattern_cfg_r15_s::cfi_pattern_sf_r15_present
bool cfi_pattern_sf_r15_present
Definition: phy_ded.h:5064
asn1::rrc::phys_cfg_ded_s::blind_pdsch_repeat_cfg_r15_c_::setup_s_::rv_slotsublot_pdsch_repeats_r15
rv_slotsublot_pdsch_repeats_r15_e_ rv_slotsublot_pdsch_repeats_r15
Definition: phy_ded.h:7824
asn1::rrc::cqi_report_cfg_v1250_s::cqi_report_both_v1250_present
bool cqi_report_both_v1250_present
Definition: phy_ded.h:2407
asn1::rrc::csi_rs_cfg_emimo2_r14_c::setup
csi_rs_cfg_bf_r14_s & setup()
Definition: phy_ded.h:513
asn1::rrc::phys_cfg_ded_s::semi_static_cfi_cfg_r15_c_::setup_c_::cfi_cfg_r15
cfi_cfg_r15_s & cfi_cfg_r15()
Definition: phy_ded.h:7702
asn1::rrc::phys_cfg_ded_s::blind_pdsch_repeat_cfg_r15
copy_ptr< blind_pdsch_repeat_cfg_r15_c_ > blind_pdsch_repeat_cfg_r15
Definition: phy_ded.h:7966
asn1::rrc::pusch_enhance_cfg_r14_c::pusch_enhance_cfg_r14_c
pusch_enhance_cfg_r14_c()=default
asn1::rrc::csi_rs_cfg_non_precoded_v1480_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:1552
asn1::rrc::csi_process_r11_s::dummy
copy_ptr< csi_rs_cfg_emimo_v1430_c > dummy
Definition: phy_ded.h:1446
asn1::rrc::cqi_report_aperiodic_v1310_c::cqi_report_aperiodic_v1310_c
cqi_report_aperiodic_v1310_c()=default
asn1::rrc::eimta_main_cfg_r12_c::setup_s_::eimta_cmd_periodicity_r12_opts::nulltype
@ nulltype
Definition: phy_ded.h:3859
asn1::rrc::epdcch_set_cfg_r11_s::mpdcch_cfg_r13_c_::setup_s_::mpdcch_start_sf_uess_r13_c_::fdd_r13_opts::v10
@ v10
Definition: phy_ded.h:2768
asn1::rrc::ant_info_ded_s::codebook_subset_restrict_c_::destroy_
void destroy_()
Definition: phy_ded.cc:11514
asn1::rrc::eimta_main_cfg_r12_c::setup_s_
Definition: phy_ded.h:3857
asn1::rrc::delta_tx_d_offset_list_spucch_r15_s::delta_tx_d_offset_spucch_format1b_r15_opts::to_string
const char * to_string() const
Definition: phy_ded.cc:7004
asn1::rrc::csi_rs_cfg_non_precoded_v1480_s::nzp_res_cfg_tm9_original_v1480
csi_rs_cfg_nzp_v1430_s nzp_res_cfg_tm9_original_v1480
Definition: phy_ded.h:650
asn1::rrc::cqi_report_aperiodic_v1250_c::operator!=
bool operator!=(const cqi_report_aperiodic_v1250_c &other) const
Definition: phy_ded.h:1592
asn1::rrc::srs_ul_cfg_ded_aperiodic_up_pts_ext_r13_c::setup_s_::srs_activ_ap_r13_c_::setup_s_
Definition: phy_ded.h:7185
asn1::rrc::pdsch_re_map_qcl_cfg_r11_s::codeword_one_cfg_v1530_c_::setup_s_::pdsch_start_v1530
pdsch_start_v1530_e_ pdsch_start_v1530
Definition: phy_ded.h:3115
asn1::rrc::csi_rs_cfg_emimo_v1430_c::setup_c_::type
types type() const
Definition: phy_ded.h:906
asn1::rrc::n4_spucch_res_r15_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:3905
asn1::rrc::cqi_report_periodic_v1320_s::operator!=
bool operator!=(const cqi_report_periodic_v1320_s &other) const
Definition: phy_ded.h:2052
asn1::rrc::cqi_report_aperiodic_v1310_c::setup_s_::aperiodic_csi_trigger2_r13_present
bool aperiodic_csi_trigger2_r13_present
Definition: phy_ded.h:1664
asn1::rrc::ant_info_ded_stti_r15_c::setup_s_::tx_mode_dl_mbsfn_r15_opts::value
enum asn1::rrc::ant_info_ded_stti_r15_c::setup_s_::tx_mode_dl_mbsfn_r15_opts::options value
asn1::rrc::slot_or_subslot_pdsch_cfg_r15_c::type
types type() const
Definition: phy_ded.h:4445
asn1::rrc::csi_rs_cfg_emimo_v1530_c::setup_c_::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:2712
asn1::rrc::pdsch_cfg_ded_v1430_s::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:13286
asn1::rrc::csi_rs_cfg_nzp_r11_s::freq_density_r14
nzp_freq_density_r14_e freq_density_r14
Definition: phy_ded.h:294
asn1::rrc::srs_cfg_ap_v1310_s::tx_comb_ap_v1310_present
bool tx_comb_ap_v1310_present
Definition: phy_ded.h:4314
asn1::rrc::zero_tx_pwr_csi_rs_conf_r12_c
Definition: phy_ded.h:2262
asn1::rrc::pusch_enhance_cfg_r14_c::setup_s_::interv_ul_hop_pusch_enh_r14_c_::types_opts::interv_tdd_pusch_enh_r14
@ interv_tdd_pusch_enh_r14
Definition: phy_ded.h:6583
asn1::rrc::srs_cfg_ap_v1310_s::cyclic_shift_ap_v1310_e_
enumerated< cyclic_shift_ap_v1310_opts > cyclic_shift_ap_v1310_e_
Definition: phy_ded.h:4303
asn1::rrc::epdcch_set_cfg_r11_s::mpdcch_cfg_r13_c_::setup_s_::mpdcch_start_sf_uess_r13
mpdcch_start_sf_uess_r13_c_ mpdcch_start_sf_uess_r13
Definition: phy_ded.h:2845
asn1::rrc::csi_rs_cfg_nzp_v1430_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:279
asn1::rrc::cqi_report_cfg_v1250_s::csi_sf_pattern_cfg_r12_c_::setup_s_
Definition: phy_ded.h:2364
asn1::rrc::ul_pwr_ctrl_ded_v1130_s::psrs_offset_v1130_present
bool psrs_offset_v1130_present
Definition: phy_ded.h:7384
asn1::rrc::srs_tpc_pdcch_cfg_r14_c::setup_s_::field_type_format3_b_r14
uint8_t field_type_format3_b_r14
Definition: phy_ded.h:6791
asn1::rrc::ul_pwr_ctrl_ded_stti_r15_s::delta_tx_d_offset_list_spucch_r15_present
bool delta_tx_d_offset_list_spucch_r15_present
Definition: phy_ded.h:4579
asn1::rrc::pdsch_re_map_qcl_cfg_r11_s::qcl_csi_rs_cfg_nzp_id_r11
uint8_t qcl_csi_rs_cfg_nzp_id_r11
Definition: phy_ded.h:3156
asn1::rrc::csi_rs_cfg_r15_c::setup
setup_s_ & setup()
Definition: phy_ded.h:3671
asn1::rrc::delta_tx_d_offset_list_spucch_r15_s::delta_tx_d_offset_spucch_format1b_r15_opts::db0
@ db0
Definition: phy_ded.h:2647
asn1::rrc::cqi_report_cfg_v1310_s::cqi_report_aperiodic_v1310
cqi_report_aperiodic_v1310_c cqi_report_aperiodic_v1310
Definition: phy_ded.h:2429
asn1::rrc::csi_process_r11_s::cqi_report_both_proc_r11
cqi_report_both_proc_r11_s cqi_report_both_proc_r11
Definition: phy_ded.h:1432
asn1::rrc::epdcch_set_cfg_r11_s::tx_type_r11_opts::value
enum asn1::rrc::epdcch_set_cfg_r11_s::tx_type_r11_opts::options value
asn1::rrc::cqi_report_aperiodic_v1310_c::setup_s_::aperiodic_csi_trigger2_r13_c_::setup_s_::trigger4_sf_set_ind_r13
fixed_bitstring< 32 > trigger4_sf_set_ind_r13
Definition: phy_ded.h:1628
asn1::rrc::ant_info_ded_s::codebook_subset_restrict_c_::types_opts::n4_tx_ant_tm4
@ n4_tx_ant_tm4
Definition: phy_ded.h:4608
asn1::rrc::pdsch_re_map_qcl_cfg_r11_s::operator==
bool operator==(const pdsch_re_map_qcl_cfg_r11_s &other) const
Definition: phy_ded.cc:7927
asn1::rrc::pucch_cfg_ded_r13_s::pucch_num_repeat_ce_r13_c_::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:14446
asn1::rrc::cqi_report_aperiodic_v1250_c::setup_s_::aperiodic_csi_trigger_v1250_s_::trigger_sf_set_ind_r12
trigger_sf_set_ind_r12_e_ trigger_sf_set_ind_r12
Definition: phy_ded.h:1574
asn1::rrc::pusch_cfg_ded_v1430_s::enable256_qam_r14_present
bool enable256_qam_r14_present
Definition: phy_ded.h:6471
asn1::rrc::enable256_qam_r14_c::operator!=
bool operator!=(const enable256_qam_r14_c &other) const
Definition: phy_ded.h:2975
asn1::rrc::ant_info_ded_stti_r15_c::setup_s_::tx_mode_dl_mbsfn_r15_opts::to_number
uint8_t to_number() const
Definition: phy_ded.cc:8521
asn1::rrc::ant_info_ded_s::codebook_subset_restrict_c_::c
choice_buffer_t< fixed_bitstring< 64 > > c
Definition: phy_ded.h:4722
asn1::rrc::phys_cfg_ded_s::ant_info_present
bool ant_info_present
Definition: phy_ded.h:7868
asn1::rrc::csi_rs_cfg_r10_s
Definition: phy_ded.h:2467
asn1::rrc::csi_rs_cfg_nzp_r11_s::operator==
bool operator==(const csi_rs_cfg_nzp_r11_s &other) const
Definition: phy_ded.cc:496
asn1::rrc::tpc_pdcch_cfg_c
Definition: phy_ded.h:3199
asn1::rrc::pdsch_re_map_qcl_cfg_r11_s::codeword_one_cfg_v1530_c_::setup_s_::pdsch_start_v1530_opts::n2
@ n2
Definition: phy_ded.h:3099
asn1::rrc::eimta_main_cfg_serv_cell_r12_c::setup_s_::mbsfn_sf_cfg_list_v1250_c_::set_release
void set_release()
Definition: phy_ded.cc:9972
asn1::rrc::cqi_report_cfg_v1310_s::cqi_report_periodic_v1310
cqi_report_periodic_v1310_s cqi_report_periodic_v1310
Definition: phy_ded.h:2430
asn1::rrc::csi_rs_cfg_zp_ap_list_r14_c::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:9513
asn1::rrc::eimta_main_cfg_serv_cell_r12_c::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:9914
asn1::rrc::epdcch_set_cfg_r11_s::mpdcch_cfg_r13_c_::setup_s_::csi_num_repeat_ce_r13_opts::sf8
@ sf8
Definition: phy_ded.h:2753
asn1::rrc::csi_rs_cfg_non_precoded_r13_s::codebook_cfg_n2_r13_opts::n8
@ n8
Definition: phy_ded.h:542
asn1::rrc::epdcch_set_cfg_r11_s::tx_type_r11_opts::localised
@ localised
Definition: phy_ded.h:2682
asn1::rrc::cqi_report_periodic_v1320_s::periodicity_factor_wb_r13_opts::to_string
const char * to_string() const
Definition: phy_ded.cc:5371
asn1::rrc::ant_info_ded_stti_r15_c::setup_s_::codebook_subset_restrict_c_::set_n4_tx_ant_tm3_r15
fixed_bitstring< 4 > & set_n4_tx_ant_tm3_r15()
Definition: phy_ded.cc:8745
asn1::rrc::epdcch_set_cfg_r11_s::csi_rs_cfg_zp_id2_r12_c_::c
uint8_t c
Definition: phy_ded.h:2729
asn1::rrc::cqi_report_both_r11_s::operator==
bool operator==(const cqi_report_both_r11_s &other) const
Definition: phy_ded.cc:4679
asn1::rrc::ant_info_ded_v920_s::codebook_subset_restrict_v920_c_::c
choice_buffer_t< fixed_bitstring< 32 > > c
Definition: phy_ded.h:5000
asn1::rrc::csi_rs_cfg_v1430_s::emimo_hybrid_r14
csi_rs_cfg_emimo_hybrid_r14_c emimo_hybrid_r14
Definition: phy_ded.h:2601
asn1::rrc::srs_ul_cfg_ded_up_pts_ext_r13_c::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:17955
asn1::rrc::srs_ul_cfg_ded_aperiodic_up_pts_ext_r13_c::setup_s_::srs_activ_ap_r13_c_::type_
types type_
Definition: phy_ded.h:7215
asn1::rrc::delta_tx_d_offset_list_spucch_r15_s::delta_tx_d_offset_spucch_format3_r15_opts::nulltype
@ nulltype
Definition: phy_ded.h:2655
asn1::rrc::pucch_cfg_ded_v1020_s::pucch_format_r10_present
bool pucch_format_r10_present
Definition: phy_ded.h:6058
asn1::rrc::pucch_cfg_ded_r13_s::pucch_num_repeat_ce_r13_c_::setup_c_::mode_b_s_::pucch_num_repeat_ce_format2_r13_opts::value
enum asn1::rrc::pucch_cfg_ded_r13_s::pucch_num_repeat_ce_r13_c_::setup_c_::mode_b_s_::pucch_num_repeat_ce_format2_r13_opts::options value
asn1::rrc::srs_cfg_ap_r13_s::cyclic_shift_ap_r13_opts::cs3
@ cs3
Definition: phy_ded.h:4262
asn1::rrc::csi_rs_cfg_emimo_v1430_c::setup_c_::type_
types type_
Definition: phy_ded.h:937
asn1::rrc::phys_cfg_ded_s::spucch_cfg_v1550
copy_ptr< spucch_cfg_v1550_c > spucch_cfg_v1550
Definition: phy_ded.h:7968
asn1::rrc::phys_cfg_ded_s::semi_static_cfi_cfg_r15_c_::setup_c_::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:20325
asn1::rrc::cfi_cfg_r15_s::operator==
bool operator==(const cfi_cfg_r15_s &other) const
Definition: phy_ded.cc:12462
asn1::rrc::zero_tx_pwr_csi_rs_r12_s::zero_tx_pwr_sf_cfg_r12
uint8_t zero_tx_pwr_sf_cfg_r12
Definition: phy_ded.h:1507
asn1::rrc::srs_ul_cfg_ded_up_pts_ext_r13_c::setup_s_::srs_up_pts_add_r13_opts::nulltype
@ nulltype
Definition: phy_ded.h:7261
asn1::rrc::phys_cfg_ded_s::semi_static_cfi_cfg_r15_c_::set_setup
setup_c_ & set_setup()
Definition: phy_ded.cc:20160
asn1::rrc::dmrs_cfg_r11_c::setup
setup_s_ & setup()
Definition: phy_ded.h:3752
asn1::rrc::cqi_report_cfg_r10_s::csi_sf_pattern_cfg_r10_c_::types
setup_e types
Definition: phy_ded.h:2300
asn1::rrc::pdsch_cfg_ded_v1430_s::ce_sched_enhancement_r14_opts::to_number
uint8_t to_number() const
Definition: phy_ded.cc:13323
asn1::rrc::cqi_report_periodic_v1310_s::operator==
bool operator==(const cqi_report_periodic_v1310_s &other) const
Definition: phy_ded.cc:5329
asn1::rrc::phys_cfg_ded_s::ce_mode_r13_c_::setup
setup_e_ & setup()
Definition: phy_ded.h:7580
asn1::rrc::phys_cfg_ded_s
Definition: phy_ded.h:7465
asn1::rrc::enable256_qam_r14_c::setup_c_::types_opts::options
options
Definition: phy_ded.h:2917
asn1::rrc::ant_info_ded_s::codebook_subset_restrict_c_::n4_tx_ant_tm5
fixed_bitstring< 16 > & n4_tx_ant_tm5()
Definition: phy_ded.h:4656
asn1::rrc::phys_cfg_ded_s::type_a_srs_tpc_pdcch_group_r14_c_::type
types type() const
Definition: phy_ded.h:7604
asn1::rrc::pdsch_cfg_ded_v1130_s::qcl_operation_opts::type_b
@ type_b
Definition: phy_ded.h:5317
asn1::rrc::ul_pwr_ctrl_ded_v1250_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:18214
asn1::rrc::csi_rs_cfg_emimo_v1480_c::setup_c_::operator=
setup_c_ & operator=(const setup_c_ &other)
Definition: phy_ded.cc:2536
asn1::rrc::cqi_report_aperiodic_v1250_c::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:4053
asn1::rrc::csi_rs_cfg_non_precoded_v1430_s::codebook_cfg_n1_v1430_opts::n10
@ n10
Definition: phy_ded.h:593
asn1::rrc::epdcch_cfg_r11_s::cfg_r11_c_::setup_s_::sf_pattern_cfg_r11_c_::set_release
void set_release()
Definition: phy_ded.cc:12889
asn1::rrc::csi_rs_cfg_emimo_r13_c::type_
types type_
Definition: phy_ded.h:886
asn1::rrc::pucch_cfg_ded_v1130_s
Definition: phy_ded.h:6072
asn1::rrc::epdcch_set_cfg_r11_s::mpdcch_cfg_r13_c_::setup_s_::mpdcch_num_repeat_r13_opts::r16
@ r16
Definition: phy_ded.h:2834
asn1::rrc::dmrs_cfg_r11_c::set_setup
setup_s_ & set_setup()
Definition: phy_ded.cc:9577
asn1::rrc::csi_rs_cfg_nzp_r11_s::qcl_crs_info_r11_s_::crs_ports_count_r11_opts::n1
@ n1
Definition: phy_ded.h:196
asn1::rrc::cqi_report_mode_aperiodic_opts::to_number
uint8_t to_number() const
Definition: phy_ded.cc:1077
asn1::rrc::epdcch_set_cfg_r11_s::mpdcch_cfg_r13_c_::setup_s_::mpdcch_start_sf_uess_r13_c_::tdd_r13
tdd_r13_e_ & tdd_r13()
Definition: phy_ded.h:2809
asn1::rrc::zero_tx_pwr_csi_rs_conf_r12_c::set
void set(types::options e=types::nulltype)
Definition: phy_ded.cc:6006
asn1::rrc::pucch_cfg_ded_r13_s::two_ant_port_activ_pucch_format1a1b_r13_present
bool two_ant_port_activ_pucch_format1a1b_r13_present
Definition: phy_ded.h:5935
asn1::rrc::cri_report_cfg_r13_c::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:1841
asn1::rrc::ant_info_ded_v1430_s::ce_ue_tx_ant_sel_cfg_r14_present
bool ce_ue_tx_ant_sel_cfg_r14_present
Definition: phy_ded.h:4866
asn1::rrc::cqi_report_both_proc_r11_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:1787
asn1::rrc::phys_cfg_ded_s::semi_static_cfi_cfg_r15_c_::setup_c_::~setup_c_
~setup_c_()
Definition: phy_ded.h:7695
asn1::rrc::pusch_enhance_cfg_r14_c::setup_s_::interv_ul_hop_pusch_enh_r14_c_
Definition: phy_ded.h:6565
asn1::rrc::srs_cfg_ap_v1310_s::cyclic_shift_ap_v1310_opts::cs8
@ cs8
Definition: phy_ded.h:4297
asn1::rrc::csi_rs_cfg_nzp_emimo_r13_c::setup_s_::cdm_type_r13_opts::nulltype
@ nulltype
Definition: phy_ded.h:380
asn1::rrc::pucch_cfg_ded_r13_s::pucch_num_repeat_ce_r13_c_::setup_c_::mode_b_s_::pucch_num_repeat_ce_format2_r13
pucch_num_repeat_ce_format2_r13_e_ pucch_num_repeat_ce_format2_r13
Definition: phy_ded.h:5851
asn1::rrc::epdcch_set_cfg_r11_s::mpdcch_cfg_r13_c_::setup_s_::mpdcch_pdsch_hop_cfg_r13_e_
enumerated< mpdcch_pdsch_hop_cfg_r13_opts > mpdcch_pdsch_hop_cfg_r13_e_
Definition: phy_ded.h:2765
asn1::rrc::ant_info_ded_r10_s::ue_tx_ant_sel_c_::setup_opts::open_loop
@ open_loop
Definition: phy_ded.h:4803
asn1::rrc::srs_ul_cfg_ded_aperiodic_r10_c::set
void set(types::options e=types::nulltype)
Definition: phy_ded.cc:17330
asn1::rrc::srs_ul_cfg_ded_v1310_c::setup_s_::cyclic_shift_v1310
cyclic_shift_v1310_e_ cyclic_shift_v1310
Definition: phy_ded.h:6984
asn1::rrc::cqi_report_periodic_proc_ext_r11_s::cqi_format_ind_periodic_r11_c_::type_
types type_
Definition: phy_ded.h:1186
asn1::rrc::enable256_qam_r14_c::setup_c_::tpc_sf_set_not_cfgured_r14
tpc_sf_set_not_cfgured_r14_s_ & tpc_sf_set_not_cfgured_r14()
Definition: phy_ded.h:2941
asn1::rrc::pucch_cfg_ded_r13_s::pucch_num_repeat_ce_r13_c_::setup_c_::types_opts::to_string
const char * to_string() const
Definition: rrc.cc:964
asn1::rrc::ant_info_ded_s::tx_mode_opts::tm2
@ tm2
Definition: phy_ded.h:4595
asn1::rrc::csi_process_r11_s::cqi_report_aperiodic_proc_r11
cqi_report_aperiodic_proc_r11_s cqi_report_aperiodic_proc_r11
Definition: phy_ded.h:1434
asn1::rrc::ant_info_ded_stti_r15_c::setup_s_::tx_mode_dl_non_mbsfn_r15_opts::options
options
Definition: phy_ded.h:3246
asn1::rrc::cqi_report_aperiodic_hybrid_r14_s::triggers_r14_c_::three_bit_r14
three_bit_r14_s_ & three_bit_r14()
Definition: phy_ded.h:1750
asn1::rrc::short_tti_len_r15_opts::value
enum asn1::rrc::short_tti_len_r15_opts::options value
asn1::rrc::csi_rs_cfg_v1310_s::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:6829
asn1::rrc::csi_rs_cfg_bf_r14_s::csi_im_cfg_id_list_r14
csi_im_cfg_id_list_r14_l_ csi_im_cfg_id_list_r14
Definition: phy_ded.h:360
asn1::rrc::ant_info_ded_stti_r15_c::setup_s_::codebook_subset_restrict_c_::types_opts::n2_tx_ant_tm5_r15
@ n2_tx_ant_tm5_r15
Definition: phy_ded.h:3260
asn1::rrc::csi_rs_cfg_emimo_v1480_c::setup_c_::types_opts::to_string
const char * to_string() const
Definition: rrc.cc:742
asn1::rrc::pucch_cfg_ded_r13_s::pucch_format_r13_c_::format5_r13_s_::format5_multi_csi_res_cfg_r13_present
bool format5_multi_csi_res_cfg_r13_present
Definition: phy_ded.h:5657
asn1::rrc::spdcch_elems_r15_c::setup_s_::res_block_assign_r15_s_
Definition: phy_ded.h:2072
asn1::rrc::csi_rs_cfg_emimo_v1430_c::setup_c_::types_opts::non_precoded_v1430
@ non_precoded_v1430
Definition: phy_ded.h:894
asn1::rrc::slot_or_subslot_pusch_cfg_r15_c::setup_s_::beta_offset_slot_ack_idx_r15_present
bool beta_offset_slot_ack_idx_r15_present
Definition: phy_ded.h:4479
asn1::rrc::spucch_elems_r15_c
Definition: phy_ded.h:2151
asn1::rrc::p_c_and_cbsr_r13_s::operator==
bool operator==(const p_c_and_cbsr_r13_s &other) const
Definition: phy_ded.cc:69
asn1::rrc::spdcch_cfg_r15_c::setup_s_::spdcch_l1_reuse_ind_r15_opts::n2
@ n2
Definition: phy_ded.h:4114
asn1::rrc::zero_tx_pwr_csi_rs_conf_r12_c::operator==
bool operator==(const zero_tx_pwr_csi_rs_conf_r12_c &other) const
Definition: phy_ded.cc:6066
asn1::rrc::pucch_cfg_ded_s::ack_nack_repeat_c_::setup_s_::repeat_factor_opts::n2
@ n2
Definition: phy_ded.h:5445
asn1::rrc::epdcch_set_cfg_r11_s::csi_rs_cfg_zp_id2_r12_c_::set_setup
uint8_t & set_setup()
Definition: phy_ded.cc:7198
asn1::rrc::phys_cfg_ded_stti_r15_c::setup_s_::pucch_cfg_ded_v1530_present
bool pucch_cfg_ded_v1530_present
Definition: phy_ded.h:6669
asn1::rrc::cqi_report_cfg_v920_s
Definition: phy_ded.h:5115
asn1::rrc::spdcch_cfg_r15_c::operator==
bool operator==(const spdcch_cfg_r15_c &other) const
Definition: phy_ded.cc:10375
asn1::rrc::cqi_report_cfg_v1530_s::alt_cqi_table_minus1024_qam_r15_opts::csi_sf_set2
@ csi_sf_set2
Definition: phy_ded.h:5094
asn1::rrc::srs_ul_cfg_ded_aperiodic_v1310_c::setup_s_::srs_activ_ap_v1310
srs_activ_ap_v1310_c_ srs_activ_ap_v1310
Definition: phy_ded.h:7140
asn1::rrc::csi_rs_cfg_emimo_r13_c::setup_c_::types_opts::non_precoded_r13
@ non_precoded_r13
Definition: phy_ded.h:812
asn1::rrc::pdsch_re_map_qcl_cfg_r11_s::optional_set_of_fields_r11_s_::mbsfn_sf_cfg_list_r11_c_::setup
setup_s_ & setup()
Definition: phy_ded.h:3022
asn1::rrc::pucch_cfg_ded_r13_s::pucch_num_repeat_ce_r13_c_::setup_c_::mode_a
mode_a_s_ & mode_a()
Definition: phy_ded.h:5873
asn1::rrc::csi_rs_cfg_non_precoded_r13_s::codebook_cfg_n1_r13_e_
enumerated< codebook_cfg_n1_r13_opts > codebook_cfg_n1_r13_e_
Definition: phy_ded.h:540
asn1::rrc::cqi_report_aperiodic_v1250_c::setup_s_::aperiodic_csi_trigger_v1250_s_::trigger_sf_set_ind_r12_e_
enumerated< trigger_sf_set_ind_r12_opts > trigger_sf_set_ind_r12_e_
Definition: phy_ded.h:1571
asn1::rrc::csi_rs_cfg_emimo_r13_c::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:2015
asn1::rrc::tpc_pdcch_cfg_c::set_release
void set_release()
Definition: phy_ded.cc:8324
asn1::rrc::srs_ant_port_opts::to_number
uint8_t to_number() const
Definition: phy_ded.cc:8306
asn1::rrc::phys_cfg_ded_s::semi_static_cfi_cfg_r15_c_::setup
setup_c_ & setup()
Definition: phy_ded.h:7741
asn1::rrc::slot_or_subslot_pusch_cfg_r15_c
Definition: phy_ded.h:4471
asn1::rrc::sched_request_cfg_v1530_c::setup_s_::dssr_trans_max_r15_opts::to_string
const char * to_string() const
Definition: phy_ded.cc:10877
asn1::rrc::pucch_cfg_ded_s::ack_nack_repeat_c_::type_
types type_
Definition: phy_ded.h:5481
asn1::rrc::spdcch_elems_r15_c::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:5396
asn1::rrc::cqi_report_cfg_r15_c::setup_s_::alt_cqi_table_minus1024_qam_r15_opts::to_number
uint8_t to_number() const
Definition: phy_ded.cc:9217
asn1::rrc::cqi_report_cfg_r10_s::csi_sf_pattern_cfg_r10_c_::operator==
bool operator==(const csi_sf_pattern_cfg_r10_c_ &other) const
Definition: phy_ded.cc:6212
asn1::rrc::srs_tpc_pdcch_cfg_r14_c::type_
types type_
Definition: phy_ded.h:6820
asn1::rrc::pusch_cfg_ded_v1430_s::ce_pusch_nb_max_tbs_r14_present
bool ce_pusch_nb_max_tbs_r14_present
Definition: phy_ded.h:6468
asn1::rrc::dmrs_cfg_r11_c::operator!=
bool operator!=(const dmrs_cfg_r11_c &other) const
Definition: phy_ded.h:3750
asn1::rrc::pucch_cfg_ded_r13_s::pucch_num_repeat_ce_r13_c_::setup_c_::operator!=
bool operator!=(const setup_c_ &other) const
Definition: phy_ded.h:5871
asn1::rrc::delta_tx_d_offset_list_pucch_r10_s::delta_tx_d_offset_pucch_format1a1b_r10_opts::db0
@ db0
Definition: phy_ded.h:3793
asn1::rrc::srs_ul_cfg_ded_aperiodic_up_pts_ext_r13_c::setup_s_::srs_activ_ap_r13_present
bool srs_activ_ap_r13_present
Definition: phy_ded.h:7221
asn1::rrc::zero_tx_pwr_csi_rs_conf_r12_c::zero_tx_pwr_csi_rs_conf_r12_c
zero_tx_pwr_csi_rs_conf_r12_c()=default
asn1::rrc::ul_pwr_ctrl_ded_stti_r15_s::accumulation_enabled_stti_r15
bool accumulation_enabled_stti_r15
Definition: phy_ded.h:4580
asn1::rrc::ant_info_ded_r10_s::tx_mode_r10_opts::number_type
uint8_t number_type
Definition: phy_ded.h:4795
asn1::rrc::pucch_cfg_ded_v1020_s::pucch_format_r10_c_::types_opts
Definition: phy_ded.h:6007
asn1::rrc::slot_or_subslot_pusch_cfg_r15_c::setup_s_::beta_offset_subslot_ri_idx_r15_present
bool beta_offset_subslot_ri_idx_r15_present
Definition: phy_ded.h:4484
asn1::rrc::cqi_report_aperiodic_r10_c::type_
types type_
Definition: phy_ded.h:1556
asn1::rrc::sched_request_cfg_v1530_c::set
void set(types::options e=types::nulltype)
Definition: phy_ded.cc:10738
asn1::rrc::pucch_cfg_ded_v1020_s::pucch_format_r10_c_::ch_sel_r10_s_::n1_pucch_an_cs_r10_c_::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:14976
asn1::rrc::cqi_report_cfg_v1250_s::cqi_report_aperiodic_v1250_present
bool cqi_report_aperiodic_v1250_present
Definition: phy_ded.h:2408
asn1::rrc::pucch_cfg_ded_r13_s::pucch_num_repeat_ce_r13_c_::setup_c_::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:14591
asn1::rrc::ant_info_ded_r10_s::tx_mode_r10_e_
enumerated< tx_mode_r10_opts > tx_mode_r10_e_
Definition: phy_ded.h:4800
asn1::rrc::csi_rs_cfg_non_precoded_r13_s::codebook_over_sampling_rate_cfg_o2_r13_opts::to_number
uint8_t to_number() const
Definition: phy_ded.cc:1474
asn1::rrc::cqi_report_aperiodic_v1310_c::setup_s_::aperiodic_csi_trigger_v1310_present
bool aperiodic_csi_trigger_v1310_present
Definition: phy_ded.h:1663
asn1::rrc::srs_ul_cfg_ded_up_pts_ext_r13_c::setup_s_::cyclic_shift_r13_opts::options
options
Definition: phy_ded.h:7285
asn1::rrc::ant_info_ded_r10_s::tx_mode_r10_opts::tm3
@ tm3
Definition: phy_ded.h:4779
asn1::rrc::cqi_report_cfg_v1130_s::operator!=
bool operator!=(const cqi_report_cfg_v1130_s &other) const
Definition: phy_ded.h:2358
asn1::rrc::csi_rs_cfg_bf_r13_s::p_c_and_cbsr_per_res_cfg_list_r13_l_
dyn_array< p_c_and_cbsr_pair_r13_l > p_c_and_cbsr_per_res_cfg_list_r13_l_
Definition: phy_ded.h:456
asn1::rrc::cqi_report_aperiodic_v1310_c::setup_s_::aperiodic_csi_trigger2_r13_c_::setup
setup_s_ & setup()
Definition: phy_ded.h:1644
asn1::rrc::ant_info_ded_v920_s::codebook_subset_restrict_v920
codebook_subset_restrict_v920_c_ codebook_subset_restrict_v920
Definition: phy_ded.h:5007
asn1::rrc::pucch_cfg_ded_r13_s::npucch_param_r13_present
bool npucch_param_r13_present
Definition: phy_ded.h:5938
asn1::rrc::cqi_report_cfg_r10_s::csi_sf_pattern_cfg_r10_c_::setup_s_
Definition: phy_ded.h:2296
asn1::rrc::spdcch_elems_r15_c::operator!=
bool operator!=(const spdcch_elems_r15_c &other) const
Definition: phy_ded.h:2130
asn1::rrc::cqi_report_periodic_r10_c::setup_s_::csi_cfg_idx_r10_c_::set
void set(types::options e=types::nulltype)
Definition: phy_ded.cc:5144
asn1::rrc::pusch_cfg_ded_s::beta_offset_ack_idx
uint8_t beta_offset_ack_idx
Definition: phy_ded.h:6218
asn1::rrc::phys_cfg_ded_s::blind_pdsch_repeat_cfg_r15_c_
Definition: phy_ded.h:7758
asn1::rrc::phys_cfg_ded_s::ul_pwr_ctrl_ded_v1250
copy_ptr< ul_pwr_ctrl_ded_v1250_s > ul_pwr_ctrl_ded_v1250
Definition: phy_ded.h:7916
asn1::rrc::pucch_cfg_ded_s
Definition: phy_ded.h:5441
asn1::rrc::sched_request_cfg_c::setup_s_::dsr_trans_max_opts::to_number
uint8_t to_number() const
Definition: phy_ded.cc:17022
asn1::rrc::pucch_cfg_ded_r13_s::n1_pucch_an_rep_p1_r13_present
bool n1_pucch_an_rep_p1_r13_present
Definition: phy_ded.h:5937
asn1::rrc::pucch_cfg_ded_v1020_s::pucch_format_r10_c_::ch_sel_r10_s_::n1_pucch_an_cs_r10_c_::set_setup
setup_s_ & set_setup()
Definition: phy_ded.cc:14927
asn1::rrc::phys_cfg_ded_s::sched_request_cfg_v1020
copy_ptr< sched_request_cfg_v1020_s > sched_request_cfg_v1020
Definition: phy_ded.h:7893
asn1::rrc::ant_info_ded_v1530_c::setup_c_
Definition: phy_ded.h:4876
asn1::rrc::pucch_format3_conf_r13_s::two_ant_port_activ_pucch_format3_r13_c_::set_release
void set_release()
Definition: phy_ded.cc:10220
asn1::rrc::pusch_enhance_cfg_r14_c::setup_s_::interv_ul_hop_pusch_enh_r14_c_::interv_tdd_pusch_enh_r14_opts::int1
@ int1
Definition: phy_ded.h:6575
asn1::rrc::pucch_cfg_ded_r13_s::ack_nack_repeat_r13_c_::set_setup
setup_s_ & set_setup()
Definition: phy_ded.cc:13698
asn1::rrc::cqi_report_aperiodic_v1250_c::setup_s_::aperiodic_csi_trigger_v1250_s_::trigger_sf_set_ind_r12_opts::options
options
Definition: phy_ded.h:1565
asn1::rrc::epdcch_set_cfg_r11_s::mpdcch_cfg_r13_c_::setup_s_::mpdcch_start_sf_uess_r13_c_::fdd_r13_opts::v8
@ v8
Definition: phy_ded.h:2768
asn1::rrc::pdsch_re_map_qcl_cfg_r11_s::optional_set_of_fields_r11_s_::mbsfn_sf_cfg_list_r11_c_::set
void set(types::options e=types::nulltype)
Definition: phy_ded.cc:7961
asn1::rrc::tpc_idx_c::types_opts::options
options
Definition: phy_ded.h:2212
asn1::rrc::pdsch_cfg_ded_s::p_a_opts::db1
@ db1
Definition: phy_ded.h:5294
asn1::rrc::cqi_report_periodic_proc_ext_r11_s::cqi_format_ind_periodic_r11_c_::subband_cqi_r11_s_::periodicity_factor_r11_opts::n2
@ n2
Definition: phy_ded.h:1130
asn1::rrc::csi_rs_cfg_r10_s::csi_rs_r10_c_::setup_s_::ant_ports_count_r10_opts::to_string
const char * to_string() const
Definition: phy_ded.cc:6675
asn1::rrc::ant_info_ded_s::ue_tx_ant_sel_c_::to_json
void to_json(json_writer &j) const
Definition: phy_ded.cc:11812
asn1::rrc::pusch_cfg_ded_v1430_s::ul_dmrs_ifdma_r14
bool ul_dmrs_ifdma_r14
Definition: phy_ded.h:6473
asn1::rrc::csi_rs_cfg_non_precoded_v1430_s::codebook_cfg_n2_v1430_opts
Definition: phy_ded.h:600
asn1::rrc::csi_process_r11_s::cqi_report_aperiodic_proc2_r12_c_::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:3742
asn1::rrc::srs_ul_cfg_ded_c::setup_s_::srs_hop_bw_opts::hbw0
@ hbw0
Definition: phy_ded.h:6892
asn1::rrc::pusch_cfg_ded_v1250_s::uci_on_pusch_c_::setup_s_::beta_offset_ri_idx_sf_set2_r12
uint8_t beta_offset_ri_idx_sf_set2_r12
Definition: phy_ded.h:6425
asn1::rrc::ant_info_ded_v920_s::codebook_subset_restrict_v920_c_::set
void set(types::options e=types::nulltype)
Definition: phy_ded.cc:12232
asn1::rrc::ant_info_ded_s::ue_tx_ant_sel_c_::set_setup
setup_e_ & set_setup()
Definition: phy_ded.cc:11807
asn1::rrc::csi_rs_cfg_non_precoded_v1480_s::codebook_cfg_n2_r1480_opts
Definition: phy_ded.h:634
asn1::rrc::csi_rs_cfg_nzp_r11_s::ant_ports_count_r11_opts::an1
@ an1
Definition: phy_ded.h:187
asn1::rrc::srs_cfg_ap_r10_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:10531
asn1::rrc::csi_rs_cfg_emimo_v1530_c::csi_rs_cfg_emimo_v1530_c
csi_rs_cfg_emimo_v1530_c()=default
asn1::rrc::ant_info_ded_v920_s::codebook_subset_restrict_v920_c_::type_
types type_
Definition: phy_ded.h:4999
asn1::rrc::phys_cfg_ded_s::blind_pdsch_repeat_cfg_r15_c_::setup_s_::max_num_sf_pdsch_repeats_r15_opts::to_string
const char * to_string() const
Definition: phy_ded.cc:20501
asn1::rrc::pusch_enhance_cfg_r14_c::setup_s_::interv_ul_hop_pusch_enh_r14_c_::operator=
interv_ul_hop_pusch_enh_r14_c_ & operator=(const interv_ul_hop_pusch_enh_r14_c_ &other)
Definition: phy_ded.cc:16281
asn1::rrc::pucch_cfg_ded_v1130_s::npucch_param_r11_c_::c
setup_s_ c
Definition: phy_ded.h:6137
asn1::rrc::csi_rs_cfg_v1430_s::dummy_present
bool dummy_present
Definition: phy_ded.h:2597
asn1::rrc::delta_tx_d_offset_list_spucch_r15_s::delta_tx_d_offset_spucch_format1_r15_opts::options
options
Definition: phy_ded.h:2631
asn1::rrc::p_c_and_cbsr_r13_s::cbsr_sel_r13_c_::type
types type() const
Definition: phy_ded.h:86
asn1::rrc::epdcch_cfg_r11_s::cfg_r11_c_::cfg_r11_c_
cfg_r11_c_()=default
asn1::rrc::pusch_cfg_ded_r13_s::uci_on_pusch_c_::setup_s_::beta_offset2_ack_idx_sf_set2_r13_present
bool beta_offset2_ack_idx_sf_set2_r13_present
Definition: phy_ded.h:6282
asn1::rrc::phys_cfg_ded_s::semi_static_cfi_cfg_r15_c_
Definition: phy_ded.h:7682
asn1::rrc::csi_rs_cfg_non_precoded_v1430_s::codebook_cfg_n1_v1430_opts::n12
@ n12
Definition: phy_ded.h:593
asn1::rrc::enable256_qam_r14_c::setup_c_::c
choice_buffer_t< tpc_sf_set_cfgured_r14_s_, tpc_sf_set_not_cfgured_r14_s_ > c
Definition: phy_ded.h:2961
asn1::rrc::cqi_report_periodic_c::setup_s_::cqi_format_ind_periodic_c_::types_opts::wideband_cqi
@ wideband_cqi
Definition: phy_ded.h:3579
asn1::rrc::eimta_main_cfg_serv_cell_r12_c::setup_s_::eimta_harq_ref_cfg_r12_opts::value
enum asn1::rrc::eimta_main_cfg_serv_cell_r12_c::setup_s_::eimta_harq_ref_cfg_r12_opts::options value
asn1::rrc::ant_info_ded_s::codebook_subset_restrict_c_::set_n4_tx_ant_tm5
fixed_bitstring< 16 > & set_n4_tx_ant_tm5()
Definition: phy_ded.cc:11680
asn1::rrc::pucch_format3_conf_r13_s::two_ant_port_activ_pucch_format3_r13_c_
Definition: phy_ded.h:4053
asn1::rrc::pusch_enhance_cfg_r14_c::setup_s_::interv_ul_hop_pusch_enh_r14_c_::interv_fdd_pusch_enh_r14_opts::int1
@ int1
Definition: phy_ded.h:6567
asn1::rrc::ant_info_ded_v1530_c::setup_c_::types
enumerated< types_opts > types
Definition: phy_ded.h:4897
asn1::rrc::dmrs_cfg_r11_c::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:9600
asn1::rrc::phys_cfg_ded_stti_r15_c::setup_s_::csi_rs_cfg_zp_ap_list_r15_present
bool csi_rs_cfg_zp_ap_list_r15_present
Definition: phy_ded.h:6678
asn1::rrc::pusch_cfg_ded_v1250_s::uci_on_pusch_c_::setup_s_::beta_offset_cqi_idx_sf_set2_r12
uint8_t beta_offset_cqi_idx_sf_set2_r12
Definition: phy_ded.h:6426
asn1::rrc::epdcch_set_cfg_r11_s::mpdcch_cfg_r13_c_::setup_s_::mpdcch_start_sf_uess_r13_c_::tdd_r13_opts::to_number
uint8_t to_number() const
Definition: phy_ded.cc:7543
asn1::rrc::csi_process_r11_s::cqi_report_aperiodic_proc2_r12_c_::type_
types type_
Definition: phy_ded.h:1359
asn1::rrc::csi_rs_cfg_nzp_emimo_r13_c::operator==
bool operator==(const csi_rs_cfg_nzp_emimo_r13_c &other) const
Definition: phy_ded.cc:1017
asn1::rrc::pusch_cfg_ded_r13_s::beta_offset_ri_idx_r13
uint8_t beta_offset_ri_idx_r13
Definition: phy_ded.h:6330
asn1::rrc::cqi_report_cfg_r10_s::csi_sf_pattern_cfg_r10_present
bool csi_sf_pattern_cfg_r10_present
Definition: phy_ded.h:2334
asn1::rrc::cri_report_cfg_r13_c::types
setup_e types
Definition: phy_ded.h:740
asn1::rrc::ant_info_ded_stti_r15_c::setup_s_::codebook_subset_restrict_c_::types_opts::n4_tx_ant_tm4_r15
@ n4_tx_ant_tm4_r15
Definition: phy_ded.h:3259
asn1::rrc::csi_rs_cfg_non_precoded_v1480_s::codebook_cfg_n2_r1480_opts::n5
@ n5
Definition: phy_ded.h:635
asn1::rrc::ant_info_ded_v1530_c::setup_c_::types_opts::ue_tx_ant_sel_srs_minus1_t4_r_cfg_r15
@ ue_tx_ant_sel_srs_minus1_t4_r_cfg_r15
Definition: phy_ded.h:4888
asn1::rrc::pdsch_re_map_qcl_cfg_r11_s::codeword_one_cfg_v1530_c_::setup_s_::mbsfn_sf_cfg_list_v1530_present
bool mbsfn_sf_cfg_list_v1530_present
Definition: phy_ded.h:3108
asn1::rrc::cqi_report_periodic_proc_ext_r11_s::periodicity_factor_wb_r13
periodicity_factor_wb_r13_e_ periodicity_factor_wb_r13
Definition: phy_ded.h:1249
asn1::rrc::csi_process_r11_s::cqi_report_aperiodic_proc2_r12_c_::c
cqi_report_aperiodic_proc_r11_s c
Definition: phy_ded.h:1360
asn1::rrc::srs_ul_cfg_ded_aperiodic_up_pts_ext_r13_c::setup_s_::srs_activ_ap_r13_c_
Definition: phy_ded.h:7184
asn1::rrc::epdcch_set_cfg_r11_s::num_prb_pairs_v1310_c_::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:7276
asn1::rrc::delta_tx_d_offset_list_pucch_v1130_s::operator!=
bool operator!=(const delta_tx_d_offset_list_pucch_v1130_s &other) const
Definition: phy_ded.h:3852
asn1::rrc::pdsch_cfg_ded_v1430_s::tbs_idx_alt2_r14_present
bool tbs_idx_alt2_r14_present
Definition: phy_ded.h:5401
asn1::rrc::cqi_report_periodic_c::setup_s_::cqi_format_ind_periodic_c_::types_opts::subband_cqi
@ subband_cqi
Definition: phy_ded.h:3579
asn1::rrc::csi_rs_cfg_bf_r14_s::p_c_and_cbsr_per_res_cfg_list_r14
p_c_and_cbsr_per_res_cfg_list_r14_l_ p_c_and_cbsr_per_res_cfg_list_r14
Definition: phy_ded.h:361
asn1::rrc::enable256_qam_r14_c::setup_c_
Definition: phy_ded.h:2905
asn1::rrc::srs_ul_cfg_ded_v1310_c::setup_s_::cyclic_shift_v1310_present
bool cyclic_shift_v1310_present
Definition: phy_ded.h:6981
asn1::rrc::cqi_report_aperiodic_v1310_c::setup_s_::aperiodic_csi_trigger_v1310_s_::trigger5_r13
fixed_bitstring< 32 > trigger5_r13
Definition: phy_ded.h:1620
asn1::rrc::ul_pwr_ctrl_ded_v1130_s::psrs_offset_ap_v1130
uint8_t psrs_offset_ap_v1130
Definition: phy_ded.h:7388
asn1::rrc::srs_ul_cfg_ded_v1310_c
Definition: phy_ded.h:6960
asn1::rrc::ant_info_ded_s::codebook_subset_restrict_present
bool codebook_subset_restrict_present
Definition: phy_ded.h:4762
asn1::rrc::pucch_cfg_ded_r13_s::pucch_num_repeat_ce_r13_c_::setup_c_::mode_a_s_::pucch_num_repeat_ce_format2_r13_opts::r2
@ r2
Definition: phy_ded.h:5819
asn1::rrc::csi_rs_cfg_v1250_s::ds_zero_tx_pwr_csi_rs_r12_c_::setup_s_::zero_tx_pwr_csi_rs_list_r12
zero_tx_pwr_csi_rs_list_r12_l_ zero_tx_pwr_csi_rs_list_r12
Definition: phy_ded.h:2536
asn1::rrc::csi_rs_cfg_nzp_activation_r14_s::csi_rs_nzp_mode_r14_opts::options
options
Definition: phy_ded.h:166
asn1::rrc::delta_tx_d_offset_list_pucch_v1130_s::delta_tx_d_offset_pucch_format1b_cs_r11_opts::options
options
Definition: phy_ded.h:3836
asn1::rrc::srs_ant_port_opts::nulltype
@ nulltype
Definition: phy_ded.h:3182
asn1::rrc::delta_tx_d_offset_list_spucch_r15_s::delta_tx_d_offset_spucch_format3_r15_e_
enumerated< delta_tx_d_offset_spucch_format3_r15_opts > delta_tx_d_offset_spucch_format3_r15_e_
Definition: phy_ded.h:2661
asn1::rrc::cqi_report_periodic_proc_ext_r11_s::cqi_format_ind_periodic_r11_c_::wideband_cqi_r11_s_::csi_report_mode_r11_opts::submode1
@ submode1
Definition: phy_ded.h:1116
asn1::rrc::epdcch_cfg_r11_s::cfg_r11_c_::operator==
bool operator==(const cfg_r11_c_ &other) const
Definition: phy_ded.cc:12871
asn1::rrc::cqi_report_periodic_v1320_s::periodicity_factor_wb_r13_e_
enumerated< periodicity_factor_wb_r13_opts > periodicity_factor_wb_r13_e_
Definition: phy_ded.h:2041
asn1::rrc::pucch_cfg_ded_v1250_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:15181
asn1::rrc::pucch_cfg_ded_r13_s::pucch_num_repeat_ce_r13_c_::setup_c_::mode_a_s_::pucch_num_repeat_ce_format1_r13_opts::value
enum asn1::rrc::pucch_cfg_ded_r13_s::pucch_num_repeat_ce_r13_c_::setup_c_::mode_a_s_::pucch_num_repeat_ce_format1_r13_opts::options value
asn1::rrc::csi_rs_cfg_emimo_v1480_c::setup
setup_c_ & setup()
Definition: phy_ded.h:1036
asn1::rrc::delta_tx_d_offset_list_spucch_r15_s::delta_tx_d_offset_spucch_format1_r15_opts::nulltype
@ nulltype
Definition: phy_ded.h:2631
asn1::rrc::csi_rs_cfg_nzp_r11_s::qcl_crs_info_r11_s_::mbsfn_sf_cfg_list_r11_c_::setup
setup_s_ & setup()
Definition: phy_ded.h:219
asn1::rrc::pdsch_re_map_qcl_cfg_r11_s::codeword_one_cfg_v1530_c_::setup_s_::crs_freq_shift_v1530
uint8_t crs_freq_shift_v1530
Definition: phy_ded.h:3112
asn1::rrc::pucch_cfg_ded_r13_s::ack_nack_repeat_r13_c_::setup_s_::repeat_factor_r13_opts::nulltype
@ nulltype
Definition: phy_ded.h:5507
asn1::rrc::csi_rs_cfg_non_precoded_v1480_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:1571
asn1::rrc::ant_info_ded_s::tx_mode_opts::tm6
@ tm6
Definition: phy_ded.h:4595
asn1::rrc::csi_rs_cfg_non_precoded_r13_s::codebook_over_sampling_rate_cfg_o2_r13_opts::to_string
const char * to_string() const
Definition: phy_ded.cc:1468
asn1::rrc::csi_rs_cfg_r10_s::csi_rs_r10_c_::setup_s_
Definition: phy_ded.h:2469
asn1::rrc::csi_process_r11_s::csi_im_cfg_id_list_r12_c_::c
setup_l_ c
Definition: phy_ded.h:1330
asn1::rrc::slot_or_subslot_pdsch_cfg_r15_c::setup_s_::tbs_idx_alt2_stti_r15_present
bool tbs_idx_alt2_stti_r15_present
Definition: phy_ded.h:4433
asn1::rrc::pucch_cfg_ded_s::ack_nack_repeat_c_
Definition: phy_ded.h:5442
asn1::rrc::slot_or_subslot_pdsch_cfg_r15_c::setup_s_::res_alloc_r15_opts
Definition: phy_ded.h:4418
asn1::rrc::csi_rs_cfg_non_precoded_v1430_s::codebook_cfg_n2_v1430_opts::to_string
const char * to_string() const
Definition: phy_ded.cc:1540
asn1::rrc::phys_cfg_ded_s::blind_pdsch_repeat_cfg_r15_c_::setup_s_::blind_slot_subslot_pdsch_repeats_r15
bool blind_slot_subslot_pdsch_repeats_r15
Definition: phy_ded.h:7820
asn1::rrc::cqi_report_cfg_s::cqi_report_mode_aperiodic_present
bool cqi_report_mode_aperiodic_present
Definition: phy_ded.h:5079
asn1::rrc::pucch_cfg_ded_v1130_s::npucch_param_r11_c_::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:15155
asn1::rrc::srs_cfg_ap_r13_s::tx_comb_num_r13_opts
Definition: phy_ded.h:4269
asn1::rrc::srs_ul_cfg_ded_up_pts_ext_r13_c::setup_s_::cyclic_shift_r13_opts::cs0
@ cs0
Definition: phy_ded.h:7285
asn1::rrc::ant_info_ded_stti_r15_c::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:8468
asn1::rrc::srs_ul_cfg_ded_aperiodic_up_pts_ext_r13_c::setup_s_::srs_up_pts_add_r13_opts::nulltype
@ nulltype
Definition: phy_ded.h:7176
asn1::rrc::csi_rs_cfg_emimo_v1430_c::setup_c_::setup_c_
setup_c_()=default
asn1::rrc::ant_info_ded_s::codebook_subset_restrict_c_::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: phy_ded.cc:11728
asn1::rrc::dmrs_cfg_v1310_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: phy_ded.cc:9647
asn1::rrc::cqi_report_cfg_v1250_s::alt_cqi_table_r12_opts::to_number
uint8_t to_number() const
Definition: phy_ded.cc:6398
asn1::rrc::srs_ul_cfg_ded_aperiodic_up_pts_ext_r13_c::setup_s_::srs_up_pts_add_r13
srs_up_pts_add_r13_e_ srs_up_pts_add_r13
Definition: phy_ded.h:7222